html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif
}

body {
  margin: 0
}

footer,header,main,nav,section {
  display: block
}

a {
  background-color: #0000
}

a:active,a:hover {
  outline: 0
}

strong {
  font-weight: 700
}

h1 {
  margin: .67em 0;
  font-size: 2em
}

img {
  border: 0
}

input,textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox] {
  box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto
}

* {
  box-sizing: border-box
}

html {
  height: 100%
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 20px
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block
}

.w-inline-block {
  max-width: 100%;
  display: inline-block
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block
}

input.w-button {
  -webkit-appearance: button
}

h1,h2,h3 {
  margin-bottom: 10px;
  font-weight: 700
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px
}

p {
  margin-top: 0;
  margin-bottom: 10px
}

ul,ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px
}

.w-form {
  margin: 0 0 15px
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  display: block
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0
}

textarea.w-input {
  height: auto
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto
}

.w-container:before,.w-container:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-container:after {
  clear: both
}

@media screen and (max-width: 991px) {
  .w-container {
      max-width:728px
  }
}

@media screen and (max-width: 479px) {
  .w-container {
      max-width:none
  }
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 30px;
  justify-content: center;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
      padding-left:10px
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative
}

.w-nav:before,.w-nav:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-nav:after {
  clear: both
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative
}

.w-nav-menu {
  float: right;
  position: relative
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative
}

.w-nav-button:focus {
  outline: 0
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
      padding-left: 10px
  }
}

.w-tabs {
  position: relative
}

.w-tabs:before,.w-tabs:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-tabs:after {
  clear: both
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden
}

.w-tab-pane {
  display: none;
  position: relative
}

.w--tab-active {
  display: block
}


@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --theme-1-font-family--heading: Inter,sans-serif;
  --theme-1-colors--heading: black;
  --theme-1-font-family--paragraph: Inter,sans-serif;
  --theme-1-colors--paragraph: #8f8f8f;
  --theme-1-colors--primary: #ee3623;
  --extra--white\<deleted\|variable-cd2144b0-f38c-41be-827e-ad9ce9a95ba1\>: #fff;
  --global--transparent: #fff0;
  --theme-1-colors--border\<deleted\|variable-8c5d10de-3c57-f5cb-1714-f0a365c688f7\>: #e7eaee;
  --theme-1-colors--background: #f7f7f7;
  --global--black: #141414;
  --border-radius--radius-4px\<deleted\|variable-bafc211e-2a65-69ed-5755-0ba3118f66c4\>: 4px;
  --z-radius--border: 6px;
  --3-secondary--secondary-50\<deleted\|variable-3d86c03b-3811-e646-6770-928c47108029\>: #e7eaee;
  --theme-1-colors--secondary-heading: #fff;
  --global--white: white;
  --theme-1-colors--white\<deleted\|variable-b7091593-b861-204f-8488-aa73d2ef69ec\>: white;
  --5-radius--border-lg\<deleted\|variable-46e1d261-64ac-6a07-6e93-fb31d938765c\>: 20px;
  --theme-1-colors--border: #eee;
  --5-radius--border-sm\<deleted\|variable-b2860d88-4324-8cb3-4b6a-83911b35fad0\>: 5px;
  --theme-1-colors--black\<deleted\|variable-3f2935d1-22f4-093e-c107-cc267ad11e93\>: #000;
  --3-tertiary-background--tertiary\<deleted\|variable-38562641-47d9-90dd-938c-fb904ea6bdf7\>: #fdbf60;
  --3-secondary--heading\<deleted\|variable-66fdd590-ab2d-7577-84f1-7e9c2cd81582\>: var(--extra--white\<deleted\|variable-cd2144b0-f38c-41be-827e-ad9ce9a95ba1\>);
  --theme-1-colors--price\<deleted\|variable-53e88ed6-4693-eab0-f0c3-c7219e460dac\>: #da000b;
  --theme-1-colors--secondary-paragraph: #e9e9e9;
  --5-radius--border\<deleted\|variable-8a6dbf74-d3b1-b3ac-e86a-9e5c6d8572ce\>: 10px;
  --z-radius--border-xl: 20px;
  --theme-1-colors--box-shadow: #00000012;
  --extra--transparent\<deleted\|variable-6ba1ba5c-4717-30e2-8629-2c5201d8399c\>: #0000;
  --4-texts--neutral-100\<deleted\|variable-c67bed11-61cf-43b6-4935-a1daa4e33cd8\>: #f4f4f4;
  --z-radius--border-sm: 4px;
  --3-secondary--secondary-200\<deleted\|variable-fe5a9c4f-3475-41ad-91ec-47093caff8c3\>: #8f9eb2;
  --z-radius--border-lg: 10px;
  --5-radius--border-xl\<deleted\|variable-4e38099e-feae-b3db-67a5-7b38cdfc243d\>: 40px;
  --3-secondary--secondary-400\<deleted\|variable-890b7e4b-d05f-c075-f587-c10df640e97d\>: #3d5779;
  --z-radius--button-radius: 180px;
  --theme-1-colors--transparent\<deleted\|variable-db2d1e2c-4e74-2595-7fe4-5bd8fec8b3f6\>: #fff0;
  --theme-1-colors--secondary: #e74c3c;
  --theme-1-colors--extra-2: #ededed;
  --theme-1-colors--extra: #e3e3e3;
  --global--icons: "Inter",sans-serif;
  --global--social-icons: Inter,sans-serif
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

body {
  font-family: var(--theme-1-font-family--heading);
  color: var(--theme-1-colors--heading);
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px
}

h1 {
  font-family: var(--theme-1-font-family--heading);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3em
}

h2 {
  font-family: var(--theme-1-font-family--heading);
  text-transform: uppercase;
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3em
}

h3 {
  font-family: var(--theme-1-font-family--heading);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em
}

p {
  font-family: var(--theme-1-font-family--paragraph);
  color: #000;
  max-width: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px
}

a {
  color: var(--theme-1-colors--heading);
  font-weight: 700;
  text-decoration: none;
  transition: color .3s
}

a:hover {
  color: var(--theme-1-colors--primary);

}

ul {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  display: flex
}

ol {
  margin-top: 38px;
  margin-bottom: 40px;
  padding-left: 30px;
  line-height: 40px
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block
}

label {
  color: #000;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: block
}

.container {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative
}

.container.max-width-1240 {
  max-width: 1240px
}

.container.float-right {
  justify-content: center;
  align-items: flex-end;
  display: flex
}

.heading {
  margin-top: 0;
  margin-bottom: 0
}

.section {
  margin-top: 90px;
  margin-bottom: 90px;
  position: relative
}

.section.bg-section {
  background-color: var(--theme-1-colors--background);
  padding-top: 80px;
  padding-bottom: 80px
}

.mask {
  position: relative;
  overflow: hidden
}

.mask._6px-rounded-border {
  border-radius: var(--z-radius--border);
  width: 100%;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex
}

.nav-menu-wrapper {
  justify-content: center;
  align-items: center;
  display: flex
}

.navbar-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex
}

.footer {
  background-color: #000;
  position: relative
}

.main-footer {
  padding-top: 60px;
}

.list-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex
}

.title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex
}

._6px-gap {
  grid-column-gap: 6px;
  grid-row-gap: 6px
}

.footer-title {
  color: var(--theme-1-colors--secondary-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.footer-wrapper {
  grid-column-gap: 40px;
  max-width: 1200px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex
}

.footer-paragraph {
  color: var(--theme-1-colors--secondary-paragraph)
}

.footer-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  min-width: 200px;
  display: flex
}

.footer-block.first-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  max-width: 450px
}

.mt-20px {
  margin-top: 20px
}

.product-thumbnail {
  object-fit: contain;
  height: 100%
}

.site-logo {
  object-fit: contain;
  max-width: 200px
}

.horizontal-block-10px-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 100%;
  display: flex
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative
}

.contents {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex
}

.contents._480px-width {
  max-width: 480px
}

.product-bar-texts {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  display: flex
}

.star-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden
}

.product-price-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
  overflow: hidden
}

.card-compare-prices {
  color: var(--theme-1-colors--paragraph);
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: line-through
}

.product-name-on-card {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  transition: color .3s
}

.product-name-on-card:hover {
  color: var(--theme-1-colors--primary)
}

.sale-tag {
  z-index: 2;
  border-radius: var(--z-radius--border-sm);
  background-color: var(--theme-1-colors--primary);
  color: var(--theme-1-colors--secondary-heading);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  inset: 25px auto auto 10px
}

.primary-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--theme-1-colors--primary);
  background-color: var(--global--transparent);
  color: var(--theme-1-colors--primary);
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 13px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: color .3s ease-out,background-color .5s cubic-bezier(.25,.46,.45,.94);
  display: flex;
  position: relative;
  overflow: hidden
}

.primary-button.white-btn {
  border: 2px solid var(--global--white);
  background-color: var(--global--transparent);
  color: var(--theme-1-colors--secondary-heading)
}

.primary-button.white-btn:hover {
  background-color: #da000b;
  border: 2px solid #da000b;
}

.button-text-wrapper {
  z-index: 1;
  white-space: nowrap;
  max-height: 24px;
  position: relative;
  overflow: hidden
}

.hover-text.black {
  color: var(--theme-1-colors--heading)
}

._30px-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 140%
}

.product-bar {
  flex-flow: column;
  width: 100%;
  margin-bottom: 33px;
  display: flex
}

._1px-height-border {
  background-color: var(--theme-1-colors--primary);
  width: 100%;
  height: 1px
}

.white-heading {
  color: var(--theme-1-colors--secondary-heading);
  margin-top: 0;
  margin-bottom: 0
}

._18px-text-600 {
  font-size: 18px;
  font-weight: 600
}

.full-width {
  width: 100%
}

._2-column-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex
}

.mb-60px {
  margin-top: 60px
}

._49-image {
  aspect-ratio: 2/3;
  border-radius: var(--5-radius--border\<deleted\|variable-8a6dbf74-d3b1-b3ac-e86a-9e5c6d8572ce\>);
  width: 49%
}

.double-image-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: flex;
  position: relative
}

.home-contact {
  & .contents._480px-width {
    max-width: 50%;
  }
}

.section-160px-margin {
  margin-top: 160px;
  margin-bottom: 120px;
  position: relative
}

.show-on-hover {
  z-index: 1;
  background-color: var(--theme-1-colors--background);
  opacity: 0;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%
}

.footer-container {
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative
}

.footer-copyright {
  grid-column-gap: 5px;
  color: var(--theme-1-colors--secondary-paragraph);
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 26px;
  display: flex
}

._1-column-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  display: flex
}

.margin-bottom-24px {
  margin-bottom: 24px
}

._18px-500-primary-title {
  color: var(--theme-1-colors--primary);
  font-size: 18px;
  font-weight: 500
}

.team-member-info-card {
  z-index: 1;

  box-shadow: 0 8px 28px 0 var(--theme-1-colors--box-shadow);
  background-color: #fff;
  width: 100%;
  padding: 40px;
  position: relative
}

.team-member-image {
  background-color: var(--theme-1-colors--background);
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  transform: translate(0)
}

.team-member-name {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px
}

.member-designation {
  color: var(--theme-1-colors--primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 18px
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid
}

.contact-info {
  color: #000;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px
}

.contact-form-grid {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid
}

.contact-background {
  z-index: -1;
  background-color: #da000b;
  width: 36%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  z-index: 2;
}

.contact-card-paragraph {
  font-size: 18px;
  line-height: 30px
}

.input-field {
  border: 1px solid #000;
  border-radius: var(--z-radius--border);
  background-color: var(--global--white);
  color: var(--theme-1-colors--heading);
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 6px 16px 20px;
  font-size: 17px;
  line-height: 20px;
  transition: border-color .3s
}

.input-field:hover {
  border-color: var(--theme-1-colors--primary)
}

.input-field:focus {
  border-color: var(--theme-1-colors--primary);
  color: #211f54
}

.input-field.text-area {
  min-height: 160px
}

.contact-form {
  border-radius: var(--z-radius--border-xl);
  background-color: var(--global--white);
  border: 1px solid #eff0f6;
  width: 100%;
  max-width: 600px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 56px 40px;
  box-shadow: 0 2px 7px #14142b0f
}

.contact-icon-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--theme-1-colors--border);
  border-radius: var(--z-radius--border-lg);
  background-color: var(--global--white);
  box-shadow: 0 10px 40px 0 var(--theme-1-colors--box-shadow);
  align-items: center;
  padding: 14px 30px 14px 20px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex
}

.contact-icon-card:hover {
  border-color: var(--theme-1-colors--primary);
  color: var(--theme-1-colors--heading)
}

.input-label {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px
}

.contact-section {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
  background-color: #000;

  & ._18px-500-primary-title {
    color: #fff;
  }

  & .heading {
    color: #fff;
  }

  & .contact-card-paragraph {
    color: #fff;
  }
}

.contact-icon-sm {
  border-radius: var(--z-radius--border-lg);
  background-color: var(--theme-1-colors--primary);
  color: var(--theme-1-colors--secondary-heading);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: Inter,sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
  display: flex
}

.margin-bottom-40px {
  margin-bottom: 40px
}

.vertical-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}

._1-column-grid-auto {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex
}

.title-animation {
  color: var(--theme-1-colors--primary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 50px;
  display: flex;
  overflow: hidden
}

.title-merge {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.highlight-title,.title-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 50px
}

.margin-top-10px {
  margin-top: 10px
}

._4-column-grid {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid
}

.footer-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--theme-1-colors--secondary-paragraph);
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  transition: color .3s;
  display: flex
}

.footer-links:hover {
  color: var(--theme-1-colors--primary)
}

.vertical-15px-gap-left-align {
  grid-column-gap: 15px;
  grid-row-gap: 15px
}

.margin-bottom-15px {
  margin-bottom: 15px
}

.hamburger-menu {
  padding: 0;
  transition: transform .3s
}

.hamburger-menu:hover {
  transform: scale(.96)
}

.nav-link-white {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--theme-1-colors--secondary-heading);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: color .3s ease-out;
  display: flex
}

.nav-link-white:hover {
  color: #da000b
}

.nav-link-white:focus {
  color: #da000b
}

.nav-link-white:focus-visible {
  outline-offset: 0px;
  outline: 2px solid #0050bd
}

.transparent-navbar {
  z-index: 99;
  background-color: var(--global--black);
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 23px 0;
  top: 0
}

._20px-title-primary {
  color: var(--theme-1-colors--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px
}

.hero-section {

    background: 
      linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.488)), 
      url('../images/photo-1.webp') center/cover no-repeat;
  background-color: #000;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 140px;
  position: relative
}

.button-hover-circle {
  background-color: var(--theme-1-colors--primary);
  border-radius: 50%;
  width: 120%;
  height: 200%;
  position: absolute;
  transform: translateY(100%)
}

.button-hover-circle.primary-focused {
  background-color: var(--theme-1-colors--primary);
  transform: translate(0)
}

.button-hover-circle.white {
  background-color: var(--global--white)
}

.button-hover-circle.black {
  background-color: var(--global--black);
  transform: none
}

.mb-50px {
  margin-bottom: 50px
}

.product-card-with-bg {
  background-color: var(--global--white);
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden
}

.product-thumbnail-wrapper-with-bg {
  background-color: var(--theme-1-colors--extra-2);
  justify-content: center;
  align-items: center;
  width: 100%;

  display: flex;
  position: relative;
  overflow: hidden
}

.card-price-18px {
  color: var(--theme-1-colors--heading);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px
}

.product-body-14px-gap {
  z-index: 1;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--global--white);
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
  position: relative
}

.title-bar {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  margin-bottom: 52px;
  display: flex
}

.absolute-style-text {
  background-image: linear-gradient(90deg,#fff0,#fff 49%,#fff);
  width: 200%;
  display: none;
  position: absolute;
  inset: 0%
}

.absolute-style-text.bg-color {
  background-image: linear-gradient(90deg,#f7f7f700,var(--theme-1-colors--background)50%,var(--theme-1-colors--background))
}

._2px-height-border {
  z-index: 1;
  background-color: var(--theme-1-colors--primary);
  width: 30%;
  height: 2px
}

.text-merge-title {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative
}

.product-bar-texts-vertical {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden
}

.custom-button {
  z-index: 2;
  color: var(--theme-1-colors--heading);
  text-align: center;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 24px;
  font-size: 18px;
  transition: color .35s cubic-bezier(.25,.46,.45,.94);
  display: flex;
  position: relative;
  overflow: hidden
}

.custom-button:hover {
  color: #fff
}

.custom-button.white {
  color: var(--theme-1-colors--secondary-heading)
}

.linear-background-category {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  background-image: linear-gradient(#0000,#00000080 60%,#000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%
}

.top-category {
  border: 2px solid #fff0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-height: 710px;
  transition: border-color .4s;
  position: relative;
  overflow: hidden;
  transition: border-color 0.4s, transform 0.4s;
}

.top-category:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 255, 255, 0.2);
}

.top-category:hover {
  border-color: #fff
}

.top-category.landscape {
  min-height: 345px;
  max-height: 345px
}

.top-category-image {
  height: 100%
}

.top-category-image.square {
  aspect-ratio: 1
}



.top-category-image.landscape {
  aspect-ratio: 3/2
}

.banners {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #667085;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  font-size: 16px;
  display: grid;

  & ._1-column-grid {
    display: grid;
  grid-template-columns: 1fr 1fr;
  }

  & .banner-2-col {
    grid-column: 1;
  }

  & .top-category-4 {
    grid-row: 1/3;
    grid-column: 2;
  }
}

._22px-text-white {
  color: var(--theme-1-colors--secondary-heading);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em
}

.banner-2-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid
}

.black-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--theme-1-colors--secondary-heading);
  border: 2px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 7px 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: box-shadow .3s,color .3s ease-out,background-color .5s cubic-bezier(.25,.46,.45,.94);
  display: flex;
  position: relative;
  overflow: hidden
}

.black-button:hover {
  background-color: var(--global--transparent);
  box-shadow: 0 10px 15px 0 var(--theme-1-colors--box-shadow)
}

.title-horizontal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden
}

.title-divider {
  background-color: var(--theme-1-colors--primary);
  width: 50px;
  height: 2px;
  position: relative
}

.title-divider.white {
  background-color: var(--global--white)
}

.title-divider.black {
  background-color: var(--global--black)
}

._14px-text {
  font-size: 14px;
  line-height: 24px
}

.nav-link:focus-visible {
  outline-offset: 0px;
  outline: 2px solid #0050bd
}

._1px-divider {
  background-color: #e0e0e0;
  width: 100%;
  height: 1px
}

.testimonial-image-wrapper {
  background-color: #f5f5f5;
  width: 100%;
  max-width: 200px
}

.slider-overflow-hidden {
  background-color: #fff0;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
  overflow: hidden
}

._24px-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 36px
}

.testimonial-client-image {
  aspect-ratio: 2/3;
  height: 100%
}

.testimonial-contents-5px-gap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex
}

.testimonial-content-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.testimonial-18px-text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 28px
}

._16px-star-icon {
  color: var(--theme-1-colors--primary);
  font-family: Inter,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  max-width: 150px;
}

.testimonial-white-30px-padding {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--global--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 30px;
  display: flex
}

.service-grid {
  grid-column-gap: 20px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid
}

.service-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex
}

.image-45px {
  object-fit: contain;
  max-width: 45px
}

._14px-paragraph {
  color: #505050;
  font-size: 14px;
  line-height: 24px
}

.conents-40 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex
}

.title-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
  display: flex
}

.margin-bottom-25px {
  margin-bottom: 25px
}

.text-secondary {
  color: var(--theme-1-colors--secondary-paragraph)
}

.white-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0
}

.full-width-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--global--black);
  justify-content: flex-start;
  align-items: center;
  min-height: 700px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative
}

.mb-40px {
  margin-bottom: 40px
}

.slide-48-5 {
  width: 45%;
  margin-right: 25px
}

.category-show-image {
  border-radius: var(--z-radius--border);
  height: 680px
}

.video-55-full {
  z-index: 1;
  aspect-ratio: 3/2;
  width: 55%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%
}

.triple-image-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative
}

.vertical-image-wrapper {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  display: flex;
  position: relative
}

.margin-bottom-20px {
  margin-bottom: 20px
}

.square-image-1-3 {
  aspect-ratio: 1;
  border-radius: var(--z-radius--border-lg);
  width: 100%;
  height: 100%;
  min-height: 260px
}

.square-image-1-3.portrait-size {
  aspect-ratio: 2/3;
  max-height: 400px
}

.title-with-divider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f54550;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex
}

.image-wrapper-50 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative
}

.image-wrapper-50.rounded-overflow-hidden {
  border-radius: 25px;
  overflow: hidden
}

.mission-vision-tab {
  flex-direction: column;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
  display: flex
}

.mission-image {
  aspect-ratio: 1;

height: 100%;
}

._2-column-stretch-reverse {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}

.vertical-left-stretch-30px-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: flex
}

.full-width-height {
  width: 100%;
  height: 100%
}

.blog-hover-divider {
  background-color: var(--theme-1-colors--primary);
  height: 0%;
  position: absolute;
  inset: 0%
}

.blog-absolute-category {
  border-bottom-right-radius: var(--z-radius--border-sm);
  background-color: var(--global--black);
  color: var(--theme-1-colors--secondary-heading);
  padding: 4px 16px;
  transition: background-color .35s cubic-bezier(.25,.46,.45,.94),color .22s cubic-bezier(.25,.46,.45,.94);
  position: absolute;
  inset: 0% auto auto 0%
}

.blog-absolute-category:hover {
  background-color: var(--theme-1-colors--primary);
  color: #fff
}

.hover-horizontal-divider {
  background-color: var(--theme-1-colors--primary);
  width: 0%;
  position: absolute;
  inset: 0%
}

.blog-divider {
  background-color: var(--global--black);
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%
}

.read-more-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  transition: color .3s;
  display: flex;
  overflow: hidden
}

.read-more-link:hover {
  color: #e41e1e
}

.blog-body {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  padding: 30px 20px 30px 25px
}

.blog-card {
  border-radius: var(--z-radius--border);
  text-align: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px #00000012
}

.blog-thubnail-mask {
  border-radius: var(--z-radius--border);
  width: 100%;
  overflow: hidden
}

.blog-thumbnail-wrapper {
  border-radius: var(--z-radius--border);
  width: 95%;
  position: relative;
  overflow: hidden
}

.blog-list-card {
  border-radius: var(--z-radius--border);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative
}

._18px-link {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
  transition: color .3s
}

._18px-link:hover {
  color: #da000b
}

.blog-thumbnail-300px {
  border-radius: var(--z-radius--border);
  height: 300px;
  transition: transform .7s cubic-bezier(.19,1,.22,1)
}

.blog-thumbnail-300px:hover {
  transform: scale(1.1)
}

.summery-snippet {
  max-height: 50px;
  overflow: hidden
}

.blog-list-body {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: var(--z-radius--border);
  background-color: var(--global--white);
  width: 100%;
  margin-left: -100px;
  padding: 30px 15px 30px 25px;
  position: relative;
  box-shadow: 0 5px 20px #0000001a
}

.blog-thumbnail-featured {
  aspect-ratio: 2/3;
  border-radius: var(--z-radius--border);
  max-height: 400px;
  transition: transform .7s cubic-bezier(.19,1,.22,1)
}

.blog-thumbnail-featured:hover {
  transform: scale(1.1)
}

.team-card-margin {
  margin-bottom: 80px
}

.custom-button-wrapper {
  border: 1px solid var(--theme-1-colors--primary);
  border-radius: 180px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden
}

.custom-button-wrapper:hover {
  color: #000
}

.ecommerce-icons-20px-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  display: none;
}

._18px-text-700 {
  font-size: 18px;
  font-weight: 700
}

@media screen and (max-width: 991px) {
  .footer-wrapper {
    justify-content: start;
  }
  .home-contact{
    & .contents._480px-width {
      max-width: 100%;
    }

    & .double-image-wrapper {
      max-width: 100%;
      margin-top: 50px;
    }
  }

  h2 {
      font-size:44px
  }

  .container {
      width: 100%
  }

  .section {
      z-index: 1
  }

  .nav-menu {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      text-align: center;
      border-radius: 0;
      flex-flow: column;
      justify-content: start;
      align-items: flex-start;
      min-width: auto;
      margin-top: 0;
      padding: 40px 20px;
      display: flex
  }

  .nav-menu-wrapper {
      background-color: var(--global--black)
  }

  .navbar-logo-wrapper {
      z-index: 1
  }

  .footer-wrapper {
      flex-wrap: wrap;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      padding-top: 40px;
      padding-bottom: 40px
  }

  .footer-block {
      grid-row-gap: 20px;
      width: 100%;
      max-width: 150px;
      padding-top: 40px;
      padding-bottom: 40px
  }

  .footer-block.first-block {
      border-bottom: 1px solid var(--theme-1-colors--border);
      max-width: none
  }

  .image-wrapper {
      width: 100%
  }

  .contents {
      width: auto
  }

  .contents._480px-width {
      max-width: none
  }

  .product-price-block {
      flex-flow: row
  }

  ._2-column-block {
      flex-flow: column
  }

  ._2-column-block.reverse {
      flex-flow: wrap-reverse
  }

  .double-image-wrapper {
      width: auto;
      margin-top: 100px
  }

  .section-160px-margin {
      z-index: 1;
      margin-top: 100px;
      margin-bottom: 100px
  }

  .footer-container {
      width: 100%
  }

  .team-member-name {
      font-size: 22px;
      line-height: 32px
  }

  .team-grid {
      grid-template-columns: 1fr 1fr;
  }

  .contact-background {
      width: 100%;
      height: 40%;
      inset: auto 0% 0%
  }

  .contact-form {
      padding: 54px 32px
  }

  .contact-section {
      padding-top: 118px;
      padding-bottom: 118px
  }

  ._4-column-grid {
      grid-template-columns: 1fr 1fr
  }

  .hamburger-bottom-line {
      background-color: #020202;
      width: 25px;
      height: 3px;
      padding-bottom: 0;
      padding-right: 0
  }

  .hamburger-bottom-line.white {
      background-color: var(--global--white)
  }

  .hamburger-menu {
      transition: transform .3s
  }

  .hamburger-menu:hover {
      transform: scale(.96)
  }

  .hamburger-upper-line {
      background-color: #020202;
      width: 25px;
      height: 3px;
      padding-bottom: 0;
      padding-right: 0
  }

  .hamburger-upper-line.white {
      background-color: var(--global--white)
  }

  .nav-link-white {
      color: #fff;
      width: 100%;
      padding: 0 5px
  }

  .transparent-navbar {
      background-color: var(--global--black);
      margin-top: 0;
      padding-top: 20px;
      padding-bottom: 20px
  }

  .product-card-with-bg {
      max-width: none
  }

  .linear-background-category {
      padding-left: 20px
  }

  .top-category {
      max-height: 560px
  }

  .top-category-image.portrait {
      aspect-ratio: 1
  }

  .banners {
      grid-template-columns: 1fr
  }

  ._22px-text-white {
      font-size: 20px
  }

  .hamburger-middle-line {
      background-color: #020202;
      width: 25px;
      height: 3px;
      margin-top: 5px;
      margin-bottom: 5px;
      padding-bottom: 0;
      padding-right: 0
  }

  .hamburger-middle-line.white {
      background-color: var(--global--white)
  }

  .testimonial-white-30px-padding {
      width: 100%
  }

  .service-grid {
      grid-template-columns: 1fr 1fr
  }

  .conents-40 {
      width: 100%
  }

  .full-width-section {
      flex-flow: column;
      min-height: auto;
      padding-top: 0
  }

  .slide-48-5 {
      width: 100%
  }

  .category-show-image {
      height: 560px
  }

  .video-55-full {
      width: 100%;
      position: relative
  }

  .triple-image-wrapper {
      width: 100%
  }

  .image-wrapper-50 {
      width: 100%
  }

  ._2-column-stretch-reverse {
      flex-flow: wrap-reverse
  }
}

@media screen and (max-width: 767px) {
  h1 {
      font-size:46px
  }

  h2 {
      font-size: 36px
  }

  h3 {
      font-size: 30px
  }

  .container {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: block
  }

  .section.bg-section {
      padding-top: 60px;
      padding-bottom: 60px
  }

  .nav-menu {
      border-radius: 0
  }

  .nav-menu-wrapper {
      z-index: 1;
      min-width: 320px
  }

  .navbar-logo-wrapper {
      z-index: 1
  }

  .footer-wrapper {
      grid-template-columns: 1fr;
      padding-top: 0;
      padding-bottom: 0
  }

  .footer-block {
      flex-direction: column
  }

  .site-logo {
      max-width: 150px
  }

  .product-price-block {
      flex-flow: column;
      justify-content: space-between;
      align-items: flex-start
  }

  .primary-button {
      padding: 10px 26px
  }

  ._30px-title {
      font-size: 28px;
      line-height: 140%
  }

  .double-image-wrapper {
      margin-top: 60px
  }

  .section-160px-margin {
      margin-top: 60px;
      margin-bottom: 60px
  }

  .footer-container {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      flex-direction: column;
      justify-content: center;
      align-items: center
  }

  .footer-copyright {
      max-width: 600px;
      font-size: 14px;
      line-height: 20px
  }

  .team-member-info-card {
      padding: 32px 24px
  }

  .member-designation {
      font-size: 14px
  }

  .team-grid {
      grid-row-gap: 40px;
      grid-template-columns: 1fr 1fr;
      place-items: center
  }

  .contact-info {
      font-size: 16px;
      line-height: 18px
  }

  .contact-form-grid {
      grid-column-gap: 18px;
      grid-row-gap: 18px;
      grid-template-columns: 1fr
  }

  .input-field {
      min-height: 60px;
      padding-top: 16px;
      padding-bottom: 16px
  }

  .contact-form {
      min-height: 560px;
      padding: 36px 30px 48px
  }

  .contact-section {
      padding-top: 100px;
      padding-bottom: 100px
  }

  .hide-from-mobile-landscape {
      display: none
  }

  ._4-column-grid {
      grid-column-gap: 20px
  }

  .transparent-navbar {
      max-width: 100%;
      padding-top: 20px;
      padding-bottom: 20px
  }

  .product-thumbnail-wrapper-with-bg {
      max-height: 360px
  }

  .product-body-14px-gap {
      padding-left: 19px;
      padding-right: 19px
  }

  .title-bar {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      flex-flow: column
  }

  .product-bar-texts-vertical {
      min-width: auto
  }

  .top-category {
      max-height: 380px
  }

  .top-category-image {
      max-height: none
  }

  .banners {
      flex-direction: column
  }

  .banner-2-col {
      grid-template-columns: 1fr
  }

  .black-button {
      padding: 10px 26px
  }

  ._24px-text {
      font-size: 20px
  }

  .category-show-image {
      height: 480px
  }

  .video-55-full {
      max-height: 50%
  }

  .mission-vision-tab {
      margin-top: 14px
  }

  .blog-list-card {
      flex-flow: column;
      max-width: none
  }

  .blog-list-body {
      margin-top: -25px;
      margin-left: 0
  }
}

@media screen and (max-width: 479px) {
  body {
      font-size:15px;
      line-height: 24px
  }

  h1 {
      font-size: 30px
  }

  h2 {
      font-size: 25px
  }

  h3 {
      font-size: 20px
  }

  .container {
      align-items: center;
      padding-bottom: 0;
      padding-left: 15px;
      padding-right: 15px
  }

  .section {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      margin-top: 60px;
      margin-bottom: 60px
  }

  .nav-menu {
      grid-row-gap: 15px;
      flex-direction: column;
      overflow: visible
  }

  .nav-menu-wrapper {
      z-index: 2;
      min-width: 260px
  }

  .navbar-logo-wrapper {
      max-width: 120px;
      padding-left: 0
  }

  .footer-title {
      font-size: 22px;
      line-height: 32px
  }

  .footer-wrapper {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start
  }

  .footer-block {
      grid-row-gap: 20px;
      border-top: 1px solid #d2d2d2;
      max-width: none
  }

  .footer-block.first-block {
      border-top-style: none;
      border-bottom-style: none
  }

  .mt-20px {
      margin-top: 10px
  }

  ._30px-title {
      font-size: 24px;
      line-height: 140%
  }

  .mb-60px {
      margin-top: 40px
  }

  ._49-image {
      width: 100%
  }

  .section-160px-margin {
      grid-column-gap: 30px;
      grid-row-gap: 30px
  }

  .footer-container {
      align-items: center
  }

  .margin-bottom-24px {
      margin-bottom: 16px
  }

  .team-member-info-card {
      width: 94%;
      margin-top: -88px;
      padding: 28px 18px
  }

  .team-member-name {
      margin-bottom: 10px;
      font-size: 20px;
      line-height: 30px
  }

  .team-member-thumbnail {
      object-fit: cover;
      width: 100%;
      height: 100%
  }

  .team-grid {
      grid-template-columns: 1fr;
      margin-top: 20px
  }

  .contact-info {
      font-size: 15px;
      line-height: 16px
  }

  .contact-card-paragraph {
      font-size: 17px;
      line-height: 28px
  }

  .input-field {
      min-height: 54px;
      padding-left: 18px;
      padding-right: 18px;
      font-size: 16px;
      line-height: 18px
  }

  .contact-form {
      padding-left: 23px;
      padding-right: 23px
  }

  .contact-section {
      padding-top: 96px;
      padding-bottom: 96px;

      & ._1-column-grid-auto {
        width: 100%;
      }
  }

  .margin-bottom-40px {
      margin-bottom: 30px
  }

  .title-animation {
      max-height: 40px
  }

  .highlight-title,.title-text {
      font-size: 30px;
      line-height: 40px
  }

  ._4-column-grid {
      grid-template-columns: 1fr;
      margin-top: 20px
  }

  .nav-link-white {
      font-size: 14px;
      line-height: 22px
  }

  .transparent-navbar {
      padding-top: 10px;
      padding-bottom: 10px
  }

  ._2px-height-border {
      display: none
  }

  ._24px-text {
      font-size: 18px
  }

  .testimonial-content-block {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      flex-flow: wrap-reverse
  }

  .testimonial-18px-text {
      font-size: 16px
  }

  .testimonial-white-30px-padding {
      padding-left: 15px;
      padding-right: 15px
  }

  .service-grid {
      grid-template-columns: 1fr;
      margin-top: 20px
  }

  .service-card {
      justify-content: flex-start;
      align-items: center
  }

  .category-show-image {
      height: 360px
  }

  .video-55-full {
      max-height: 40%
  }

  .triple-image-wrapper {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      flex-flow: column
  }

  .vertical-image-wrapper {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      width: 100%
  }

  .vertical-image-wrapper.hide-in-mobile {
      display: none
  }

  .title-with-divider {
      grid-column-gap: 5px;
      grid-row-gap: 5px;
      font-size: 18px
  }

  .blog-body {
      padding: 22px 15px 22px 16px
  }

  ._18px-link {
      font-size: 16px;
      line-height: 28px
  }

  .blog-thumbnail-300px {
      height: 240px
  }

  .blog-list-body {
      padding: 22px 15px 22px 16px
  }

  .blog-thumbnail-featured {
      height: 240px
  }

  .team-card-margin {
      margin-bottom: 40px
  }

  .ecommerce-icons-20px-gap {
      grid-column-gap: 15px;
      grid-row-gap: 15px
  }
}

#w-node-bda9b613-ca4c-ae92-17cd-71eb80b226f0-19f21b66 {
  justify-self: start
}

@media screen and (max-width: 991px) {
  
  .hamburger-menu {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    transition: all 0.3s ease-in-out;
  
  }
  
  .hamburger-menu div {
    height: 3px;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
  }
  
  .hamburger-menu.active .hamburger-upper-line {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger-menu.active .hamburger-middle-line {
    opacity: 0;
  }
  .hamburger-menu.active .hamburger-bottom-line {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  
  .nav-menu-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    justify-content: start;
  }
  
  .nav-menu-wrapper.open {
    max-height: 500px;
  }

  .ecommerce-icons-20px-gap {
    display: block;
  }
}

.home-popular {
  .primary-button.white-btn {
    color: #da000b;
    border-color: #da000b;
  }

  .primary-button.white-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }
}

.primary-button.white-btn.popular-btn {
  color: #fff;
  background-color: #000;
  border-color: #000;
  margin: 0 auto;
  margin-top: 50px;
  max-width: fit-content;
}

.article-date-styled {
  font-size: 14px;
  color: #888;
  margin: 5px 0 10px 0;
  font-style: italic;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 0;
}
.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 10px 0;
}
.faq-question {
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 20px;
}
.faq-item {
  margin-bottom: 30px;
}

.app-hero.full-width-section {
    margin-top: 0;
}

.input-label {
  input {
    margin-right: 10px;
  }
  a {
    color: #da000b;
  }
}

.legal {
  & .contents {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }

  h1 {
    font-size: 40px;
  }

  h3 {
    font-size: 25px;
  }
}

.dop-style {
  padding: 150px 80px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;

  h1 {
    font-size: 40px;
  }
  

  & .thank-you-message {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  & .primary-button {
    max-width: fit-content;
    margin: 0 auto;
  }

  & .primary-button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }
}

.about-app {
  & ._49-image {
    width: 100%;
    max-height: 600px;
  }

  & .contents._480px-width {
    max-width: 50%;
  }

  & .double-image-wrapper {
    max-width: 50%;
  }

}

@media screen and (max-width: 1100px) {
  & ._4-column-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  
  .about-app {
    & .contents._480px-width {
      max-width: 100%;
    }

    & .double-image-wrapper {
      max-width: 100%;
      margin-top: 50px;
      width: 100%;
    }
  }
}

@media screen and (max-width: 767px) {
  .home-collections {
    & .banner-2-col {
      grid-template-columns: 1fr 1fr;
    }

    & .banners {
      & .top-category-4 {
        grid-row: 1;
        grid-column: 2;
      }
    } 

    & .banners {
      & .banner-2-col {
        grid-column: 1/3;
      }
    }
  }

  .mask._6px-rounded-border {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .testimonial-content-block {
    flex-direction: column;
  }

  .testimonial-image-wrapper {
    max-width: 100%;
    max-height: 300px;
  }
}

@media screen and (max-width: 479px) {
  & ._4-column-grid {
    grid-template-columns: 1fr;
  }

  .banners {
    & ._1-column-grid {
      display: flex;

    }
  }

  .home-collections {
    & .banner-2-col {
      grid-template-columns: 1fr;
    }
  }

  .slide-48-5 {
    margin-right: 0;
  }

  .contact-icon-card {
    flex-direction: column;
    row-gap: 20px;
  }
  
  .contact-icon-card {
    align-items: start;
  }

  .contact-icon-sm {
    margin: 0 auto;
  }

  .input-label {
    font-size: 14px;
  }

  .legal {
    h1 {
      font-size: 30px;
    }

    h3 {
      font-size: 20px;
    }
  }

  .home-contact {
 & .double-image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
 }
  }

 
}