.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-d9f907ae-f37d-4425-a1a5-57e3a64e31ff {
  margin-top: 10px;
margin-bottom: 70px;
padding-top: 70px;
padding-left: 10%;
padding-bottom: 70px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(239, 238, 241, 1);
}








#s-d9f907ae-f37d-4425-a1a5-57e3a64e31ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9f907ae-f37d-4425-a1a5-57e3a64e31ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-437e9371-0eae-46e4-ba7a-49acfb2897f8 {
  text-align: left;
}

.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;
}

@media (min-width: 0px) {
[id="s-aa8b3c0b-26c4-4a11-b87a-9ec17698916d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa8b3c0b-26c4-4a11-b87a-9ec17698916d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aa8b3c0b-26c4-4a11-b87a-9ec17698916d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa8b3c0b-26c4-4a11-b87a-9ec17698916d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c52e215f-6975-4796-9c9f-5e69025be245 {
  min-height: 50px;
}








#s-c52e215f-6975-4796-9c9f-5e69025be245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c52e215f-6975-4796-9c9f-5e69025be245.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-7ab599eb-276f-4e83-a2c8-6aa9104b3531 {
  text-align: left;
}



.shg-c#s-7ab599eb-276f-4e83-a2c8-6aa9104b3531 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ab599eb-276f-4e83-a2c8-6aa9104b3531 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7ab599eb-276f-4e83-a2c8-6aa9104b3531 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ab599eb-276f-4e83-a2c8-6aa9104b3531 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7ab599eb-276f-4e83-a2c8-6aa9104b3531 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ab599eb-276f-4e83-a2c8-6aa9104b3531 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7ab599eb-276f-4e83-a2c8-6aa9104b3531 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ab599eb-276f-4e83-a2c8-6aa9104b3531 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-7ab599eb-276f-4e83-a2c8-6aa9104b3531 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ab599eb-276f-4e83-a2c8-6aa9104b3531 img.shogun-image {
  width: 100%;
}



}
#s-bca70742-54af-4611-b981-7fc1c43afc9d {
  min-height: 50px;
}








#s-bca70742-54af-4611-b981-7fc1c43afc9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bca70742-54af-4611-b981-7fc1c43afc9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-3bd48d54-3c84-4bc7-865b-1ff4651c72a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3bd48d54-3c84-4bc7-865b-1ff4651c72a1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

.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-fb241c2c-06be-422f-a84d-bc2f1bab6001 {
  margin-bottom: 30px;
}

#s-f57e79b3-1d9a-4956-88f0-e25c32ef8380 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f57e79b3-1d9a-4956-88f0-e25c32ef8380 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f57e79b3-1d9a-4956-88f0-e25c32ef8380.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f9356c4-c941-48b1-a9e4-4e5840792610 {
  margin-top: 0px;
margin-bottom: 20px;
text-align: left;
}
@media (max-width: 767px){#s-3f9356c4-c941-48b1-a9e4-4e5840792610 {
  text-align: center;
}
}
#s-3f9356c4-c941-48b1-a9e4-4e5840792610 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 29px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3f9356c4-c941-48b1-a9e4-4e5840792610 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 29px;
}

#s-3f9356c4-c941-48b1-a9e4-4e5840792610 .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-3aebe4f2-b119-48a6-b19c-5761bf35ea24 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3aebe4f2-b119-48a6-b19c-5761bf35ea24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aebe4f2-b119-48a6-b19c-5761bf35ea24.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-ccc683a5-babb-4a5f-9155-b23bd54f7792"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccc683a5-babb-4a5f-9155-b23bd54f7792"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ccc683a5-babb-4a5f-9155-b23bd54f7792"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-ccc683a5-babb-4a5f-9155-b23bd54f7792"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ccc683a5-babb-4a5f-9155-b23bd54f7792"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-ccc683a5-babb-4a5f-9155-b23bd54f7792"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ccc683a5-babb-4a5f-9155-b23bd54f7792"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

}

#s-e9b38488-5698-4bb1-a704-58eac4d0123e .shogun-icon-wrapper {
  text-align: center;
}


#s-e9b38488-5698-4bb1-a704-58eac4d0123e .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

.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-621e92fe-b6bf-44cb-b4b8-dcfcb0f43a8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-621e92fe-b6bf-44cb-b4b8-dcfcb0f43a8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-621e92fe-b6bf-44cb-b4b8-dcfcb0f43a8d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-621e92fe-b6bf-44cb-b4b8-dcfcb0f43a8d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-936acf9b-8243-46eb-8414-a0609492dafe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-936acf9b-8243-46eb-8414-a0609492dafe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-936acf9b-8243-46eb-8414-a0609492dafe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-936acf9b-8243-46eb-8414-a0609492dafe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-936acf9b-8243-46eb-8414-a0609492dafe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-936acf9b-8243-46eb-8414-a0609492dafe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-936acf9b-8243-46eb-8414-a0609492dafe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

}

#s-473a1073-e738-480b-950e-ee3c0ebad3aa .shogun-icon-wrapper {
  text-align: center;
}


#s-473a1073-e738-480b-950e-ee3c0ebad3aa .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-44691738-db56-49e0-a9e7-c0ab8e579bbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-44691738-db56-49e0-a9e7-c0ab8e579bbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-44691738-db56-49e0-a9e7-c0ab8e579bbc .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-44691738-db56-49e0-a9e7-c0ab8e579bbc .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-8e415252-9ae0-404b-aa59-ae0927fc0cec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e415252-9ae0-404b-aa59-ae0927fc0cec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8e415252-9ae0-404b-aa59-ae0927fc0cec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8e415252-9ae0-404b-aa59-ae0927fc0cec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8e415252-9ae0-404b-aa59-ae0927fc0cec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8e415252-9ae0-404b-aa59-ae0927fc0cec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8e415252-9ae0-404b-aa59-ae0927fc0cec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

}

#s-ea016763-ee85-40d3-b532-00f09830352e .shogun-icon-wrapper {
  text-align: center;
}


#s-ea016763-ee85-40d3-b532-00f09830352e .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-9ae1c8eb-e2d2-4bd9-9578-390fca46622a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-9ae1c8eb-e2d2-4bd9-9578-390fca46622a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-9ae1c8eb-e2d2-4bd9-9578-390fca46622a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-9ae1c8eb-e2d2-4bd9-9578-390fca46622a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}
#s-c2b7385a-396c-4876-a6bf-a075c2c4734d {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 20px;
text-align: left;
}

#s-c2b7385a-396c-4876-a6bf-a075c2c4734d .shg-product-quantity-wrapper {
  display: flex;
}

#s-c2b7385a-396c-4876-a6bf-a075c2c4734d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c2b7385a-396c-4876-a6bf-a075c2c4734d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c2b7385a-396c-4876-a6bf-a075c2c4734d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c2b7385a-396c-4876-a6bf-a075c2c4734d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




.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-db00b6a3-3bf3-4414-886c-ea2c67f2045e {
  border-style: solid;
padding-top: 10px;
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: #2C2A34;
border-radius: 50px;
background-color: rgba(79, 72, 109, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-db00b6a3-3bf3-4414-886c-ea2c67f2045e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db00b6a3-3bf3-4414-886c-ea2c67f2045e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db00b6a3-3bf3-4414-886c-ea2c67f2045e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db00b6a3-3bf3-4414-886c-ea2c67f2045e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db00b6a3-3bf3-4414-886c-ea2c67f2045e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-db00b6a3-3bf3-4414-886c-ea2c67f2045e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-10426cab-2625-4321-8898-dc2ac2580dea {
  text-align: left;
}

#s-bc69f0a5-f7fa-4bf3-8289-b6f768c5a3cd {
  margin-bottom: 100px;
background-color: rgba(237, 244, 253, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bc69f0a5-f7fa-4bf3-8289-b6f768c5a3cd {
  display: none;
}
#s-bc69f0a5-f7fa-4bf3-8289-b6f768c5a3cd, #wrap-s-bc69f0a5-f7fa-4bf3-8289-b6f768c5a3cd { display:none !important; }}@media (max-width: 767px){#s-bc69f0a5-f7fa-4bf3-8289-b6f768c5a3cd {
  display: none;
}
#s-bc69f0a5-f7fa-4bf3-8289-b6f768c5a3cd, #wrap-s-bc69f0a5-f7fa-4bf3-8289-b6f768c5a3cd { display:none !important; }}
@media (min-width: 0px) {
[id="s-bc69f0a5-f7fa-4bf3-8289-b6f768c5a3cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc69f0a5-f7fa-4bf3-8289-b6f768c5a3cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bc69f0a5-f7fa-4bf3-8289-b6f768c5a3cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc69f0a5-f7fa-4bf3-8289-b6f768c5a3cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-bc69f0a5-f7fa-4bf3-8289-b6f768c5a3cd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9e1260d0-f11e-40b6-8d6e-c96d820092fc {
  padding-top: 27%;
padding-left: 13%;
padding-bottom: 27%;
padding-right: 13%;
background-color: rgba(237, 244, 253, 1);
}
@media (min-width: 1200px){#s-9e1260d0-f11e-40b6-8d6e-c96d820092fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e1260d0-f11e-40b6-8d6e-c96d820092fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e1260d0-f11e-40b6-8d6e-c96d820092fc {
  
}
}@media (max-width: 767px){#s-9e1260d0-f11e-40b6-8d6e-c96d820092fc {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-9e1260d0-f11e-40b6-8d6e-c96d820092fc > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9e1260d0-f11e-40b6-8d6e-c96d820092fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dee5b192-ae47-4327-bed4-8863f6a24bea {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 8%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}
@media (max-width: 767px){#s-dee5b192-ae47-4327-bed4-8863f6a24bea {
  display: none;
}
#s-dee5b192-ae47-4327-bed4-8863f6a24bea, #wrap-s-dee5b192-ae47-4327-bed4-8863f6a24bea { display:none !important; }}
#s-dee5b192-ae47-4327-bed4-8863f6a24bea .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}



#s-6c8048ae-c127-4ea0-bcca-f9f6ac6ebc9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6c8048ae-c127-4ea0-bcca-f9f6ac6ebc9d {
  display: none;
}
#s-6c8048ae-c127-4ea0-bcca-f9f6ac6ebc9d, #wrap-s-6c8048ae-c127-4ea0-bcca-f9f6ac6ebc9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c8048ae-c127-4ea0-bcca-f9f6ac6ebc9d {
  display: none;
}
#s-6c8048ae-c127-4ea0-bcca-f9f6ac6ebc9d, #wrap-s-6c8048ae-c127-4ea0-bcca-f9f6ac6ebc9d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c8048ae-c127-4ea0-bcca-f9f6ac6ebc9d {
  display: none;
}
#s-6c8048ae-c127-4ea0-bcca-f9f6ac6ebc9d, #wrap-s-6c8048ae-c127-4ea0-bcca-f9f6ac6ebc9d { display:none !important; }}
#s-6c8048ae-c127-4ea0-bcca-f9f6ac6ebc9d .shogun-heading-component h2 {
  color: rgba(3, 3, 3, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}



#s-35c394f9-df25-4ba8-97db-e2c2c9da7fe6 {
  margin-left: 8%;
margin-right: 6%;
padding-right: 15%;
}
@media (min-width: 1200px){#s-35c394f9-df25-4ba8-97db-e2c2c9da7fe6 {
  display: none;
}
#s-35c394f9-df25-4ba8-97db-e2c2c9da7fe6, #wrap-s-35c394f9-df25-4ba8-97db-e2c2c9da7fe6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35c394f9-df25-4ba8-97db-e2c2c9da7fe6 {
  display: none;
}
#s-35c394f9-df25-4ba8-97db-e2c2c9da7fe6, #wrap-s-35c394f9-df25-4ba8-97db-e2c2c9da7fe6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35c394f9-df25-4ba8-97db-e2c2c9da7fe6 {
  display: none;
}
#s-35c394f9-df25-4ba8-97db-e2c2c9da7fe6, #wrap-s-35c394f9-df25-4ba8-97db-e2c2c9da7fe6 { display:none !important; }}@media (max-width: 767px){#s-35c394f9-df25-4ba8-97db-e2c2c9da7fe6 {
  padding-right: 0%;
}
}
#s-5655bb6e-c70a-40ca-ac89-53e7b02ef214 {
  margin-right: 10%;
}
@media (min-width: 1200px){#s-5655bb6e-c70a-40ca-ac89-53e7b02ef214 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5655bb6e-c70a-40ca-ac89-53e7b02ef214 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5655bb6e-c70a-40ca-ac89-53e7b02ef214 {
  
}
}@media (max-width: 767px){#s-5655bb6e-c70a-40ca-ac89-53e7b02ef214 {
  display: none;
}
#s-5655bb6e-c70a-40ca-ac89-53e7b02ef214, #wrap-s-5655bb6e-c70a-40ca-ac89-53e7b02ef214 { display:none !important; }}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
}

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

.shg-imageV2-content {
  text-align: initial;
}

.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;
  z-index: 0;
}

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-ad728065-699c-4890-b7f0-7acf9198e08d {
  text-align: center;
}







  img.s-ad728065-699c-4890-b7f0-7acf9198e08d.shogun-image {
    
    
  }


.s-ad728065-699c-4890-b7f0-7acf9198e08d .shogun-image-content {
  
    align-items: center;
  
}

.s-ad728065-699c-4890-b7f0-7acf9198e08d.shg-align-container {
  text-align: center
}

.s-ad728065-699c-4890-b7f0-7acf9198e08d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad728065-699c-4890-b7f0-7acf9198e08d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ad728065-699c-4890-b7f0-7acf9198e08d.shogun-image {
    
    
  }


.s-ad728065-699c-4890-b7f0-7acf9198e08d .shogun-image-content {
  
    align-items: center;
  
}

.s-ad728065-699c-4890-b7f0-7acf9198e08d.shg-align-container {
  text-align: center
}

.s-ad728065-699c-4890-b7f0-7acf9198e08d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad728065-699c-4890-b7f0-7acf9198e08d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ad728065-699c-4890-b7f0-7acf9198e08d.shogun-image {
    
    
  }


.s-ad728065-699c-4890-b7f0-7acf9198e08d .shogun-image-content {
  
    align-items: center;
  
}

.s-ad728065-699c-4890-b7f0-7acf9198e08d.shg-align-container {
  text-align: center
}

.s-ad728065-699c-4890-b7f0-7acf9198e08d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad728065-699c-4890-b7f0-7acf9198e08d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-ad728065-699c-4890-b7f0-7acf9198e08d.shogun-image {
    
    
  }


.s-ad728065-699c-4890-b7f0-7acf9198e08d .shogun-image-content {
  
    align-items: center;
  
}

.s-ad728065-699c-4890-b7f0-7acf9198e08d.shg-align-container {
  text-align: center
}

.s-ad728065-699c-4890-b7f0-7acf9198e08d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad728065-699c-4890-b7f0-7acf9198e08d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-ad728065-699c-4890-b7f0-7acf9198e08d.shogun-image {
    
    
  }


.s-ad728065-699c-4890-b7f0-7acf9198e08d .shogun-image-content {
  
    align-items: center;
  
}

.s-ad728065-699c-4890-b7f0-7acf9198e08d.shg-align-container {
  text-align: center
}

.s-ad728065-699c-4890-b7f0-7acf9198e08d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad728065-699c-4890-b7f0-7acf9198e08d.shogun-image {
  box-sizing: border-box;
}


}
#s-2c31e842-9384-45bf-8cc6-cf9b7f8fed45 {
  margin-top: 100px;
margin-bottom: 100px;
background-color: rgba(237, 244, 253, 1);
}
@media (min-width: 1200px){#s-2c31e842-9384-45bf-8cc6-cf9b7f8fed45 {
  display: none;
}
#s-2c31e842-9384-45bf-8cc6-cf9b7f8fed45, #wrap-s-2c31e842-9384-45bf-8cc6-cf9b7f8fed45 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c31e842-9384-45bf-8cc6-cf9b7f8fed45 {
  display: none;
}
#s-2c31e842-9384-45bf-8cc6-cf9b7f8fed45, #wrap-s-2c31e842-9384-45bf-8cc6-cf9b7f8fed45 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2c31e842-9384-45bf-8cc6-cf9b7f8fed45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c31e842-9384-45bf-8cc6-cf9b7f8fed45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2c31e842-9384-45bf-8cc6-cf9b7f8fed45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c31e842-9384-45bf-8cc6-cf9b7f8fed45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2c31e842-9384-45bf-8cc6-cf9b7f8fed45"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4fb474a3-d471-46eb-9600-9237904df4d3 {
  padding-top: 12%;
padding-left: 13%;
padding-bottom: 15%;
padding-right: 13%;
background-color: rgba(237, 244, 253, 1);
}
@media (min-width: 1200px){#s-4fb474a3-d471-46eb-9600-9237904df4d3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4fb474a3-d471-46eb-9600-9237904df4d3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fb474a3-d471-46eb-9600-9237904df4d3 {
  
}
}@media (max-width: 767px){#s-4fb474a3-d471-46eb-9600-9237904df4d3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0%;
padding-bottom: 9%;
}
}







#s-4fb474a3-d471-46eb-9600-9237904df4d3 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-4fb474a3-d471-46eb-9600-9237904df4d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d22552eb-1bab-4da6-ae84-7d86148b78ab {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}
@media (max-width: 767px){#s-d22552eb-1bab-4da6-ae84-7d86148b78ab {
  display: none;
}
#s-d22552eb-1bab-4da6-ae84-7d86148b78ab, #wrap-s-d22552eb-1bab-4da6-ae84-7d86148b78ab { display:none !important; }}
#s-d22552eb-1bab-4da6-ae84-7d86148b78ab .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}



#s-f61328dd-8ca7-4fb3-ae13-91ea5a49cc42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f61328dd-8ca7-4fb3-ae13-91ea5a49cc42 {
  display: none;
}
#s-f61328dd-8ca7-4fb3-ae13-91ea5a49cc42, #wrap-s-f61328dd-8ca7-4fb3-ae13-91ea5a49cc42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f61328dd-8ca7-4fb3-ae13-91ea5a49cc42 {
  display: none;
}
#s-f61328dd-8ca7-4fb3-ae13-91ea5a49cc42, #wrap-s-f61328dd-8ca7-4fb3-ae13-91ea5a49cc42 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f61328dd-8ca7-4fb3-ae13-91ea5a49cc42 {
  display: none;
}
#s-f61328dd-8ca7-4fb3-ae13-91ea5a49cc42, #wrap-s-f61328dd-8ca7-4fb3-ae13-91ea5a49cc42 { display:none !important; }}@media (max-width: 767px){#s-f61328dd-8ca7-4fb3-ae13-91ea5a49cc42 {
  margin-left: -8%;
margin-right: -8%;
padding-top: 0px;
padding-bottom: 10px;
}
}
#s-f61328dd-8ca7-4fb3-ae13-91ea5a49cc42 .shogun-heading-component h2 {
  color: rgba(3, 3, 3, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}



#s-a17d658a-4ac0-4d3b-8268-b5c9de4e1087 {
  margin-left: 8%;
margin-right: 6%;
padding-right: 15%;
}
@media (min-width: 1200px){#s-a17d658a-4ac0-4d3b-8268-b5c9de4e1087 {
  display: none;
}
#s-a17d658a-4ac0-4d3b-8268-b5c9de4e1087, #wrap-s-a17d658a-4ac0-4d3b-8268-b5c9de4e1087 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a17d658a-4ac0-4d3b-8268-b5c9de4e1087 {
  display: none;
}
#s-a17d658a-4ac0-4d3b-8268-b5c9de4e1087, #wrap-s-a17d658a-4ac0-4d3b-8268-b5c9de4e1087 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a17d658a-4ac0-4d3b-8268-b5c9de4e1087 {
  display: none;
}
#s-a17d658a-4ac0-4d3b-8268-b5c9de4e1087, #wrap-s-a17d658a-4ac0-4d3b-8268-b5c9de4e1087 { display:none !important; }}@media (max-width: 767px){#s-a17d658a-4ac0-4d3b-8268-b5c9de4e1087 {
  margin-left: -5%;
margin-right: -5%;
padding-right: 0%;
}
}
#s-7d25bd82-1c94-46e2-a14f-9f12b1e56ffb {
  margin-right: 10%;
}
@media (min-width: 1200px){#s-7d25bd82-1c94-46e2-a14f-9f12b1e56ffb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d25bd82-1c94-46e2-a14f-9f12b1e56ffb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d25bd82-1c94-46e2-a14f-9f12b1e56ffb {
  
}
}@media (max-width: 767px){#s-7d25bd82-1c94-46e2-a14f-9f12b1e56ffb {
  display: none;
}
#s-7d25bd82-1c94-46e2-a14f-9f12b1e56ffb, #wrap-s-7d25bd82-1c94-46e2-a14f-9f12b1e56ffb { display:none !important; }}
#s-7181428c-d2b1-4829-81b2-01aa3df11d5a {
  min-height: 50px;
}

#s-7181428c-d2b1-4829-81b2-01aa3df11d5a {
  background-image: url();
}








#s-7181428c-d2b1-4829-81b2-01aa3df11d5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7181428c-d2b1-4829-81b2-01aa3df11d5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d28dee0-010f-4d6e-8922-ee56e681c6a5 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 39px;
padding-bottom: 39px;
text-align: center;
}
@media (max-width: 767px){#s-6d28dee0-010f-4d6e-8922-ee56e681c6a5 {
  padding-top: 1px;
padding-bottom: 1px;
}
}






  img.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shogun-image {
    
    
  }


.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shg-align-container {
  text-align: center
}

.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shogun-image {
    
    
  }


.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shg-align-container {
  text-align: center
}

.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shogun-image {
    
    
  }


.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shg-align-container {
  text-align: center
}

.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shogun-image {
    
    
  }


.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shg-align-container {
  text-align: center
}

.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shogun-image {
    
    
  }


.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shg-align-container {
  text-align: center
}

.s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d28dee0-010f-4d6e-8922-ee56e681c6a5.shogun-image {
  box-sizing: border-box;
}


}
#s-4446a7a2-884b-459c-bca0-575cff4b5ebd {
  margin-left: 0%;
margin-bottom: 100px;
margin-right: 0%;
min-height: 50px;
background-color: rgba(210, 210, 233, 1);
}








#s-4446a7a2-884b-459c-bca0-575cff4b5ebd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4446a7a2-884b-459c-bca0-575cff4b5ebd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef24f7ba-3c63-4c2a-bdca-2403b770cc2b {
  min-height: 50px;
}








#s-ef24f7ba-3c63-4c2a-bdca-2403b770cc2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef24f7ba-3c63-4c2a-bdca-2403b770cc2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6b8d491-a789-4d6a-8944-85edb571f881 {
  margin-top: 80px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-f6b8d491-a789-4d6a-8944-85edb571f881 {
  margin-top: 64px;
margin-bottom: 9px;
}
}
#s-f8b72ce7-0ae2-4c13-80c8-b81e24c0596e {
  border-style: solid;
margin-top: 0px;
margin-bottom: 58px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8b72ce7-0ae2-4c13-80c8-b81e24c0596e {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-f8b72ce7-0ae2-4c13-80c8-b81e24c0596e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f8b72ce7-0ae2-4c13-80c8-b81e24c0596e .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-e7195f97-f67b-4f92-a64b-fc1b235e2b2f {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-e7195f97-f67b-4f92-a64b-fc1b235e2b2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7195f97-f67b-4f92-a64b-fc1b235e2b2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e7195f97-f67b-4f92-a64b-fc1b235e2b2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7195f97-f67b-4f92-a64b-fc1b235e2b2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-24f902d8-cdf3-494f-b74e-00836abf8f52 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-24f902d8-cdf3-494f-b74e-00836abf8f52 {
  margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-bottom: 0px;
}
}







#s-24f902d8-cdf3-494f-b74e-00836abf8f52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24f902d8-cdf3-494f-b74e-00836abf8f52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e790401-1998-4f42-8335-2bf0f33fd450 {
  margin-top: 35px;
margin-left: 18%;
margin-bottom: 35px;
margin-right: 18%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 80px;
min-height: 50px;
background-color: rgba(252, 246, 224, 1);
}








#s-8e790401-1998-4f42-8335-2bf0f33fd450 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e790401-1998-4f42-8335-2bf0f33fd450.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45d16d56-bbd3-425d-b195-e6edf1216037 {
  padding-top: 14px;
padding-bottom: 14px;
text-align: center;
}

#s-45d16d56-bbd3-425d-b195-e6edf1216037 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a1c06b9c-752d-4d1c-99d7-7e0588545a07 {
  text-align: center;
}







  img.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shogun-image {
    
    
  }


.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shg-align-container {
  text-align: center
}

.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shogun-image {
    
    
  }


.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shg-align-container {
  text-align: center
}

.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shogun-image {
    
    
  }


.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shg-align-container {
  text-align: center
}

.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shogun-image {
    
    
  }


.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shg-align-container {
  text-align: center
}

.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shogun-image {
    
    
  }


.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shg-align-container {
  text-align: center
}

.s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c06b9c-752d-4d1c-99d7-7e0588545a07.shogun-image {
  box-sizing: border-box;
}


}
#s-b070c0fd-8b89-4177-a57b-8f0a681d7d01 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-b070c0fd-8b89-4177-a57b-8f0a681d7d01 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

@media (min-width: 1200px){#s-f2bd84fc-d1f2-483c-9465-f5371458c792 {
  display: none;
}
#s-f2bd84fc-d1f2-483c-9465-f5371458c792, #wrap-s-f2bd84fc-d1f2-483c-9465-f5371458c792 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2bd84fc-d1f2-483c-9465-f5371458c792 {
  display: none;
}
#s-f2bd84fc-d1f2-483c-9465-f5371458c792, #wrap-s-f2bd84fc-d1f2-483c-9465-f5371458c792 { display:none !important; }}
#s-f2bd84fc-d1f2-483c-9465-f5371458c792 hr {
  border-top: 1px solid #ddd;
}

#s-acf8b730-10ab-4b92-854b-e23f6d8aca98 {
  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: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-acf8b730-10ab-4b92-854b-e23f6d8aca98 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-acf8b730-10ab-4b92-854b-e23f6d8aca98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acf8b730-10ab-4b92-854b-e23f6d8aca98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-114bdf5a-4e7f-489f-88a1-522d80022ac5 {
  margin-top: 35px;
margin-left: 18%;
margin-bottom: 35px;
margin-right: 18%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 80px;
min-height: 50px;
background-color: rgba(248, 234, 238, 1);
}








#s-114bdf5a-4e7f-489f-88a1-522d80022ac5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-114bdf5a-4e7f-489f-88a1-522d80022ac5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00269b5c-77a2-4cee-b534-3455578da3de {
  padding-top: 14px;
padding-bottom: 14px;
text-align: center;
}

#s-00269b5c-77a2-4cee-b534-3455578da3de .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0c73d675-4f7e-4432-a2c1-a005e97ce8de {
  text-align: center;
}







  img.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shogun-image {
    
    
  }


.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de .shogun-image-content {
  
    align-items: center;
  
}

.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shg-align-container {
  text-align: center
}

.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shogun-image {
    
    
  }


.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de .shogun-image-content {
  
    align-items: center;
  
}

.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shg-align-container {
  text-align: center
}

.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shogun-image {
    
    
  }


.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de .shogun-image-content {
  
    align-items: center;
  
}

.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shg-align-container {
  text-align: center
}

.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shogun-image {
    
    
  }


.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de .shogun-image-content {
  
    align-items: center;
  
}

.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shg-align-container {
  text-align: center
}

.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shogun-image {
    
    
  }


.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de .shogun-image-content {
  
    align-items: center;
  
}

.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shg-align-container {
  text-align: center
}

.s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c73d675-4f7e-4432-a2c1-a005e97ce8de.shogun-image {
  box-sizing: border-box;
}


}
#s-97df4e69-641e-44f4-87ea-edb7189868d5 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 1200px){#s-19ad5985-2322-4272-a799-c5802f2a73de {
  display: none;
}
#s-19ad5985-2322-4272-a799-c5802f2a73de, #wrap-s-19ad5985-2322-4272-a799-c5802f2a73de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19ad5985-2322-4272-a799-c5802f2a73de {
  display: none;
}
#s-19ad5985-2322-4272-a799-c5802f2a73de, #wrap-s-19ad5985-2322-4272-a799-c5802f2a73de { display:none !important; }}
#s-19ad5985-2322-4272-a799-c5802f2a73de hr {
  border-top: 1px solid #ddd;
}

#s-94842edf-abde-419c-bdd3-cc4d82290d99 {
  margin-left: 0%;
margin-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: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-94842edf-abde-419c-bdd3-cc4d82290d99 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-94842edf-abde-419c-bdd3-cc4d82290d99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94842edf-abde-419c-bdd3-cc4d82290d99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-daf93e41-1b9e-4e51-8c79-be97d65970a3 {
  margin-top: 35px;
margin-left: 18%;
margin-bottom: 35px;
margin-right: 18%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 80px;
min-height: 50px;
background-color: rgba(237, 244, 253, 1);
}








#s-daf93e41-1b9e-4e51-8c79-be97d65970a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daf93e41-1b9e-4e51-8c79-be97d65970a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ae8ef26-a5d2-46e7-9aa3-90ddf02e401f {
  padding-top: 14px;
padding-bottom: 14px;
text-align: center;
}

#s-0ae8ef26-a5d2-46e7-9aa3-90ddf02e401f .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-26190729-d3f1-4e33-921b-17e8637d1408 {
  text-align: center;
}







  img.s-26190729-d3f1-4e33-921b-17e8637d1408.shogun-image {
    
    
  }


.s-26190729-d3f1-4e33-921b-17e8637d1408 .shogun-image-content {
  
    align-items: center;
  
}

.s-26190729-d3f1-4e33-921b-17e8637d1408.shg-align-container {
  text-align: center
}

.s-26190729-d3f1-4e33-921b-17e8637d1408.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26190729-d3f1-4e33-921b-17e8637d1408.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-26190729-d3f1-4e33-921b-17e8637d1408.shogun-image {
    
    
  }


.s-26190729-d3f1-4e33-921b-17e8637d1408 .shogun-image-content {
  
    align-items: center;
  
}

.s-26190729-d3f1-4e33-921b-17e8637d1408.shg-align-container {
  text-align: center
}

.s-26190729-d3f1-4e33-921b-17e8637d1408.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26190729-d3f1-4e33-921b-17e8637d1408.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-26190729-d3f1-4e33-921b-17e8637d1408.shogun-image {
    
    
  }


.s-26190729-d3f1-4e33-921b-17e8637d1408 .shogun-image-content {
  
    align-items: center;
  
}

.s-26190729-d3f1-4e33-921b-17e8637d1408.shg-align-container {
  text-align: center
}

.s-26190729-d3f1-4e33-921b-17e8637d1408.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26190729-d3f1-4e33-921b-17e8637d1408.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-26190729-d3f1-4e33-921b-17e8637d1408.shogun-image {
    
    
  }


.s-26190729-d3f1-4e33-921b-17e8637d1408 .shogun-image-content {
  
    align-items: center;
  
}

.s-26190729-d3f1-4e33-921b-17e8637d1408.shg-align-container {
  text-align: center
}

.s-26190729-d3f1-4e33-921b-17e8637d1408.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26190729-d3f1-4e33-921b-17e8637d1408.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-26190729-d3f1-4e33-921b-17e8637d1408.shogun-image {
    
    
  }


.s-26190729-d3f1-4e33-921b-17e8637d1408 .shogun-image-content {
  
    align-items: center;
  
}

.s-26190729-d3f1-4e33-921b-17e8637d1408.shg-align-container {
  text-align: center
}

.s-26190729-d3f1-4e33-921b-17e8637d1408.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26190729-d3f1-4e33-921b-17e8637d1408.shogun-image {
  box-sizing: border-box;
}


}
#s-1a5018c0-1d71-4c9e-a476-59d99721a372 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-042f6c30-f1e0-4aea-abfb-ce700ec90b34 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-042f6c30-f1e0-4aea-abfb-ce700ec90b34 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-042f6c30-f1e0-4aea-abfb-ce700ec90b34 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-042f6c30-f1e0-4aea-abfb-ce700ec90b34 {
  
}
}@media (max-width: 767px){#s-042f6c30-f1e0-4aea-abfb-ce700ec90b34 {
  
}
}
@media (min-width: 0px) {
[id="s-042f6c30-f1e0-4aea-abfb-ce700ec90b34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-042f6c30-f1e0-4aea-abfb-ce700ec90b34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-042f6c30-f1e0-4aea-abfb-ce700ec90b34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-042f6c30-f1e0-4aea-abfb-ce700ec90b34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-16e59a3f-99db-428d-a287-4bde930b5d2b {
  min-height: 720px;
}








#s-16e59a3f-99db-428d-a287-4bde930b5d2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16e59a3f-99db-428d-a287-4bde930b5d2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e37e11f0-c5a0-4847-959a-5f56fab719dd {
  border-style: solid;
margin-top: 20px;
margin-left: 13%;
margin-bottom: 20px;
margin-right: 13%;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}
@media (max-width: 767px){#s-e37e11f0-c5a0-4847-959a-5f56fab719dd {
  
}
}
#s-e37e11f0-c5a0-4847-959a-5f56fab719dd .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}



#s-552e1567-d07c-4a91-96fc-f71a6c538ab8 {
  margin-left: 13%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-552e1567-d07c-4a91-96fc-f71a6c538ab8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-552e1567-d07c-4a91-96fc-f71a6c538ab8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-552e1567-d07c-4a91-96fc-f71a6c538ab8 {
  
}
}@media (max-width: 767px){#s-552e1567-d07c-4a91-96fc-f71a6c538ab8 {
  
}
}
#s-257f1d0d-8b63-46ae-a9ec-c7a719498c11 {
  margin-left: 0%;
margin-right: 0%;
text-align: left;
}
@media (min-width: 1200px){#s-257f1d0d-8b63-46ae-a9ec-c7a719498c11 {
  margin-left: 0%;
margin-right: 11%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-257f1d0d-8b63-46ae-a9ec-c7a719498c11 {
  margin-right: 11%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-257f1d0d-8b63-46ae-a9ec-c7a719498c11 {
  margin-right: 10%;
}
}
#s-34ff76e4-07e3-4dae-bb63-97d554029406 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-34ff76e4-07e3-4dae-bb63-97d554029406 {
  
}
}@media (max-width: 767px){#s-34ff76e4-07e3-4dae-bb63-97d554029406 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-34ff76e4-07e3-4dae-bb63-97d554029406 {
  background-image: url();
}








#s-34ff76e4-07e3-4dae-bb63-97d554029406 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34ff76e4-07e3-4dae-bb63-97d554029406.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-825294a6-8796-4ce8-895e-9710668c34fb {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 50px;
background-color: rgba(252, 246, 224, 1);
}
@media (min-width: 1200px){#s-825294a6-8796-4ce8-895e-9710668c34fb {
  min-height: 600px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-825294a6-8796-4ce8-895e-9710668c34fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-825294a6-8796-4ce8-895e-9710668c34fb {
  
}
}@media (max-width: 767px){#s-825294a6-8796-4ce8-895e-9710668c34fb {
  
}
}
@media (min-width: 0px) {
[id="s-825294a6-8796-4ce8-895e-9710668c34fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-825294a6-8796-4ce8-895e-9710668c34fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-825294a6-8796-4ce8-895e-9710668c34fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-825294a6-8796-4ce8-895e-9710668c34fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-91bfd9f7-7d14-44ee-a6f8-1dd3184a8087 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-91bfd9f7-7d14-44ee-a6f8-1dd3184a8087 {
  display: none;
}
#s-91bfd9f7-7d14-44ee-a6f8-1dd3184a8087, #wrap-s-91bfd9f7-7d14-44ee-a6f8-1dd3184a8087 { display:none !important; }}







#s-91bfd9f7-7d14-44ee-a6f8-1dd3184a8087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91bfd9f7-7d14-44ee-a6f8-1dd3184a8087.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cd1a313-c853-4cfe-882f-f893bda82519 {
  padding-left: 10%;
padding-right: 10%;
min-height: 600px;
background-color: rgba(252, 246, 224, 0);
}
@media (min-width: 1200px){#s-9cd1a313-c853-4cfe-882f-f893bda82519 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9cd1a313-c853-4cfe-882f-f893bda82519 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9cd1a313-c853-4cfe-882f-f893bda82519 {
  
}
}@media (max-width: 767px){#s-9cd1a313-c853-4cfe-882f-f893bda82519 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 60px;
padding-right: 0px;
}
}







#s-9cd1a313-c853-4cfe-882f-f893bda82519 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9cd1a313-c853-4cfe-882f-f893bda82519.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63bfa6aa-ab5a-4965-ae23-d5adc0529e6a {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-63bfa6aa-ab5a-4965-ae23-d5adc0529e6a {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-63bfa6aa-ab5a-4965-ae23-d5adc0529e6a {
  margin-top: 0px;
margin-left: -4%;
margin-bottom: 0px;
margin-right: -4%;
padding-top: 12px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-63bfa6aa-ab5a-4965-ae23-d5adc0529e6a {
  margin-top: 42px;
margin-left: 6%;
margin-bottom: 1px;
margin-right: 6%;
}
}
#s-45997ee0-aa43-4dcd-b8ac-d111453562d3 {
  margin-top: 12px;
}
@media (min-width: 1200px){#s-45997ee0-aa43-4dcd-b8ac-d111453562d3 {
  margin-left: 8%;
margin-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45997ee0-aa43-4dcd-b8ac-d111453562d3 {
  margin-left: 8%;
margin-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-45997ee0-aa43-4dcd-b8ac-d111453562d3 {
  margin-left: -4%;
margin-right: -4%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-45997ee0-aa43-4dcd-b8ac-d111453562d3 {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-5da9b70d-90d5-457d-9203-68519ba694ab {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1440px;
}








#s-5da9b70d-90d5-457d-9203-68519ba694ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5da9b70d-90d5-457d-9203-68519ba694ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31db14d8-c73b-4254-8e46-0eba34e42aea {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
}

@media (min-width: 0px) {
[id="s-31db14d8-c73b-4254-8e46-0eba34e42aea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-31db14d8-c73b-4254-8e46-0eba34e42aea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-31db14d8-c73b-4254-8e46-0eba34e42aea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-31db14d8-c73b-4254-8e46-0eba34e42aea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8a1254e5-15e0-486b-a357-34d0c49d069c {
  border-radius: 6px;
max-width: 48px;
text-align: center;
}







  img.s-8a1254e5-15e0-486b-a357-34d0c49d069c.shogun-image {
    
    
  }


.s-8a1254e5-15e0-486b-a357-34d0c49d069c .shogun-image-content {
  
    align-items: center;
  
}

.s-8a1254e5-15e0-486b-a357-34d0c49d069c.shg-align-container {
  text-align: center
}

.s-8a1254e5-15e0-486b-a357-34d0c49d069c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a1254e5-15e0-486b-a357-34d0c49d069c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8a1254e5-15e0-486b-a357-34d0c49d069c.shogun-image {
    
    
  }


.s-8a1254e5-15e0-486b-a357-34d0c49d069c .shogun-image-content {
  
    align-items: center;
  
}

.s-8a1254e5-15e0-486b-a357-34d0c49d069c.shg-align-container {
  text-align: center
}

.s-8a1254e5-15e0-486b-a357-34d0c49d069c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a1254e5-15e0-486b-a357-34d0c49d069c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-8a1254e5-15e0-486b-a357-34d0c49d069c.shogun-image {
    
    
  }


.s-8a1254e5-15e0-486b-a357-34d0c49d069c .shogun-image-content {
  
    align-items: center;
  
}

.s-8a1254e5-15e0-486b-a357-34d0c49d069c.shg-align-container {
  text-align: center
}

.s-8a1254e5-15e0-486b-a357-34d0c49d069c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a1254e5-15e0-486b-a357-34d0c49d069c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-8a1254e5-15e0-486b-a357-34d0c49d069c.shogun-image {
    
    
  }


.s-8a1254e5-15e0-486b-a357-34d0c49d069c .shogun-image-content {
  
    align-items: center;
  
}

.s-8a1254e5-15e0-486b-a357-34d0c49d069c.shg-align-container {
  text-align: center
}

.s-8a1254e5-15e0-486b-a357-34d0c49d069c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a1254e5-15e0-486b-a357-34d0c49d069c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-8a1254e5-15e0-486b-a357-34d0c49d069c.shogun-image {
    
    
  }


.s-8a1254e5-15e0-486b-a357-34d0c49d069c .shogun-image-content {
  
    align-items: center;
  
}

.s-8a1254e5-15e0-486b-a357-34d0c49d069c.shg-align-container {
  text-align: center
}

.s-8a1254e5-15e0-486b-a357-34d0c49d069c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a1254e5-15e0-486b-a357-34d0c49d069c.shogun-image {
  box-sizing: border-box;
}


}
#s-082ca788-28f4-4306-a2c8-e198d4aea4c0 {
  border-radius: 6px;
max-width: 48px;
text-align: center;
}







  img.s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shogun-image {
    
    
  }


.s-082ca788-28f4-4306-a2c8-e198d4aea4c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shg-align-container {
  text-align: center
}

.s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shogun-image {
    
    
  }


.s-082ca788-28f4-4306-a2c8-e198d4aea4c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shg-align-container {
  text-align: center
}

.s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shogun-image {
    
    
  }


.s-082ca788-28f4-4306-a2c8-e198d4aea4c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shg-align-container {
  text-align: center
}

.s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shogun-image {
    
    
  }


.s-082ca788-28f4-4306-a2c8-e198d4aea4c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shg-align-container {
  text-align: center
}

.s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shogun-image {
    
    
  }


.s-082ca788-28f4-4306-a2c8-e198d4aea4c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shg-align-container {
  text-align: center
}

.s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-082ca788-28f4-4306-a2c8-e198d4aea4c0.shogun-image {
  box-sizing: border-box;
}


}
#s-6c460383-2186-432c-ac37-2c30a6426f5e {
  background-repeat: no-repeat;
background-size: contain;
min-height: 300px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-6c460383-2186-432c-ac37-2c30a6426f5e {
  display: none;
}
#s-6c460383-2186-432c-ac37-2c30a6426f5e, #wrap-s-6c460383-2186-432c-ac37-2c30a6426f5e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c460383-2186-432c-ac37-2c30a6426f5e {
  display: none;
}
#s-6c460383-2186-432c-ac37-2c30a6426f5e, #wrap-s-6c460383-2186-432c-ac37-2c30a6426f5e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c460383-2186-432c-ac37-2c30a6426f5e {
  display: none;
}
#s-6c460383-2186-432c-ac37-2c30a6426f5e, #wrap-s-6c460383-2186-432c-ac37-2c30a6426f5e { display:none !important; }}@media (max-width: 767px){#s-6c460383-2186-432c-ac37-2c30a6426f5e {
  margin-top: 18px;
}
}







#s-6c460383-2186-432c-ac37-2c30a6426f5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c460383-2186-432c-ac37-2c30a6426f5e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-166df56e-9bb0-4a46-a8cb-541b8a263540 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-166df56e-9bb0-4a46-a8cb-541b8a263540 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-166df56e-9bb0-4a46-a8cb-541b8a263540.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-838ccdca-96b7-44e0-bf0f-335d3b4e163d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-838ccdca-96b7-44e0-bf0f-335d3b4e163d {
  padding-left: 6%;
padding-right: 6%;
}
}@media (max-width: 767px){#s-838ccdca-96b7-44e0-bf0f-335d3b4e163d {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-838ccdca-96b7-44e0-bf0f-335d3b4e163d .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-838ccdca-96b7-44e0-bf0f-335d3b4e163d .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-a7d86fcf-d0c3-4401-bb66-3f4c97eb9f52 {
  margin-top: 6px;
margin-left: 7%;
margin-bottom: 13px;
margin-right: 10%;
padding-left: 15%;
padding-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7d86fcf-d0c3-4401-bb66-3f4c97eb9f52 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-a7d86fcf-d0c3-4401-bb66-3f4c97eb9f52 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-67e77e22-e987-4425-b6dd-5f831de04054 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-67e77e22-e987-4425-b6dd-5f831de04054"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-67e77e22-e987-4425-b6dd-5f831de04054"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-67e77e22-e987-4425-b6dd-5f831de04054"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-67e77e22-e987-4425-b6dd-5f831de04054"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16 {
  max-width: 120px;
text-align: center;
}







  img.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shogun-image {
    
    
  }


.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shg-align-container {
  text-align: center
}

.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shogun-image {
    
    
  }


.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shg-align-container {
  text-align: center
}

.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shogun-image {
    
    
  }


.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shg-align-container {
  text-align: center
}

.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shogun-image {
    
    
  }


.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shg-align-container {
  text-align: center
}

.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shogun-image {
    
    
  }


.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shg-align-container {
  text-align: center
}

.s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe7756a-77f6-4dba-8d4d-fe4d4a879f16.shogun-image {
  box-sizing: border-box;
}


}
#s-8abfb8b0-5604-4d8d-bc4c-cc266fea59e5 {
  margin-top: 8px;
margin-left: 11%;
margin-right: 11%;
}
@media (max-width: 767px){#s-8abfb8b0-5604-4d8d-bc4c-cc266fea59e5 {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-9d02c6a6-cb32-48a3-96e3-b769702fda4b {
  max-width: 120px;
text-align: center;
}







  img.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shogun-image {
    
    
  }


.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b .shogun-image-content {
  
    align-items: center;
  
}

.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shg-align-container {
  text-align: center
}

.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shogun-image {
    
    
  }


.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b .shogun-image-content {
  
    align-items: center;
  
}

.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shg-align-container {
  text-align: center
}

.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shogun-image {
    
    
  }


.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b .shogun-image-content {
  
    align-items: center;
  
}

.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shg-align-container {
  text-align: center
}

.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shogun-image {
    
    
  }


.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b .shogun-image-content {
  
    align-items: center;
  
}

.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shg-align-container {
  text-align: center
}

.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shogun-image {
    
    
  }


.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b .shogun-image-content {
  
    align-items: center;
  
}

.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shg-align-container {
  text-align: center
}

.s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d02c6a6-cb32-48a3-96e3-b769702fda4b.shogun-image {
  box-sizing: border-box;
}


}
#s-8cd0012d-51ab-4db3-8b4e-2110d79b34de {
  margin-top: 8px;
margin-left: 11%;
margin-right: 11%;
}
@media (max-width: 767px){#s-8cd0012d-51ab-4db3-8b4e-2110d79b34de {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-c6d42b19-ffe8-45db-b24f-c49207467599 {
  max-width: 120px;
text-align: center;
}







  img.s-c6d42b19-ffe8-45db-b24f-c49207467599.shogun-image {
    
    
  }


.s-c6d42b19-ffe8-45db-b24f-c49207467599 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6d42b19-ffe8-45db-b24f-c49207467599.shg-align-container {
  text-align: center
}

.s-c6d42b19-ffe8-45db-b24f-c49207467599.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6d42b19-ffe8-45db-b24f-c49207467599.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c6d42b19-ffe8-45db-b24f-c49207467599.shogun-image {
    
    
  }


.s-c6d42b19-ffe8-45db-b24f-c49207467599 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6d42b19-ffe8-45db-b24f-c49207467599.shg-align-container {
  text-align: center
}

.s-c6d42b19-ffe8-45db-b24f-c49207467599.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6d42b19-ffe8-45db-b24f-c49207467599.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c6d42b19-ffe8-45db-b24f-c49207467599.shogun-image {
    
    
  }


.s-c6d42b19-ffe8-45db-b24f-c49207467599 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6d42b19-ffe8-45db-b24f-c49207467599.shg-align-container {
  text-align: center
}

.s-c6d42b19-ffe8-45db-b24f-c49207467599.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6d42b19-ffe8-45db-b24f-c49207467599.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-c6d42b19-ffe8-45db-b24f-c49207467599.shogun-image {
    
    
  }


.s-c6d42b19-ffe8-45db-b24f-c49207467599 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6d42b19-ffe8-45db-b24f-c49207467599.shg-align-container {
  text-align: center
}

.s-c6d42b19-ffe8-45db-b24f-c49207467599.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6d42b19-ffe8-45db-b24f-c49207467599.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-c6d42b19-ffe8-45db-b24f-c49207467599.shogun-image {
    
    
  }


.s-c6d42b19-ffe8-45db-b24f-c49207467599 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6d42b19-ffe8-45db-b24f-c49207467599.shg-align-container {
  text-align: center
}

.s-c6d42b19-ffe8-45db-b24f-c49207467599.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6d42b19-ffe8-45db-b24f-c49207467599.shogun-image {
  box-sizing: border-box;
}


}
#s-ff8e1e92-5554-46b4-93b0-300a1981e0ef {
  margin-top: 8px;
margin-left: 11%;
margin-right: 11%;
}
@media (max-width: 767px){#s-ff8e1e92-5554-46b4-93b0-300a1981e0ef {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-aaea7581-5c9c-427c-b6d5-d55e78b036b9 {
  max-width: 120px;
text-align: center;
}







  img.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shogun-image {
    
    
  }


.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shg-align-container {
  text-align: center
}

.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shogun-image {
    
    
  }


.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shg-align-container {
  text-align: center
}

.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shogun-image {
    
    
  }


.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shg-align-container {
  text-align: center
}

.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shogun-image {
    
    
  }


.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shg-align-container {
  text-align: center
}

.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shogun-image {
    
    
  }


.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shg-align-container {
  text-align: center
}

.s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaea7581-5c9c-427c-b6d5-d55e78b036b9.shogun-image {
  box-sizing: border-box;
}


}
#s-069cb533-9125-4066-acc4-796d250d9258 {
  margin-top: 8px;
margin-left: 11%;
margin-right: 11%;
}
@media (max-width: 767px){#s-069cb533-9125-4066-acc4-796d250d9258 {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-3dbcedba-be5e-427c-9807-b1967be4bd32 {
  margin-bottom: 100px;
min-height: 670px;
background-color: rgba(215, 215, 238, 1);
}








#s-3dbcedba-be5e-427c-9807-b1967be4bd32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dbcedba-be5e-427c-9807-b1967be4bd32 {
  cursor: pointer;
}#s-3dbcedba-be5e-427c-9807-b1967be4bd32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c24bcad-1eb3-4da7-871c-ed530e1be637 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-8c24bcad-1eb3-4da7-871c-ed530e1be637 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c24bcad-1eb3-4da7-871c-ed530e1be637 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c24bcad-1eb3-4da7-871c-ed530e1be637 {
  
}
}@media (max-width: 767px){#s-8c24bcad-1eb3-4da7-871c-ed530e1be637 {
  
}
}
@media (min-width: 0px) {
[id="s-8c24bcad-1eb3-4da7-871c-ed530e1be637"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c24bcad-1eb3-4da7-871c-ed530e1be637"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8c24bcad-1eb3-4da7-871c-ed530e1be637"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c24bcad-1eb3-4da7-871c-ed530e1be637"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-8c24bcad-1eb3-4da7-871c-ed530e1be637"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-85e3d2e4-0f72-4fa9-b976-deb84fccfa9a {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 666px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-85e3d2e4-0f72-4fa9-b976-deb84fccfa9a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85e3d2e4-0f72-4fa9-b976-deb84fccfa9a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85e3d2e4-0f72-4fa9-b976-deb84fccfa9a {
  
}
}@media (max-width: 767px){#s-85e3d2e4-0f72-4fa9-b976-deb84fccfa9a {
  min-height: 0px;
aspect-ratio: 1;
}
}







#s-85e3d2e4-0f72-4fa9-b976-deb84fccfa9a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-85e3d2e4-0f72-4fa9-b976-deb84fccfa9a {
  cursor: pointer;
}#s-85e3d2e4-0f72-4fa9-b976-deb84fccfa9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9eed3b58-a91e-4916-a283-9a98d9137257 {
  margin-left: 1%;
margin-right: 1%;
padding-left: 10%;
padding-right: 10%;
background-color: rgba(215, 215, 238, 1);
}
@media (min-width: 1200px){#s-9eed3b58-a91e-4916-a283-9a98d9137257 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9eed3b58-a91e-4916-a283-9a98d9137257 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9eed3b58-a91e-4916-a283-9a98d9137257 {
  
}
}@media (max-width: 767px){#s-9eed3b58-a91e-4916-a283-9a98d9137257 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 0px;
display: none;
}
#s-9eed3b58-a91e-4916-a283-9a98d9137257, #wrap-s-9eed3b58-a91e-4916-a283-9a98d9137257 { display:none !important; }}







#s-9eed3b58-a91e-4916-a283-9a98d9137257 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9eed3b58-a91e-4916-a283-9a98d9137257 {
  cursor: pointer;
}#s-9eed3b58-a91e-4916-a283-9a98d9137257.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-588842f7-e6b0-4846-a5c0-99d00bcd71fe {
  margin-top: 20px;
margin-left: 6%;
margin-bottom: 20px;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.01);
border-style: solid;
text-align: left;
}

#s-588842f7-e6b0-4846-a5c0-99d00bcd71fe .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}



#s-dbff6cb6-7701-41f7-81cb-74f8eacf858e {
  margin-left: 6%;
margin-right: 8%;
}

.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-cb289c45-7b69-4e30-a22a-234df817b3ab {
  margin-top: 20px;
margin-left: 6%;
margin-bottom: 20px;
margin-right: 6%;
padding-top: 8px;
padding-left: 35px;
padding-bottom: 8px;
padding-right: 35px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(121, 120, 127, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-cb289c45-7b69-4e30-a22a-234df817b3ab:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cb289c45-7b69-4e30-a22a-234df817b3ab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cb289c45-7b69-4e30-a22a-234df817b3ab-root {
    text-align: left;
  }


#s-cb289c45-7b69-4e30-a22a-234df817b3ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb289c45-7b69-4e30-a22a-234df817b3ab-root {
    text-align: left;
  }


#s-cb289c45-7b69-4e30-a22a-234df817b3ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb289c45-7b69-4e30-a22a-234df817b3ab-root {
    text-align: left;
  }


#s-cb289c45-7b69-4e30-a22a-234df817b3ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb289c45-7b69-4e30-a22a-234df817b3ab-root {
    text-align: left;
  }


#s-cb289c45-7b69-4e30-a22a-234df817b3ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb289c45-7b69-4e30-a22a-234df817b3ab-root {
    text-align: left;
  }


#s-cb289c45-7b69-4e30-a22a-234df817b3ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-eed76c2c-f572-47ec-a19c-a823bb8826f8 {
  margin-left: 1%;
margin-right: 1%;
padding-left: 10%;
padding-right: 10%;
background-color: rgba(215, 215, 238, 1);
}
@media (min-width: 1200px){#s-eed76c2c-f572-47ec-a19c-a823bb8826f8 {
  display: none;
}
#s-eed76c2c-f572-47ec-a19c-a823bb8826f8, #wrap-s-eed76c2c-f572-47ec-a19c-a823bb8826f8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eed76c2c-f572-47ec-a19c-a823bb8826f8 {
  display: none;
}
#s-eed76c2c-f572-47ec-a19c-a823bb8826f8, #wrap-s-eed76c2c-f572-47ec-a19c-a823bb8826f8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eed76c2c-f572-47ec-a19c-a823bb8826f8 {
  display: none;
}
#s-eed76c2c-f572-47ec-a19c-a823bb8826f8, #wrap-s-eed76c2c-f572-47ec-a19c-a823bb8826f8 { display:none !important; }}@media (max-width: 767px){#s-eed76c2c-f572-47ec-a19c-a823bb8826f8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 0px;
}
}







#s-eed76c2c-f572-47ec-a19c-a823bb8826f8 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-eed76c2c-f572-47ec-a19c-a823bb8826f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1343acfa-25de-428f-9b50-225ba3f38898 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.01);
border-style: solid;
text-align: center;
}

#s-1343acfa-25de-428f-9b50-225ba3f38898 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: -1px;
  text-align: center;
}



#s-c60fa36e-ba8c-41c5-816d-008c9a9ca71c {
  margin-left: 0%;
margin-right: 0%;
}

#s-003351fb-fb13-4a83-b0b7-f8c7f8ad3feb {
  min-height: 50px;
background-color: rgba(210, 210, 234, 1);
}
@media (max-width: 767px){#s-003351fb-fb13-4a83-b0b7-f8c7f8ad3feb {
  display: none;
}
#s-003351fb-fb13-4a83-b0b7-f8c7f8ad3feb, #wrap-s-003351fb-fb13-4a83-b0b7-f8c7f8ad3feb { display:none !important; }}







#s-003351fb-fb13-4a83-b0b7-f8c7f8ad3feb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-003351fb-fb13-4a83-b0b7-f8c7f8ad3feb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e02da57d-23aa-4eca-b7e5-cbe1789b9839 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-e02da57d-23aa-4eca-b7e5-cbe1789b9839 {
  display: none;
}
#s-e02da57d-23aa-4eca-b7e5-cbe1789b9839, #wrap-s-e02da57d-23aa-4eca-b7e5-cbe1789b9839 { display:none !important; }}







#s-e02da57d-23aa-4eca-b7e5-cbe1789b9839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e02da57d-23aa-4eca-b7e5-cbe1789b9839.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fabc6f39-6b31-45a4-b271-0a2420153359 {
  margin-top: 20px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-fabc6f39-6b31-45a4-b271-0a2420153359 {
  display: none;
}
#s-fabc6f39-6b31-45a4-b271-0a2420153359, #wrap-s-fabc6f39-6b31-45a4-b271-0a2420153359 { display:none !important; }}







#s-fabc6f39-6b31-45a4-b271-0a2420153359 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fabc6f39-6b31-45a4-b271-0a2420153359.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfa9d3a4-346c-4d66-abb2-1b011bf6e8bc {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
max-width: 600px;
text-align: center;
}

#s-bfa9d3a4-346c-4d66-abb2-1b011bf6e8bc .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-bfa9d3a4-346c-4d66-abb2-1b011bf6e8bc .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-2093b491-9918-4a56-916b-fd4846551c51 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 600px;
}

#s-74838a0b-7ad5-4e94-af65-d7dad27fdc1b {
  text-align: left;
}
@media (max-width: 767px){#s-74838a0b-7ad5-4e94-af65-d7dad27fdc1b {
  display: none;
}
#s-74838a0b-7ad5-4e94-af65-d7dad27fdc1b, #wrap-s-74838a0b-7ad5-4e94-af65-d7dad27fdc1b { display:none !important; }}
#s-59077190-e8fa-493a-b427-7bc26334bdf9 {
  text-align: left;
}
@media (min-width: 1200px){#s-59077190-e8fa-493a-b427-7bc26334bdf9 {
  display: none;
}
#s-59077190-e8fa-493a-b427-7bc26334bdf9, #wrap-s-59077190-e8fa-493a-b427-7bc26334bdf9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59077190-e8fa-493a-b427-7bc26334bdf9 {
  display: none;
}
#s-59077190-e8fa-493a-b427-7bc26334bdf9, #wrap-s-59077190-e8fa-493a-b427-7bc26334bdf9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59077190-e8fa-493a-b427-7bc26334bdf9 {
  display: none;
}
#s-59077190-e8fa-493a-b427-7bc26334bdf9, #wrap-s-59077190-e8fa-493a-b427-7bc26334bdf9 { display:none !important; }}@media (max-width: 767px){#s-59077190-e8fa-493a-b427-7bc26334bdf9 {
  
}
}
#s-54fcf7c7-fee9-40a2-ac3a-f5ad84b6721a {
  padding-top: 50px;
padding-left: 150px;
padding-bottom: 50px;
padding-right: 150px;
min-height: 50px;
}
@media (max-width: 767px){#s-54fcf7c7-fee9-40a2-ac3a-f5ad84b6721a {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
}
}







#s-54fcf7c7-fee9-40a2-ac3a-f5ad84b6721a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54fcf7c7-fee9-40a2-ac3a-f5ad84b6721a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5798ccf3-3c31-4477-890d-ecf863f24ae7 {
  margin-top: 40px;
margin-bottom: 40px;
}

/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}