.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-61269dba-c0c7-4977-9e45-925f3643fe73 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-61269dba-c0c7-4977-9e45-925f3643fe73 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-61269dba-c0c7-4977-9e45-925f3643fe73 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-61269dba-c0c7-4977-9e45-925f3643fe73 {
  
}
}@media (max-width: 767px){#s-61269dba-c0c7-4977-9e45-925f3643fe73 {
  max-width: 100%;
}
}







#s-61269dba-c0c7-4977-9e45-925f3643fe73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61269dba-c0c7-4977-9e45-925f3643fe73.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-78919cdf-7a9a-43f2-8ffe-db935b73bbc7 {
  background-repeat: no-repeat;
min-height: 50em;
}
@media (max-width: 767px){#s-78919cdf-7a9a-43f2-8ffe-db935b73bbc7 {
  max-width: 100%;
}
}
#s-78919cdf-7a9a-43f2-8ffe-db935b73bbc7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODgzYjY3MWItZjg2Yi00ZDFjLWIxNWQtMWNjYjc4NmJiNzc4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNjcyYTlmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojODgwZWZhO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ODNiNjcxYi1mODZiLTRkMWMtYjE1ZC0xY2NiNzg2YmI3NzgpIi8+PC9zdmc+);
}








#s-78919cdf-7a9a-43f2-8ffe-db935b73bbc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78919cdf-7a9a-43f2-8ffe-db935b73bbc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-ba9f3265-05f2-4cbb-8923-8de2ec7b31ee {
  margin-top: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ba9f3265-05f2-4cbb-8923-8de2ec7b31ee {
  max-width: 100%;
}
}
#s-ba9f3265-05f2-4cbb-8923-8de2ec7b31ee .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 300px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ba9f3265-05f2-4cbb-8923-8de2ec7b31ee .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 100px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-ba9f3265-05f2-4cbb-8923-8de2ec7b31ee .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 100px;
  line-height: 1em;
  
  
}


}
#s-49466af1-39e8-4353-9034-b45c7b95fc57 {
  min-height: 50px;
}








#s-49466af1-39e8-4353-9034-b45c7b95fc57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49466af1-39e8-4353-9034-b45c7b95fc57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-a71f82ef-a515-4fe4-b9b8-f83085492b03 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 350px;
}
@media (max-width: 767px){#s-a71f82ef-a515-4fe4-b9b8-f83085492b03 {
  max-width: 250px;
}
}
@media (min-width: 0px) {
[id="s-a71f82ef-a515-4fe4-b9b8-f83085492b03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a71f82ef-a515-4fe4-b9b8-f83085492b03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a71f82ef-a515-4fe4-b9b8-f83085492b03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a71f82ef-a515-4fe4-b9b8-f83085492b03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-55db03ef-942a-46aa-bb28-d81ec0872d10 {
  margin-left: auto;
margin-right: auto;
min-height: 10px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-55db03ef-942a-46aa-bb28-d81ec0872d10 {
  max-width: 100%;
}
}







#s-55db03ef-942a-46aa-bb28-d81ec0872d10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55db03ef-942a-46aa-bb28-d81ec0872d10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c2ebe6d-5ef9-4ce6-b70e-c698318b93b4 {
  min-height: 10px;
}

#s-60648fac-33c9-412f-a667-426bd7aaa2ab {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: dashed;
text-align: center;
}

#s-60648fac-33c9-412f-a667-426bd7aaa2ab .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 30px;
  font-weight:   ;
  font-family: BalooChettan2-Medium;
  font-style:  normal ;
}

#s-60648fac-33c9-412f-a667-426bd7aaa2ab .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: BalooChettan2-Medium;
  font-style:  normal ;
  font-size: 30px;
}

#s-60648fac-33c9-412f-a667-426bd7aaa2ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-60648fac-33c9-412f-a667-426bd7aaa2ab .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 30px;
  font-weight:   ;
  font-family: BalooChettan2-Medium;
  font-style:  normal ;
}

#s-60648fac-33c9-412f-a667-426bd7aaa2ab .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: BalooChettan2-Medium;
  font-style:  normal ;
  font-size: 30px;
}

#s-60648fac-33c9-412f-a667-426bd7aaa2ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-eb9e57f8-eec7-4c0e-b944-97db06396441 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 240, 80, 1);
border-style: solid;
border-radius: 0px;
min-height: 72px;
background-color: rgba(252, 240, 80, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-eb9e57f8-eec7-4c0e-b944-97db06396441:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-eb9e57f8-eec7-4c0e-b944-97db06396441:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eb9e57f8-eec7-4c0e-b944-97db06396441 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eb9e57f8-eec7-4c0e-b944-97db06396441.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eb9e57f8-eec7-4c0e-b944-97db06396441.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight: 600;
  
  font-family: Maven Pro;
  display:  block ;
}

#s-eb9e57f8-eec7-4c0e-b944-97db06396441.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-5576e7c5-6cf4-46f2-8092-432a8c35b8c4 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1a13cb41-a41b-4e2c-9bdc-959c8a6aec09 {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
}








#s-1a13cb41-a41b-4e2c-9bdc-959c8a6aec09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a13cb41-a41b-4e2c-9bdc-959c8a6aec09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e2065ef-6d24-43ca-b57a-da547830babe {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-4e2065ef-6d24-43ca-b57a-da547830babe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e2065ef-6d24-43ca-b57a-da547830babe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4e2065ef-6d24-43ca-b57a-da547830babe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e2065ef-6d24-43ca-b57a-da547830babe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e167efa7-6097-4f38-8925-b451d021d8d1 {
  min-height: 50px;
}








#s-e167efa7-6097-4f38-8925-b451d021d8d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e167efa7-6097-4f38-8925-b451d021d8d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-871689ba-5f6c-4141-b38e-9ec72e56dbb6 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-871689ba-5f6c-4141-b38e-9ec72e56dbb6 img.shogun-image {
    

    
    
    
  }


#s-871689ba-5f6c-4141-b38e-9ec72e56dbb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c5a3e6d-3c3b-47e2-ac95-c9987526c95d {
  min-height: 50px;
}








#s-1c5a3e6d-3c3b-47e2-ac95-c9987526c95d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c5a3e6d-3c3b-47e2-ac95-c9987526c95d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ecf6fb2-d90b-4d84-9648-fb29e3d04472 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-3ecf6fb2-d90b-4d84-9648-fb29e3d04472 img.shogun-image {
    

    
    
    
  }


#s-3ecf6fb2-d90b-4d84-9648-fb29e3d04472 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed22a8f3-1dcb-438e-ba3d-f33bbdac4aa6 {
  min-height: 50px;
}








#s-ed22a8f3-1dcb-438e-ba3d-f33bbdac4aa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed22a8f3-1dcb-438e-ba3d-f33bbdac4aa6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c57212e-5b8a-4b3e-a202-3075605629ae {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-9c57212e-5b8a-4b3e-a202-3075605629ae img.shogun-image {
    

    
    
    
  }


#s-9c57212e-5b8a-4b3e-a202-3075605629ae .shogun-image-content {
  
    align-items: center;
  
}

#s-996731d6-b41c-4187-bc3d-08dc3de74224 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-996731d6-b41c-4187-bc3d-08dc3de74224 {
  max-width: 550px;
}
}@media (max-width: 767px){#s-996731d6-b41c-4187-bc3d-08dc3de74224 {
  max-width: 100%;
}
}







#s-996731d6-b41c-4187-bc3d-08dc3de74224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-996731d6-b41c-4187-bc3d-08dc3de74224.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2a5831d9-38dc-4e03-a0b9-772ec4533256"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a5831d9-38dc-4e03-a0b9-772ec4533256"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a5831d9-38dc-4e03-a0b9-772ec4533256"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a5831d9-38dc-4e03-a0b9-772ec4533256"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7b240ee2-2d65-477f-be17-bb52b4ced12d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 550px;
text-align: left;
}
@media (max-width: 767px){#s-7b240ee2-2d65-477f-be17-bb52b4ced12d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 350px;
text-align: center;
}
}
#s-7b240ee2-2d65-477f-be17-bb52b4ced12d .shogun-heading-component h1 {
  color: rgba(247, 247, 247, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-Medium";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-7b240ee2-2d65-477f-be17-bb52b4ced12d .shogun-heading-component h1 {
  color: rgba(247, 247, 247, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-Medium";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-48de85ab-5481-4e66-a7c0-8316321e76d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 550px;
text-align: left;
}
@media (max-width: 767px){#s-48de85ab-5481-4e66-a7c0-8316321e76d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 350px;
text-align: center;
}
}
#s-48de85ab-5481-4e66-a7c0-8316321e76d6 .shogun-heading-component h1 {
  color: rgba(247, 247, 247, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-Medium";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-48de85ab-5481-4e66-a7c0-8316321e76d6 .shogun-heading-component h1 {
  color: rgba(247, 247, 247, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-Medium";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-1df1a4e7-da88-4a05-8730-e694862abf8b {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1df1a4e7-da88-4a05-8730-e694862abf8b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1df1a4e7-da88-4a05-8730-e694862abf8b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1df1a4e7-da88-4a05-8730-e694862abf8b {
  
}
}@media (max-width: 767px){#s-1df1a4e7-da88-4a05-8730-e694862abf8b {
  max-width: 100%;
}
}







#s-1df1a4e7-da88-4a05-8730-e694862abf8b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
}#s-1df1a4e7-da88-4a05-8730-e694862abf8b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-556edc3f-b1db-4814-b157-dffaff61af14 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-right: 5%;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-556edc3f-b1db-4814-b157-dffaff61af14 {
  padding-left: 5%;
padding-right: 5%;
max-width: 100%;
}
}






  #s-556edc3f-b1db-4814-b157-dffaff61af14 img.shogun-image {
    

    
    
    
  }


#s-556edc3f-b1db-4814-b157-dffaff61af14 .shogun-image-content {
  
    align-items: center;
  
}

#s-769358f5-c238-4042-9b94-9b0939a0fa05 {
  min-height: 50px;
}








#s-769358f5-c238-4042-9b94-9b0939a0fa05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-769358f5-c238-4042-9b94-9b0939a0fa05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-773b635e-8e84-4a4b-ac4c-cf462d856416 {
  min-height: 800px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-773b635e-8e84-4a4b-ac4c-cf462d856416 {
  max-width: 100%;
}
}







#s-773b635e-8e84-4a4b-ac4c-cf462d856416 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-773b635e-8e84-4a4b-ac4c-cf462d856416.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b14c90ab-d734-4fb7-ac80-93fe9172c944 {
  min-height: 450px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b14c90ab-d734-4fb7-ac80-93fe9172c944 {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
}
}@media (max-width: 767px){#s-b14c90ab-d734-4fb7-ac80-93fe9172c944 {
  max-width: 100%;
}
}
@media (min-width: 0px) {
[id="s-b14c90ab-d734-4fb7-ac80-93fe9172c944"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b14c90ab-d734-4fb7-ac80-93fe9172c944"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b14c90ab-d734-4fb7-ac80-93fe9172c944"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b14c90ab-d734-4fb7-ac80-93fe9172c944"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b14c90ab-d734-4fb7-ac80-93fe9172c944"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b14c90ab-d734-4fb7-ac80-93fe9172c944"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b14c90ab-d734-4fb7-ac80-93fe9172c944"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-0afefb92-5244-4b2e-bc3d-3637a8354596 {
  margin-top: 5em;
margin-left: auto;
margin-bottom: 5em;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 550px;
text-align: left;
}
@media (max-width: 767px){#s-0afefb92-5244-4b2e-bc3d-3637a8354596 {
  margin-top: 5em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 350px;
text-align: center;
}
}
#s-0afefb92-5244-4b2e-bc3d-3637a8354596 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-Medium";
  font-style:  normal ;
  font-size: 78px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0afefb92-5244-4b2e-bc3d-3637a8354596 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-Medium";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


}@media (max-width: 767px){#s-0afefb92-5244-4b2e-bc3d-3637a8354596 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-Medium";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


}
#s-1097fc30-e519-4d73-9b9c-ba85152a3403 {
  min-height: 50px;
}
@media (max-width: 767px){#s-1097fc30-e519-4d73-9b9c-ba85152a3403 {
  margin-top: 0px;
margin-bottom: 100px;
}
}







#s-1097fc30-e519-4d73-9b9c-ba85152a3403 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1097fc30-e519-4d73-9b9c-ba85152a3403.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38004859-a36c-423a-ac17-1bfca5035526 {
  margin-top: 8em;
margin-bottom: 8em;
max-width: 450px;
}
@media (min-width: 768px) and (max-width: 991px){#s-38004859-a36c-423a-ac17-1bfca5035526 {
  max-width: 500px;
}
}@media (max-width: 767px){#s-38004859-a36c-423a-ac17-1bfca5035526 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 350px;
}
}
#s-f44d4df6-60e8-4fc5-94c6-8a2ebc491765 {
  margin-top: -13em;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-f44d4df6-60e8-4fc5-94c6-8a2ebc491765 {
  margin-top: -3em;
max-width: 100%;
}
}






  #s-f44d4df6-60e8-4fc5-94c6-8a2ebc491765 img.shogun-image {
    

    
    
    
  }


#s-f44d4df6-60e8-4fc5-94c6-8a2ebc491765 .shogun-image-content {
  
    align-items: center;
  
}

#s-285c66a6-8870-424f-a126-21d0df3901f4 {
  min-height: 1000px;
background-color: rgba(252, 240, 80, 1);
}
@media (max-width: 767px){#s-285c66a6-8870-424f-a126-21d0df3901f4 {
  max-width: 100%;
}
}







#s-285c66a6-8870-424f-a126-21d0df3901f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-285c66a6-8870-424f-a126-21d0df3901f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e65909f-9b5c-44cc-a16b-d87f92b24d15 {
  margin-left: 15%;
margin-right: 0%;
min-height: 650px;
max-width: 1200px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7e65909f-9b5c-44cc-a16b-d87f92b24d15 {
  margin-left: 0%;
max-width: 100%;
}
}@media (max-width: 767px){#s-7e65909f-9b5c-44cc-a16b-d87f92b24d15 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}







#s-7e65909f-9b5c-44cc-a16b-d87f92b24d15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e65909f-9b5c-44cc-a16b-d87f92b24d15.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d3f167a0-2632-4f89-844e-c13b6dadfbe3 {
  margin-top: 50px;
margin-left: 14%;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3f167a0-2632-4f89-844e-c13b6dadfbe3 {
  margin-left: 0%;
margin-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-d3f167a0-2632-4f89-844e-c13b6dadfbe3 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 350px;
text-align: center;
}
}
#s-d3f167a0-2632-4f89-844e-c13b6dadfbe3 .shogun-heading-component h1 {
  color: rgba(252, 240, 80, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: right;
}


@media (max-width: 767px){#s-d3f167a0-2632-4f89-844e-c13b6dadfbe3 .shogun-heading-component h1 {
  color: rgba(252, 240, 80, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


}
#s-5c64f0b5-a904-4eae-bfe4-7eb4b8bf8f58 {
  margin-top: 262px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c64f0b5-a904-4eae-bfe4-7eb4b8bf8f58 {
  margin-top: 228px;
}
}@media (max-width: 767px){#s-5c64f0b5-a904-4eae-bfe4-7eb4b8bf8f58 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
}
}
@media (min-width: 0px) {
[id="s-5c64f0b5-a904-4eae-bfe4-7eb4b8bf8f58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c64f0b5-a904-4eae-bfe4-7eb4b8bf8f58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c64f0b5-a904-4eae-bfe4-7eb4b8bf8f58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c64f0b5-a904-4eae-bfe4-7eb4b8bf8f58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c64f0b5-a904-4eae-bfe4-7eb4b8bf8f58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c64f0b5-a904-4eae-bfe4-7eb4b8bf8f58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c64f0b5-a904-4eae-bfe4-7eb4b8bf8f58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-630fa240-bb77-41e9-8e67-15a26f982ee0 {
  margin-left: 11%;
margin-right: 15%;
}

#s-f61291a0-6561-499d-bf11-4c385e02e896 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -450px;
margin-left: 8%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 600px;
max-width: 900px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f61291a0-6561-499d-bf11-4c385e02e896 {
  margin-top: -400px;
margin-left: -13%;
margin-right: 32%;
}
}@media (max-width: 767px){#s-f61291a0-6561-499d-bf11-4c385e02e896 {
  margin-top: -9em;
margin-bottom: 50px;
max-width: 25em;
}
}







#s-f61291a0-6561-499d-bf11-4c385e02e896 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f61291a0-6561-499d-bf11-4c385e02e896.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-835f5872-4b86-4544-97db-6b13f424cb54 {
  min-height: 1000px;
background-color: rgba(252, 240, 80, 1);
}
@media (max-width: 767px){#s-835f5872-4b86-4544-97db-6b13f424cb54 {
  max-width: 100%;
}
}







#s-835f5872-4b86-4544-97db-6b13f424cb54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-835f5872-4b86-4544-97db-6b13f424cb54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-963f0867-c442-4c66-9350-804827ba1be2 {
  margin-left: 5%;
min-height: 750px;
max-width: 1200px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-963f0867-c442-4c66-9350-804827ba1be2 {
  margin-left: 0%;
max-width: 100%;
}
}@media (max-width: 767px){#s-963f0867-c442-4c66-9350-804827ba1be2 {
  margin-left: 0%;
max-width: 100%;
}
}







#s-963f0867-c442-4c66-9350-804827ba1be2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-963f0867-c442-4c66-9350-804827ba1be2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-963f0867-c442-4c66-9350-804827ba1be2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-963f0867-c442-4c66-9350-804827ba1be2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-363d59e8-ffab-422d-b9c8-0b77f7ded6a7 {
  margin-top: 50px;
margin-left: 19%;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 900px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-363d59e8-ffab-422d-b9c8-0b77f7ded6a7 {
  margin-left: 8%;
}
}@media (max-width: 767px){#s-363d59e8-ffab-422d-b9c8-0b77f7ded6a7 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
max-width: 350px;
text-align: center;
}
}
#s-363d59e8-ffab-422d-b9c8-0b77f7ded6a7 .shogun-heading-component h1 {
  color: rgba(252, 240, 80, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-363d59e8-ffab-422d-b9c8-0b77f7ded6a7 .shogun-heading-component h1 {
  color: rgba(252, 240, 80, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-363d59e8-ffab-422d-b9c8-0b77f7ded6a7 .shogun-heading-component h1 {
  color: rgba(252, 240, 80, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


}
#s-b08259ed-80af-4612-9a85-7e2d8c0960f4 {
  margin-top: 280px;
}
@media (max-width: 767px){#s-b08259ed-80af-4612-9a85-7e2d8c0960f4 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-b08259ed-80af-4612-9a85-7e2d8c0960f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b08259ed-80af-4612-9a85-7e2d8c0960f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b08259ed-80af-4612-9a85-7e2d8c0960f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b08259ed-80af-4612-9a85-7e2d8c0960f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b08259ed-80af-4612-9a85-7e2d8c0960f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b08259ed-80af-4612-9a85-7e2d8c0960f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b08259ed-80af-4612-9a85-7e2d8c0960f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-6a7b55c3-6f48-431c-95db-f32d8652ff5e {
  margin-left: 15%;
margin-right: 3%;
}
@media (max-width: 767px){#s-6a7b55c3-6f48-431c-95db-f32d8652ff5e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 350px;
}
}
#s-e357167c-4bfe-47d7-b2f3-1dd0c3d6c7c1 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -450px;
margin-left: 33%;
margin-right: 0em;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 600px;
max-width: 900px;
background-position: center center;
}
@media (max-width: 767px){#s-e357167c-4bfe-47d7-b2f3-1dd0c3d6c7c1 {
  margin-top: -10em;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 25em;
}
}







#s-e357167c-4bfe-47d7-b2f3-1dd0c3d6c7c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e357167c-4bfe-47d7-b2f3-1dd0c3d6c7c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63827ec3-403a-4d0e-b353-57b4e9e3f9e7 {
  min-height: 1000px;
background-color: rgba(252, 240, 80, 1);
}
@media (max-width: 767px){#s-63827ec3-403a-4d0e-b353-57b4e9e3f9e7 {
  max-width: 100%;
}
}







#s-63827ec3-403a-4d0e-b353-57b4e9e3f9e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63827ec3-403a-4d0e-b353-57b4e9e3f9e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac3fa922-55b7-4944-bb8a-8440a60333a7 {
  margin-left: 15%;
margin-right: 0%;
min-height: 650px;
max-width: 1200px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ac3fa922-55b7-4944-bb8a-8440a60333a7 {
  margin-left: 0%;
max-width: 100%;
}
}@media (max-width: 767px){#s-ac3fa922-55b7-4944-bb8a-8440a60333a7 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}







#s-ac3fa922-55b7-4944-bb8a-8440a60333a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac3fa922-55b7-4944-bb8a-8440a60333a7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a3d2d1ce-6816-429b-a972-6ae34053fc58 {
  margin-top: 50px;
margin-left: 14%;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3d2d1ce-6816-429b-a972-6ae34053fc58 {
  margin-left: 0%;
margin-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-a3d2d1ce-6816-429b-a972-6ae34053fc58 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 350px;
text-align: center;
}
}
#s-a3d2d1ce-6816-429b-a972-6ae34053fc58 .shogun-heading-component h1 {
  color: rgba(252, 240, 80, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: right;
}


@media (max-width: 767px){#s-a3d2d1ce-6816-429b-a972-6ae34053fc58 .shogun-heading-component h1 {
  color: rgba(252, 240, 80, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


}
#s-fc6981cc-e119-417f-b06d-9e2f48dc090c {
  margin-top: 262px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc6981cc-e119-417f-b06d-9e2f48dc090c {
  margin-top: 228px;
}
}@media (max-width: 767px){#s-fc6981cc-e119-417f-b06d-9e2f48dc090c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
}
}
@media (min-width: 0px) {
[id="s-fc6981cc-e119-417f-b06d-9e2f48dc090c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc6981cc-e119-417f-b06d-9e2f48dc090c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc6981cc-e119-417f-b06d-9e2f48dc090c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc6981cc-e119-417f-b06d-9e2f48dc090c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc6981cc-e119-417f-b06d-9e2f48dc090c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc6981cc-e119-417f-b06d-9e2f48dc090c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc6981cc-e119-417f-b06d-9e2f48dc090c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-40ad8555-905c-4ba3-bcbe-c65eb52163af {
  margin-left: 11%;
margin-right: 15%;
}

#s-b02925a5-bb25-40c1-802c-b2cfaf064acc {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -450px;
margin-left: 8%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 600px;
max-width: 900px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b02925a5-bb25-40c1-802c-b2cfaf064acc {
  margin-top: -400px;
margin-left: -13%;
margin-right: 32%;
}
}@media (max-width: 767px){#s-b02925a5-bb25-40c1-802c-b2cfaf064acc {
  margin-top: -9em;
margin-bottom: 50px;
max-width: 25em;
}
}







#s-b02925a5-bb25-40c1-802c-b2cfaf064acc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b02925a5-bb25-40c1-802c-b2cfaf064acc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfe391ec-d4bb-4a37-ad1c-76aab575d870 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-dfe391ec-d4bb-4a37-ad1c-76aab575d870 {
  max-width: 100%;
}
}







#s-dfe391ec-d4bb-4a37-ad1c-76aab575d870 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfe391ec-d4bb-4a37-ad1c-76aab575d870.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-7c204771-a999-470c-9d3f-f4cb71533274 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1280px;
}
@media (max-width: 767px){#s-7c204771-a999-470c-9d3f-f4cb71533274 {
  max-width: 100%;
}
}
#s-7c204771-a999-470c-9d3f-f4cb71533274 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7c204771-a999-470c-9d3f-f4cb71533274 .shg-sld-nav-button.shg-sld-left,
#s-7c204771-a999-470c-9d3f-f4cb71533274 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f60e8ba4-87c8-4a4a-897e-964803599fb7 {
  text-align: center;
}







  #s-f60e8ba4-87c8-4a4a-897e-964803599fb7 img.shogun-image {
    

    
    
    
  }


#s-f60e8ba4-87c8-4a4a-897e-964803599fb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-73bc4b97-9b00-41b7-839f-2819125870ee {
  text-align: center;
}







  #s-73bc4b97-9b00-41b7-839f-2819125870ee img.shogun-image {
    

    
    
    
  }


#s-73bc4b97-9b00-41b7-839f-2819125870ee .shogun-image-content {
  
    align-items: center;
  
}

#s-ae042897-c62b-41a6-b327-f6ad49bb88cf {
  text-align: center;
}







  #s-ae042897-c62b-41a6-b327-f6ad49bb88cf img.shogun-image {
    

    
    
    
  }


#s-ae042897-c62b-41a6-b327-f6ad49bb88cf .shogun-image-content {
  
    align-items: center;
  
}

#s-02b67c84-0a1a-46e9-b251-09a8119660ab {
  text-align: center;
}







  #s-02b67c84-0a1a-46e9-b251-09a8119660ab img.shogun-image {
    

    
    
    
  }


#s-02b67c84-0a1a-46e9-b251-09a8119660ab .shogun-image-content {
  
    align-items: center;
  
}

#s-929e44fd-a59d-4c82-a829-adbc5506f211 {
  text-align: center;
}







  #s-929e44fd-a59d-4c82-a829-adbc5506f211 img.shogun-image {
    

    
    
    
  }


#s-929e44fd-a59d-4c82-a829-adbc5506f211 .shogun-image-content {
  
    align-items: center;
  
}

#s-46e55572-1493-4a70-bba7-0b95d5e064ad {
  min-height: 1000px;
}
@media (max-width: 767px){#s-46e55572-1493-4a70-bba7-0b95d5e064ad {
  max-width: 100%;
}
}







#s-46e55572-1493-4a70-bba7-0b95d5e064ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46e55572-1493-4a70-bba7-0b95d5e064ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1d12aa1-455a-4524-8c66-65b7def3b13c {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 800px;
text-align: center;
}
@media (max-width: 767px){#s-f1d12aa1-455a-4524-8c66-65b7def3b13c {
  max-width: 350px;
}
}
#s-f1d12aa1-455a-4524-8c66-65b7def3b13c .shogun-heading-component h1 {
  color: rgba(103, 42, 159, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}


@media (max-width: 767px){#s-f1d12aa1-455a-4524-8c66-65b7def3b13c .shogun-heading-component h1 {
  color: rgba(103, 42, 159, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}
#s-959e55ba-c625-41fd-9d34-6917c1eb80f4 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-959e55ba-c625-41fd-9d34-6917c1eb80f4 {
  max-width: 100%;
}
}






  #s-959e55ba-c625-41fd-9d34-6917c1eb80f4 img.shogun-image {
    

    
    
    
  }


#s-959e55ba-c625-41fd-9d34-6917c1eb80f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-db5f8417-1e9a-48f8-88f7-197fe8c9be0c {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 10px;
max-width: 1300px;
}
@media (max-width: 767px){#s-db5f8417-1e9a-48f8-88f7-197fe8c9be0c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 400px;
}
}
@media (min-width: 0px) {
[id="s-db5f8417-1e9a-48f8-88f7-197fe8c9be0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db5f8417-1e9a-48f8-88f7-197fe8c9be0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db5f8417-1e9a-48f8-88f7-197fe8c9be0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db5f8417-1e9a-48f8-88f7-197fe8c9be0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4927a5ec-aa88-4f5d-bf6c-377b2455e343 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}







  #s-4927a5ec-aa88-4f5d-bf6c-377b2455e343 img.shogun-image {
    

    
    
    
  }


#s-4927a5ec-aa88-4f5d-bf6c-377b2455e343 .shogun-image-content {
  
    align-items: center;
  
}

#s-b97916b1-ebbf-4833-ada1-65d77e37c825 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b97916b1-ebbf-4833-ada1-65d77e37c825 .shogun-heading-component h1 {
  color: rgba(103, 42, 159, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-Medium";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (max-width: 767px){#s-8d61d0e4-2c3e-40ec-a8aa-2196ede0d755 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 350px;
}
}
#s-239e6958-8bed-4af6-a1d6-24b2974bf4c5 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}







  #s-239e6958-8bed-4af6-a1d6-24b2974bf4c5 img.shogun-image {
    

    
    
    
  }


#s-239e6958-8bed-4af6-a1d6-24b2974bf4c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-58dcbd62-8112-41e0-8e89-00b1ee716f15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58dcbd62-8112-41e0-8e89-00b1ee716f15 .shogun-heading-component h1 {
  color: rgba(103, 42, 159, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-Medium";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (max-width: 767px){#s-b08362bb-943f-4a58-9774-5b4e80b4761f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 350px;
}
}
#s-8e21f175-f040-412a-bb40-c364a563787f {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 10px;
max-width: 1300px;
}
@media (max-width: 767px){#s-8e21f175-f040-412a-bb40-c364a563787f {
  margin-top: -80px;
margin-left: auto;
margin-right: auto;
max-width: 400px;
}
}
@media (min-width: 0px) {
[id="s-8e21f175-f040-412a-bb40-c364a563787f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e21f175-f040-412a-bb40-c364a563787f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e21f175-f040-412a-bb40-c364a563787f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e21f175-f040-412a-bb40-c364a563787f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-11acb986-6da9-41a2-968d-339a72547cc4 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}







  #s-11acb986-6da9-41a2-968d-339a72547cc4 img.shogun-image {
    

    
    
    
  }


#s-11acb986-6da9-41a2-968d-339a72547cc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9223291f-eda2-48cf-9c71-2645bf63daf6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9223291f-eda2-48cf-9c71-2645bf63daf6 .shogun-heading-component h1 {
  color: rgba(103, 42, 159, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-Medium";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (max-width: 767px){#s-407373bd-984d-454a-8df8-df23ab07b1cc {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
}
}
#s-841a2a0b-dc8b-4885-b924-311dfe035515 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}







  #s-841a2a0b-dc8b-4885-b924-311dfe035515 img.shogun-image {
    

    
    
    
  }


#s-841a2a0b-dc8b-4885-b924-311dfe035515 .shogun-image-content {
  
    align-items: center;
  
}

#s-f608d647-4870-41cd-b417-0e1ce221cf90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f608d647-4870-41cd-b417-0e1ce221cf90 .shogun-heading-component h1 {
  color: rgba(103, 42, 159, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-Medium";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (max-width: 767px){#s-38b042cf-2f68-4686-9483-b4448428a971 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
}
}
#s-ea697ed2-89ea-4c53-b366-57911e767127 {
  min-height: 700px;
background-color: rgba(255, 249, 3, 1);
}








#s-ea697ed2-89ea-4c53-b366-57911e767127 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea697ed2-89ea-4c53-b366-57911e767127.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-295f692c-5376-447a-bb61-fb2711fe8936 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 750px;
background-position: center center;
}








#s-295f692c-5376-447a-bb61-fb2711fe8936 > .shg-box-overlay {
  background-color: rgba(7, 7, 30, 1);
  opacity: 0.7000000000000001;
}#s-295f692c-5376-447a-bb61-fb2711fe8936.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-352ae1f6-73cd-4020-8dcd-102ebb7d5c58 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 600px;
text-align: center;
}
@media (max-width: 767px){#s-352ae1f6-73cd-4020-8dcd-102ebb7d5c58 {
  max-width: 350px;
}
}
#s-352ae1f6-73cd-4020-8dcd-102ebb7d5c58 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-Medium";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-6b5928ea-a7ee-48b4-808e-7db3d971e5a5 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 800px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b5928ea-a7ee-48b4-808e-7db3d971e5a5 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-6b5928ea-a7ee-48b4-808e-7db3d971e5a5 {
  max-width: 350px;
}
}
#s-6b5928ea-a7ee-48b4-808e-7db3d971e5a5 .shogun-heading-component h1 {
  color: rgba(247, 247, 247, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 100px;
  line-height: 0.5em;
  
  text-align: center;
}


@media (max-width: 767px){#s-6b5928ea-a7ee-48b4-808e-7db3d971e5a5 .shogun-heading-component h1 {
  color: rgba(247, 247, 247, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 100px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-44b27538-15d1-477d-80d8-929c4e911453 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 500px;
text-align: center;
}
@media (max-width: 767px){#s-44b27538-15d1-477d-80d8-929c4e911453 {
  max-width: 350px;
}
}
#s-44b27538-15d1-477d-80d8-929c4e911453 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-Medium";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-f2758db4-dc0a-4b77-b181-cabb65e0ae13 {
  min-height: 700px;
background-color: rgba(255, 255, 255, 1);
}








#s-f2758db4-dc0a-4b77-b181-cabb65e0ae13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2758db4-dc0a-4b77-b181-cabb65e0ae13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0802f62-a2ab-4774-8c84-c7d398628308 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 800px;
text-align: center;
}

#s-f0802f62-a2ab-4774-8c84-c7d398628308 .shogun-heading-component h1 {
  color: rgba(103, 42, 159, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}


@media (max-width: 767px){#s-f0802f62-a2ab-4774-8c84-c7d398628308 .shogun-heading-component h1 {
  color: rgba(103, 42, 159, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}
#s-bc28a264-f63e-4ab3-b33c-2ae8e9c81945 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
}
@media (min-width: 1200px){#s-bc28a264-f63e-4ab3-b33c-2ae8e9c81945 {
  max-width: 500px;
}
}
#s-b01a3727-d63e-46a0-a637-be950a703501 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}

#s-83098efa-b2b6-4d31-aa09-f71a3b1eaaec {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 900px;
background-color: rgba(255, 255, 255, 1);
}








#s-83098efa-b2b6-4d31-aa09-f71a3b1eaaec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83098efa-b2b6-4d31-aa09-f71a3b1eaaec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bdea56ea-0a1b-4325-809e-e5071877091b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdea56ea-0a1b-4325-809e-e5071877091b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bdea56ea-0a1b-4325-809e-e5071877091b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdea56ea-0a1b-4325-809e-e5071877091b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-69319af8-05ee-4781-a774-db62cd510800"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-69319af8-05ee-4781-a774-db62cd510800"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69319af8-05ee-4781-a774-db62cd510800"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-69319af8-05ee-4781-a774-db62cd510800"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69319af8-05ee-4781-a774-db62cd510800"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-69319af8-05ee-4781-a774-db62cd510800"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69319af8-05ee-4781-a774-db62cd510800"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-c062a763-3177-47ed-b85a-939de81945db {
  margin-top: 11px;
margin-bottom: 11px;
}

#s-c062a763-3177-47ed-b85a-939de81945db .shogun-icon-wrapper {
  text-align: center;
}


#s-c062a763-3177-47ed-b85a-939de81945db .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(103, 42, 159, 1);
}

#s-e1fef11f-53b1-465c-90ae-12c285f1cfb0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 4px;
max-width: 350px;
}
@media (max-width: 767px){#s-e1fef11f-53b1-465c-90ae-12c285f1cfb0 {
  margin-left: -32%;
padding-left: 0%;
max-width: 250px;
}
}
@media (min-width: 0px) {
[id="s-825497ed-99b3-4772-af28-3491c7a76969"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-825497ed-99b3-4772-af28-3491c7a76969"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-825497ed-99b3-4772-af28-3491c7a76969"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-825497ed-99b3-4772-af28-3491c7a76969"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-825497ed-99b3-4772-af28-3491c7a76969"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-825497ed-99b3-4772-af28-3491c7a76969"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-825497ed-99b3-4772-af28-3491c7a76969"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-832699c0-343c-4541-8d3c-cc0d201a71df {
  margin-top: 14px;
margin-bottom: 14px;
}

#s-832699c0-343c-4541-8d3c-cc0d201a71df .shogun-icon-wrapper {
  text-align: center;
}


#s-832699c0-343c-4541-8d3c-cc0d201a71df .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(103, 42, 159, 1);
}

#s-4ee4066a-f5f4-43b0-ba26-6ae31b38c577 {
  padding-top: 4px;
padding-left: 10%;
padding-bottom: 4px;
max-width: 350px;
}
@media (max-width: 767px){#s-4ee4066a-f5f4-43b0-ba26-6ae31b38c577 {
  margin-top: 10px;
margin-left: -32%;
margin-bottom: 10px;
padding-left: 0%;
max-width: 250px;
}
}
@media (min-width: 0px) {
[id="s-f426184c-ccac-47bb-8ece-acea229f8079"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f426184c-ccac-47bb-8ece-acea229f8079"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f426184c-ccac-47bb-8ece-acea229f8079"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f426184c-ccac-47bb-8ece-acea229f8079"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f426184c-ccac-47bb-8ece-acea229f8079"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f426184c-ccac-47bb-8ece-acea229f8079"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f426184c-ccac-47bb-8ece-acea229f8079"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-b0318b05-cdc6-45b3-b1b2-2c4a5c3e5859 {
  margin-top: 12px;
margin-bottom: 12px;
}
@media (max-width: 767px){#s-b0318b05-cdc6-45b3-b1b2-2c4a5c3e5859 {
  margin-top: 22px;
margin-bottom: 22px;
}
}
#s-b0318b05-cdc6-45b3-b1b2-2c4a5c3e5859 .shogun-icon-wrapper {
  text-align: center;
}


#s-b0318b05-cdc6-45b3-b1b2-2c4a5c3e5859 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(103, 42, 159, 1);
}

#s-30d06943-754a-4175-b665-98902955586b {
  padding-top: 4px;
padding-left: 10%;
padding-bottom: 4px;
max-width: 350px;
}
@media (max-width: 767px){#s-30d06943-754a-4175-b665-98902955586b {
  margin-top: 10px;
margin-left: -32%;
margin-right: 0%;
padding-left: 0%;
max-width: 250px;
}
}
@media (min-width: 0px) {
[id="s-13f016de-92c8-4d47-9600-4101e539db0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-13f016de-92c8-4d47-9600-4101e539db0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-13f016de-92c8-4d47-9600-4101e539db0c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-13f016de-92c8-4d47-9600-4101e539db0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-13f016de-92c8-4d47-9600-4101e539db0c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-13f016de-92c8-4d47-9600-4101e539db0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-13f016de-92c8-4d47-9600-4101e539db0c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-7e8e016b-208b-4946-9e05-6091db819f80 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (max-width: 767px){#s-7e8e016b-208b-4946-9e05-6091db819f80 {
  margin-top: 23px;
}
}
#s-7e8e016b-208b-4946-9e05-6091db819f80 .shogun-icon-wrapper {
  text-align: center;
}


#s-7e8e016b-208b-4946-9e05-6091db819f80 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(103, 42, 159, 1);
}

#s-62ea32b2-9531-4c58-b136-72adda458a0f {
  padding-top: 4px;
padding-left: 10%;
padding-bottom: 4px;
max-width: 350px;
}
@media (max-width: 767px){#s-62ea32b2-9531-4c58-b136-72adda458a0f {
  margin-top: 10px;
margin-left: -33%;
padding-left: 0%;
max-width: 250px;
}
}
#s-174e1ccb-a845-44d9-a1a6-fec34f9e1063 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(103, 42, 159, 1);
border-style: solid;
border-radius: 20px;
min-height: 120px;
background-color: rgba(243, 243, 243, 1);
}
@media (max-width: 767px){#s-174e1ccb-a845-44d9-a1a6-fec34f9e1063 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
}
}







#s-174e1ccb-a845-44d9-a1a6-fec34f9e1063 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-174e1ccb-a845-44d9-a1a6-fec34f9e1063.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b3faad4-9205-451f-a8eb-858ac2c79302 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-1b3faad4-9205-451f-a8eb-858ac2c79302"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b3faad4-9205-451f-a8eb-858ac2c79302"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b3faad4-9205-451f-a8eb-858ac2c79302"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b3faad4-9205-451f-a8eb-858ac2c79302"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b3faad4-9205-451f-a8eb-858ac2c79302"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b3faad4-9205-451f-a8eb-858ac2c79302"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b3faad4-9205-451f-a8eb-858ac2c79302"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-c25e7d4d-8547-4b38-9fa5-02f4cd25360f {
  min-height: 50px;
}








#s-c25e7d4d-8547-4b38-9fa5-02f4cd25360f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c25e7d4d-8547-4b38-9fa5-02f4cd25360f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a98c615-bd4f-4aad-bb38-501b8c1f1e37 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4a98c615-bd4f-4aad-bb38-501b8c1f1e37 {
  padding-bottom: 0px;
}
}
#s-4a98c615-bd4f-4aad-bb38-501b8c1f1e37 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-b92aa4db-7f27-4580-800a-9ad8cc0cd85b {
  min-height: 50px;
}








#s-b92aa4db-7f27-4580-800a-9ad8cc0cd85b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b92aa4db-7f27-4580-800a-9ad8cc0cd85b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-a4fa5983-0445-486d-9500-9d49939e6908 {
  margin-top: -17px;
margin-bottom: 0px;
}
}
#s-d47cc2a2-7a8e-4d4a-a928-b6ee09bd5500 {
  margin-top: 25px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-d47cc2a2-7a8e-4d4a-a928-b6ee09bd5500 {
  margin-top: 0px;
}
}
#s-d47cc2a2-7a8e-4d4a-a928-b6ee09bd5500 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Maven Pro;
  font-style:  normal ;
}

#s-d47cc2a2-7a8e-4d4a-a928-b6ee09bd5500 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Maven Pro;
  font-style:  normal ;
  font-size: 18px;
}

#s-d47cc2a2-7a8e-4d4a-a928-b6ee09bd5500 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-80e68bb7-2ffd-4a21-8434-1fc5cf15de60 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(103, 42, 159, 1);
border-style: solid;
border-radius: 20px;
min-height: 120px;
background-color: rgba(243, 243, 243, 1);
}
@media (max-width: 767px){#s-80e68bb7-2ffd-4a21-8434-1fc5cf15de60 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
}
}







#s-80e68bb7-2ffd-4a21-8434-1fc5cf15de60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80e68bb7-2ffd-4a21-8434-1fc5cf15de60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fedff60-853c-4d1d-a637-2bd0bff77a34 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-1fedff60-853c-4d1d-a637-2bd0bff77a34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fedff60-853c-4d1d-a637-2bd0bff77a34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1fedff60-853c-4d1d-a637-2bd0bff77a34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1fedff60-853c-4d1d-a637-2bd0bff77a34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1fedff60-853c-4d1d-a637-2bd0bff77a34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fedff60-853c-4d1d-a637-2bd0bff77a34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1fedff60-853c-4d1d-a637-2bd0bff77a34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-29e016e4-82c9-4e0c-96ec-851761f3c87e {
  min-height: 50px;
}








#s-29e016e4-82c9-4e0c-96ec-851761f3c87e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29e016e4-82c9-4e0c-96ec-851761f3c87e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56aa44c1-8980-486a-9a11-2c3bb94eebfe {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-56aa44c1-8980-486a-9a11-2c3bb94eebfe {
  padding-bottom: 0px;
}
}
#s-56aa44c1-8980-486a-9a11-2c3bb94eebfe .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-57065de3-500a-4402-928c-09ad99d1a208 {
  min-height: 50px;
}








#s-57065de3-500a-4402-928c-09ad99d1a208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57065de3-500a-4402-928c-09ad99d1a208.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-f25f605d-d329-44bb-822e-4f72fe08b254 {
  margin-top: -17px;
margin-bottom: 0px;
}
}
#s-91a4bcad-2fbb-4aa1-b0f9-33f9dd8de48c {
  margin-top: 25px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-91a4bcad-2fbb-4aa1-b0f9-33f9dd8de48c {
  margin-top: 0px;
}
}
#s-91a4bcad-2fbb-4aa1-b0f9-33f9dd8de48c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Maven Pro;
  font-style:  normal ;
}

#s-91a4bcad-2fbb-4aa1-b0f9-33f9dd8de48c .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Maven Pro;
  font-style:  normal ;
  font-size: 18px;
}

#s-91a4bcad-2fbb-4aa1-b0f9-33f9dd8de48c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-42db5039-f640-4ff5-9e3f-13ab9845d9f4 {
  margin-top: 30px;
margin-left: 3%;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(103, 42, 159, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-42db5039-f640-4ff5-9e3f-13ab9845d9f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42db5039-f640-4ff5-9e3f-13ab9845d9f4:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-42db5039-f640-4ff5-9e3f-13ab9845d9f4-root {
    text-align: center;
  }


#s-42db5039-f640-4ff5-9e3f-13ab9845d9f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Maven Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-42db5039-f640-4ff5-9e3f-13ab9845d9f4-root {
    text-align: center;
  }


#s-42db5039-f640-4ff5-9e3f-13ab9845d9f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Maven Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42db5039-f640-4ff5-9e3f-13ab9845d9f4-root {
    text-align: center;
  }


#s-42db5039-f640-4ff5-9e3f-13ab9845d9f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Maven Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42db5039-f640-4ff5-9e3f-13ab9845d9f4-root {
    text-align: center;
  }


#s-42db5039-f640-4ff5-9e3f-13ab9845d9f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Maven Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-42db5039-f640-4ff5-9e3f-13ab9845d9f4-root {
    text-align: center;
  }


#s-42db5039-f640-4ff5-9e3f-13ab9845d9f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Maven Pro;
  display:  inline-block ;
}
}
#s-e65804e6-dae3-4d49-b9e9-537ab8e987f8 {
  background-repeat: repeat;
padding-top: 0%;
padding-bottom: 0%;
min-height: 700px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-e65804e6-dae3-4d49-b9e9-537ab8e987f8 {
  min-height: 0px;
}
}







#s-e65804e6-dae3-4d49-b9e9-537ab8e987f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e65804e6-dae3-4d49-b9e9-537ab8e987f8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8facebd3-311d-435f-a4cb-0bbf4c744e14 {
  min-height: 50px;
background-attachment: scroll;
}








#s-8facebd3-311d-435f-a4cb-0bbf4c744e14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8facebd3-311d-435f-a4cb-0bbf4c744e14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06e6db3b-be08-4783-9034-26331bb537f6 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 800px;
text-align: center;
}

#s-06e6db3b-be08-4783-9034-26331bb537f6 .shogun-heading-component h1 {
  color: rgba(252, 240, 80, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}


@media (max-width: 767px){#s-06e6db3b-be08-4783-9034-26331bb537f6 .shogun-heading-component h1 {
  color: rgba(252, 240, 80, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}
#s-9898ace0-3aae-4421-b42d-ab67f563ee62 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}
@media (max-width: 767px){#s-9898ace0-3aae-4421-b42d-ab67f563ee62 {
  margin-right: auto;
}
}







#s-9898ace0-3aae-4421-b42d-ab67f563ee62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9898ace0-3aae-4421-b42d-ab67f563ee62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27ad519a-dd4c-4c79-8970-9accbd321b3d {
  margin-top: auto;
margin-bottom: auto;
}
@media (max-width: 767px){#s-27ad519a-dd4c-4c79-8970-9accbd321b3d {
  margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-27ad519a-dd4c-4c79-8970-9accbd321b3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27ad519a-dd4c-4c79-8970-9accbd321b3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-27ad519a-dd4c-4c79-8970-9accbd321b3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-27ad519a-dd4c-4c79-8970-9accbd321b3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-84657fab-e0b3-452b-b0bc-8997b1992729 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-84657fab-e0b3-452b-b0bc-8997b1992729 {
  margin-bottom: 15px;
}
}







#s-84657fab-e0b3-452b-b0bc-8997b1992729 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84657fab-e0b3-452b-b0bc-8997b1992729.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee1f77c0-44d2-496c-852d-fdb63aa56593 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-ee1f77c0-44d2-496c-852d-fdb63aa56593 img.shogun-image {
    

    
    
    
  }


#s-ee1f77c0-44d2-496c-852d-fdb63aa56593 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea219913-16a8-4970-b3ec-48dd7489d768 {
  min-height: 50px;
}








#s-ea219913-16a8-4970-b3ec-48dd7489d768 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea219913-16a8-4970-b3ec-48dd7489d768.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d14d96d-eac9-4f72-8b22-de365b529dca {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-5d14d96d-eac9-4f72-8b22-de365b529dca img.shogun-image {
    

    
    
    
  }


#s-5d14d96d-eac9-4f72-8b22-de365b529dca .shogun-image-content {
  
    align-items: center;
  
}

#s-da5aed1f-8b65-40ca-9036-361f49c49082 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center bottom;
}








#s-da5aed1f-8b65-40ca-9036-361f49c49082 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da5aed1f-8b65-40ca-9036-361f49c49082.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-00b78850-f99b-49e0-b03f-fa0083084957 {
  text-align: center;
opacity: 1;
}
@media (max-width: 767px){#s-00b78850-f99b-49e0-b03f-fa0083084957 {
  min-height: 50px;
}
}






  #s-00b78850-f99b-49e0-b03f-fa0083084957 img.shogun-image {
    

    
    
    
  }


#s-00b78850-f99b-49e0-b03f-fa0083084957 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b123dd1-75dc-4a81-bdfc-3ea02cf73cc5 {
  background-attachment: fixed;
min-height: 700px;
background-color: rgba(15, 25, 34, 1);
}








#s-7b123dd1-75dc-4a81-bdfc-3ea02cf73cc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b123dd1-75dc-4a81-bdfc-3ea02cf73cc5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-61273cd1-3aea-4d6b-b578-9cb58f5f76b1 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 500px;
text-align: center;
}
@media (max-width: 767px){#s-61273cd1-3aea-4d6b-b578-9cb58f5f76b1 {
  max-width: 350px;
}
}
#s-61273cd1-3aea-4d6b-b578-9cb58f5f76b1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-Medium";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-3cc812d8-eb28-4439-8393-502db73cc920 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-3cc812d8-eb28-4439-8393-502db73cc920 {
  max-width: 100%;
}
}







#s-3cc812d8-eb28-4439-8393-502db73cc920 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cc812d8-eb28-4439-8393-502db73cc920.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-ff40db18-2cd2-470b-8003-2a485e97a8cd {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-ff40db18-2cd2-470b-8003-2a485e97a8cd {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
#s-ff40db18-2cd2-470b-8003-2a485e97a8cd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(223, 6, 252, 1);
}

#s-ff40db18-2cd2-470b-8003-2a485e97a8cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(176, 33, 209, 1);
  padding: 25px;
}

#s-ff40db18-2cd2-470b-8003-2a485e97a8cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(254, 254, 254, 1);
}

#s-ff40db18-2cd2-470b-8003-2a485e97a8cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(226, 226, 226, 1);
  border-top: 1px solid rgba(223, 6, 252, 1);
}

#s-ff40db18-2cd2-470b-8003-2a485e97a8cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(254, 254, 254, 1);
  text-align: left;
  font-family: Maven Pro;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-ff40db18-2cd2-470b-8003-2a485e97a8cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-faba2b92-c749-4965-ae50-de5a59f84528 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(255, 255, 255, 1);
}

#s-b4b875cb-1b46-43b8-a84e-2bd52c5c4948 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(255, 255, 255, 1);
}

#s-d16a1503-239a-4df5-ab9b-d5f18ec94d44 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(255, 255, 255, 1);
}

#s-5fa61588-a02c-41bc-bf8e-d71fcacbdb8b {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(255, 255, 255, 1);
}

#s-fc7f818c-246d-4003-8026-dd52e41bee59 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(255, 255, 255, 1);
}

#s-4865512c-5db2-48ee-b2e4-217485a8702a {
  min-height: 700px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4865512c-5db2-48ee-b2e4-217485a8702a {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
}
}







#s-4865512c-5db2-48ee-b2e4-217485a8702a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4865512c-5db2-48ee-b2e4-217485a8702a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66f5d065-5fa0-487e-9372-70842170a489 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 800px;
text-align: center;
}

#s-66f5d065-5fa0-487e-9372-70842170a489 .shogun-heading-component h1 {
  color: rgba(103, 42, 159, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}


@media (max-width: 767px){#s-66f5d065-5fa0-487e-9372-70842170a489 .shogun-heading-component h1 {
  color: rgba(103, 42, 159, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-SemiBold";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}
#s-502b0f41-1e3b-4e43-8988-7dba1b27ced0 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 500px;
}

#s-d828260a-973c-4ead-8563-0e0fa77a0808 {
  min-height: 50px;
}








#s-d828260a-973c-4ead-8563-0e0fa77a0808 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d828260a-973c-4ead-8563-0e0fa77a0808.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdee1164-b4c3-4fc4-941c-0f459987085a {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-bdee1164-b4c3-4fc4-941c-0f459987085a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bdee1164-b4c3-4fc4-941c-0f459987085a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bdee1164-b4c3-4fc4-941c-0f459987085a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdee1164-b4c3-4fc4-941c-0f459987085a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b58dd3c9-8ced-44a0-94ee-6c6063d856d8 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 78px;
margin-right: 78px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100em;
min-height: 250px;
max-width: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b58dd3c9-8ced-44a0-94ee-6c6063d856d8 {
  margin-left: 46px;
margin-right: 46px;
max-width: 300px;
}
}@media (max-width: 767px){#s-b58dd3c9-8ced-44a0-94ee-6c6063d856d8 {
  margin-left: 8%;
margin-right: 0px;
min-height: 150px;
max-width: 150px;
}
}







#s-b58dd3c9-8ced-44a0-94ee-6c6063d856d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b58dd3c9-8ced-44a0-94ee-6c6063d856d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c837ae99-2dce-44b5-942e-74bb703feef9 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-c837ae99-2dce-44b5-942e-74bb703feef9 {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-c837ae99-2dce-44b5-942e-74bb703feef9 .shogun-heading-component h1 {
  color: rgba(96, 38, 158, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-Medium";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-4da37a69-e8ff-4a76-a489-ab6b6bc79ff8 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 78px;
margin-right: 78px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100em;
min-height: 250px;
max-width: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4da37a69-e8ff-4a76-a489-ab6b6bc79ff8 {
  margin-left: 46px;
margin-right: 46px;
max-width: 300px;
}
}@media (max-width: 767px){#s-4da37a69-e8ff-4a76-a489-ab6b6bc79ff8 {
  margin-left: 15%;
margin-right: 0px;
min-height: 150px;
max-width: 150px;
}
}







#s-4da37a69-e8ff-4a76-a489-ab6b6bc79ff8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4da37a69-e8ff-4a76-a489-ab6b6bc79ff8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df3c3029-380d-46b5-a3e5-6d88e7bb7006 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-df3c3029-380d-46b5-a3e5-6d88e7bb7006 {
  margin-left: 17%;
}
}
#s-df3c3029-380d-46b5-a3e5-6d88e7bb7006 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "BalooChettan2-Medium";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-edf62561-50f9-4018-ae86-1f4a82ccdc80 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}
@media (max-width: 767px){#s-edf62561-50f9-4018-ae86-1f4a82ccdc80 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
}
}
@media (min-width: 0px) {
[id="s-edf62561-50f9-4018-ae86-1f4a82ccdc80"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-edf62561-50f9-4018-ae86-1f4a82ccdc80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-edf62561-50f9-4018-ae86-1f4a82ccdc80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-edf62561-50f9-4018-ae86-1f4a82ccdc80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a5480bc4-efc6-4d0a-a6a9-6e5cf33f7c80 {
  min-height: 50px;
}








#s-a5480bc4-efc6-4d0a-a6a9-6e5cf33f7c80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5480bc4-efc6-4d0a-a6a9-6e5cf33f7c80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7a6d7d8-b7ab-411e-8301-4d4da587f21b {
  margin-top: 30px;
margin-bottom: 0px;
margin-right: 90px;
text-align: center;
}
@media (max-width: 767px){#s-a7a6d7d8-b7ab-411e-8301-4d4da587f21b {
  margin-top: 65px;
margin-right: auto;
}
}
#s-a7a6d7d8-b7ab-411e-8301-4d4da587f21b .shogun-icon-wrapper {
  text-align: right;
}


#s-a7a6d7d8-b7ab-411e-8301-4d4da587f21b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(96, 38, 158, 1);
}
@media (max-width: 767px){#s-a7a6d7d8-b7ab-411e-8301-4d4da587f21b .shogun-icon-wrapper {
  text-align: center;
}


#s-a7a6d7d8-b7ab-411e-8301-4d4da587f21b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(96, 38, 158, 1);
}
}
#s-e6e95dbb-796a-46e6-8bc5-15df1eb4bec7 {
  margin-top: 60px;
margin-bottom: 0px;
margin-right: 90px;
}
@media (max-width: 767px){#s-e6e95dbb-796a-46e6-8bc5-15df1eb4bec7 {
  margin-top: 114px;
margin-right: auto;
}
}
#s-e6e95dbb-796a-46e6-8bc5-15df1eb4bec7 .shogun-icon-wrapper {
  text-align: right;
}


#s-e6e95dbb-796a-46e6-8bc5-15df1eb4bec7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(96, 38, 158, 1);
}
@media (max-width: 767px){#s-e6e95dbb-796a-46e6-8bc5-15df1eb4bec7 .shogun-icon-wrapper {
  text-align: center;
}


#s-e6e95dbb-796a-46e6-8bc5-15df1eb4bec7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(96, 38, 158, 1);
}
}
#s-c7e6c8b9-4198-4ca7-91db-6a1ffb280d0c {
  margin-top: 60px;
margin-bottom: 0px;
margin-right: 90px;
}
@media (max-width: 767px){#s-c7e6c8b9-4198-4ca7-91db-6a1ffb280d0c {
  margin-top: 100px;
margin-right: auto;
}
}
#s-c7e6c8b9-4198-4ca7-91db-6a1ffb280d0c .shogun-icon-wrapper {
  text-align: right;
}


#s-c7e6c8b9-4198-4ca7-91db-6a1ffb280d0c .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(96, 38, 158, 1);
}
@media (max-width: 767px){#s-c7e6c8b9-4198-4ca7-91db-6a1ffb280d0c .shogun-icon-wrapper {
  text-align: center;
}


#s-c7e6c8b9-4198-4ca7-91db-6a1ffb280d0c .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(96, 38, 158, 1);
}
}
#s-9fd4a105-3931-4c62-8cdf-60abd29c3508 {
  margin-top: 59px;
margin-bottom: 0px;
margin-right: 90px;
}
@media (max-width: 767px){#s-9fd4a105-3931-4c62-8cdf-60abd29c3508 {
  margin-top: 110px;
margin-right: auto;
}
}
#s-9fd4a105-3931-4c62-8cdf-60abd29c3508 .shogun-icon-wrapper {
  text-align: right;
}


#s-9fd4a105-3931-4c62-8cdf-60abd29c3508 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(96, 38, 158, 1);
}
@media (max-width: 767px){#s-9fd4a105-3931-4c62-8cdf-60abd29c3508 .shogun-icon-wrapper {
  text-align: center;
}


#s-9fd4a105-3931-4c62-8cdf-60abd29c3508 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(96, 38, 158, 1);
}
}
#s-42f06e0a-bbd6-403d-8c4b-6160b71c6ccf {
  margin-top: 57px;
margin-bottom: 0px;
margin-right: 90px;
}
@media (max-width: 767px){#s-42f06e0a-bbd6-403d-8c4b-6160b71c6ccf {
  margin-top: 130px;
margin-right: auto;
}
}
#s-42f06e0a-bbd6-403d-8c4b-6160b71c6ccf .shogun-icon-wrapper {
  text-align: right;
}


#s-42f06e0a-bbd6-403d-8c4b-6160b71c6ccf .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(96, 38, 158, 1);
}
@media (max-width: 767px){#s-42f06e0a-bbd6-403d-8c4b-6160b71c6ccf .shogun-icon-wrapper {
  text-align: center;
}


#s-42f06e0a-bbd6-403d-8c4b-6160b71c6ccf .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(96, 38, 158, 1);
}
}
#s-530b254d-0a7d-4574-be01-3ae41810d1dc {
  margin-top: 39px;
margin-bottom: 0px;
margin-right: 90px;
}
@media (max-width: 767px){#s-530b254d-0a7d-4574-be01-3ae41810d1dc {
  margin-top: 120px;
margin-right: auto;
}
}
#s-530b254d-0a7d-4574-be01-3ae41810d1dc .shogun-icon-wrapper {
  text-align: right;
}


#s-530b254d-0a7d-4574-be01-3ae41810d1dc .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(96, 38, 158, 1);
}
@media (max-width: 767px){#s-530b254d-0a7d-4574-be01-3ae41810d1dc .shogun-icon-wrapper {
  text-align: center;
}


#s-530b254d-0a7d-4574-be01-3ae41810d1dc .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(96, 38, 158, 1);
}
}
#s-51f9709e-8198-4cfe-aeca-cc823769379b {
  margin-top: 28px;
margin-bottom: 0px;
margin-right: 90px;
}
@media (max-width: 767px){#s-51f9709e-8198-4cfe-aeca-cc823769379b {
  margin-top: 45px;
margin-right: auto;
}
}
#s-51f9709e-8198-4cfe-aeca-cc823769379b .shogun-icon-wrapper {
  text-align: right;
}


#s-51f9709e-8198-4cfe-aeca-cc823769379b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(96, 38, 158, 1);
}
@media (max-width: 767px){#s-51f9709e-8198-4cfe-aeca-cc823769379b .shogun-icon-wrapper {
  text-align: center;
}


#s-51f9709e-8198-4cfe-aeca-cc823769379b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(96, 38, 158, 1);
}
}
#s-738358b7-5613-411d-b8d6-a298bdfe13f7 {
  margin-top: 28px;
margin-bottom: 0px;
margin-right: 90px;
}
@media (max-width: 767px){#s-738358b7-5613-411d-b8d6-a298bdfe13f7 {
  margin-top: 40px;
margin-right: auto;
}
}
#s-738358b7-5613-411d-b8d6-a298bdfe13f7 .shogun-icon-wrapper {
  text-align: right;
}


#s-738358b7-5613-411d-b8d6-a298bdfe13f7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(96, 38, 158, 1);
}
@media (max-width: 767px){#s-738358b7-5613-411d-b8d6-a298bdfe13f7 .shogun-icon-wrapper {
  text-align: center;
}


#s-738358b7-5613-411d-b8d6-a298bdfe13f7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(96, 38, 158, 1);
}
}
#s-6b980d31-8ef5-4ad9-9bfe-663782a282c8 {
  margin-top: 28px;
min-height: 50px;
}
@media (max-width: 767px){#s-6b980d31-8ef5-4ad9-9bfe-663782a282c8 {
  margin-top: 43px;
}
}







#s-6b980d31-8ef5-4ad9-9bfe-663782a282c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b980d31-8ef5-4ad9-9bfe-663782a282c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-773fc634-a95f-4232-8c44-e7bd90ecf725 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-773fc634-a95f-4232-8c44-e7bd90ecf725 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  font-weight:  600 ;
  font-family: Maven Pro;
  font-style:  normal ;
}

#s-773fc634-a95f-4232-8c44-e7bd90ecf725 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Maven Pro;
  font-style:  normal ;
  font-size: 19px;
}

#s-773fc634-a95f-4232-8c44-e7bd90ecf725 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-726b267b-0512-4575-bd6d-468fc47362a8 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 500px;
}

#s-6e1d4b3e-f4ea-4033-9827-f2812a2232ee {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 500px;
}
@media (max-width: 767px){#s-6e1d4b3e-f4ea-4033-9827-f2812a2232ee {
  margin-top: 38px;
margin-bottom: 38px;
}
}
#s-25f2591a-8a9e-4318-af59-0c468865a6c4 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
max-width: 500px;
}

#s-d21f9cd9-fa17-41c7-a08c-af53b6346958 {
  margin-top: 24px;
margin-left: auto;
margin-bottom: 28px;
margin-right: auto;
max-width: 450px;
}

#s-2b9e930b-3770-4da6-b7b8-f6bc457cfcfe {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 450px;
}

#s-2b1b5cc2-f09e-48d7-85c7-c3f6ad06e92e {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 450px;
}

#s-362acddb-15a2-4d79-986a-c4a198d40e3a {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 450px;
}

#s-a1063ff3-f404-48d7-87ec-a0946eb5d6d8 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 450px;
}

#s-2877a83a-feb1-4152-a00c-b9c6243741c0 {
  margin-top: 36px;
margin-left: auto;
margin-bottom: 36px;
margin-right: auto;
max-width: 450px;
}

#s-268f06a6-15cb-4383-8470-4ab1056c7f2c {
  min-height: 50px;
}
@media (max-width: 767px){#s-268f06a6-15cb-4383-8470-4ab1056c7f2c {
  margin-left: -2em;
padding-left: 2px;
padding-right: 2px;
}
}







#s-268f06a6-15cb-4383-8470-4ab1056c7f2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-268f06a6-15cb-4383-8470-4ab1056c7f2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6111068-39e8-4276-b7b2-2117a56526d3 {
  margin-top: 30px;
margin-left: 90px;
margin-bottom: 0px;
margin-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d6111068-39e8-4276-b7b2-2117a56526d3 {
  margin-top: 63px;
max-width: 0px;
}
}
#s-d6111068-39e8-4276-b7b2-2117a56526d3 .shogun-icon-wrapper {
  text-align: left;
}


#s-d6111068-39e8-4276-b7b2-2117a56526d3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-cdf8c774-2e51-4797-b5da-fb4392cb11f5 {
  margin-top: 60px;
margin-left: 90px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-cdf8c774-2e51-4797-b5da-fb4392cb11f5 {
  margin-top: 116px;
}
}
#s-cdf8c774-2e51-4797-b5da-fb4392cb11f5 .shogun-icon-wrapper {
  text-align: left;
}


#s-cdf8c774-2e51-4797-b5da-fb4392cb11f5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-73601d8d-55cc-4554-bc1f-5aecfda01263 {
  margin-top: 60px;
margin-left: 90px;
margin-bottom: 0px;
margin-right: -3%;
text-align: left;
}
@media (max-width: 767px){#s-73601d8d-55cc-4554-bc1f-5aecfda01263 {
  margin-top: 100px;
}
}
#s-73601d8d-55cc-4554-bc1f-5aecfda01263 .shogun-icon-wrapper {
  text-align: left;
}


#s-73601d8d-55cc-4554-bc1f-5aecfda01263 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-4c623426-cdc1-422f-9c24-697045a137b0 {
  margin-top: 59px;
margin-left: 90px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-4c623426-cdc1-422f-9c24-697045a137b0 {
  margin-top: 110px;
}
}
#s-4c623426-cdc1-422f-9c24-697045a137b0 .shogun-icon-wrapper {
  text-align: left;
}


#s-4c623426-cdc1-422f-9c24-697045a137b0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(177, 177, 177, 1);
}

#s-00a8f54c-d559-4d69-a086-2d35c58ebbde {
  margin-top: 52px;
margin-left: 90px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-00a8f54c-d559-4d69-a086-2d35c58ebbde {
  margin-top: 128px;
}
}
#s-00a8f54c-d559-4d69-a086-2d35c58ebbde .shogun-icon-wrapper {
  text-align: left;
}


#s-00a8f54c-d559-4d69-a086-2d35c58ebbde .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(177, 177, 177, 1);
}

#s-45737e35-8ab1-4f15-8546-3e63e34b33e7 {
  margin-top: 41px;
margin-left: 90px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-45737e35-8ab1-4f15-8546-3e63e34b33e7 {
  margin-top: 117px;
}
}
#s-45737e35-8ab1-4f15-8546-3e63e34b33e7 .shogun-icon-wrapper {
  text-align: left;
}


#s-45737e35-8ab1-4f15-8546-3e63e34b33e7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(177, 177, 177, 1);
}

#s-effa8791-8507-4028-a037-d92c7a4e2712 {
  margin-top: 32px;
margin-left: 90px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-effa8791-8507-4028-a037-d92c7a4e2712 {
  margin-top: 49px;
}
}
#s-effa8791-8507-4028-a037-d92c7a4e2712 .shogun-icon-wrapper {
  text-align: left;
}


#s-effa8791-8507-4028-a037-d92c7a4e2712 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-48205030-4e7d-4752-8d1f-a1022514311f {
  margin-top: 28px;
margin-left: 90px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-48205030-4e7d-4752-8d1f-a1022514311f {
  margin-top: 36px;
}
}
#s-48205030-4e7d-4752-8d1f-a1022514311f .shogun-icon-wrapper {
  text-align: left;
}


#s-48205030-4e7d-4752-8d1f-a1022514311f .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(177, 177, 177, 1);
}

#s-84aa6e77-71e3-4088-823f-0afb0b244981 {
  margin-top: 28px;
min-height: 50px;
}
@media (max-width: 767px){#s-84aa6e77-71e3-4088-823f-0afb0b244981 {
  margin-top: 21px;
}
}







#s-84aa6e77-71e3-4088-823f-0afb0b244981 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84aa6e77-71e3-4088-823f-0afb0b244981.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-de20a6d4-4f51-4fa2-b017-ecf2f1d13199 {
  margin-top: 37px;
}
}
#s-900820ff-1ac6-49ad-931c-1c8747cab57f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-900820ff-1ac6-49ad-931c-1c8747cab57f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  font-weight:  600 ;
  font-family: Maven Pro;
  font-style:  normal ;
}

#s-900820ff-1ac6-49ad-931c-1c8747cab57f .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Maven Pro;
  font-style:  normal ;
  font-size: 19px;
}

#s-900820ff-1ac6-49ad-931c-1c8747cab57f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
