#s-49b4cf29-9b5a-4f0b-b24d-edec45afa433 {
  text-align: left;
}

#s-2cd4b242-3be8-4fa3-80a3-b2efad4609d1 {
  text-align: left;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}


  #s-873feef2-c8ca-4262-9336-e28a0ee4bbf8 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(246, 246, 246, 0);
  }
  #s-873feef2-c8ca-4262-9336-e28a0ee4bbf8 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
#s-873feef2-c8ca-4262-9336-e28a0ee4bbf8 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-873feef2-c8ca-4262-9336-e28a0ee4bbf8 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(20, 133, 239, 1);
}

#s-873feef2-c8ca-4262-9336-e28a0ee4bbf8 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-873feef2-c8ca-4262-9336-e28a0ee4bbf8 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-18c9fed4-506a-42fb-a6df-ff0f881ecb82 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-18c9fed4-506a-42fb-a6df-ff0f881ecb82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18c9fed4-506a-42fb-a6df-ff0f881ecb82.shg-box.shg-c {
  justify-content: center;
}

#s-4cfbe57c-6f3d-4386-81d5-2ca030454091 {
  margin-bottom: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-4cfbe57c-6f3d-4386-81d5-2ca030454091 {
  padding-top: 0px;
padding-bottom: 4em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4cfbe57c-6f3d-4386-81d5-2ca030454091 {
  padding-bottom: 4em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4cfbe57c-6f3d-4386-81d5-2ca030454091 {
  padding-bottom: 4em;
}
}@media (max-width: 767px){#s-4cfbe57c-6f3d-4386-81d5-2ca030454091 {
  padding-bottom: 0em;
}
}







#s-4cfbe57c-6f3d-4386-81d5-2ca030454091 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cfbe57c-6f3d-4386-81d5-2ca030454091.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-b96c49e1-b5d7-4814-b3ec-77499bac3794 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b96c49e1-b5d7-4814-b3ec-77499bac3794"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b96c49e1-b5d7-4814-b3ec-77499bac3794"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b96c49e1-b5d7-4814-b3ec-77499bac3794"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b96c49e1-b5d7-4814-b3ec-77499bac3794"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-725d8cf4-a253-4831-9e52-a136407a7df2 {
  max-width: 1920px;
aspect-ratio: 1920/1209;
text-align: left;
}
@media (min-width: 1200px){#s-725d8cf4-a253-4831-9e52-a136407a7df2 {
  display: none;
}
#s-725d8cf4-a253-4831-9e52-a136407a7df2, #wrap-s-725d8cf4-a253-4831-9e52-a136407a7df2, #wrap-content-s-725d8cf4-a253-4831-9e52-a136407a7df2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-725d8cf4-a253-4831-9e52-a136407a7df2 {
  display: none;
}
#s-725d8cf4-a253-4831-9e52-a136407a7df2, #wrap-s-725d8cf4-a253-4831-9e52-a136407a7df2, #wrap-content-s-725d8cf4-a253-4831-9e52-a136407a7df2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-725d8cf4-a253-4831-9e52-a136407a7df2 {
  display: none;
}
#s-725d8cf4-a253-4831-9e52-a136407a7df2, #wrap-s-725d8cf4-a253-4831-9e52-a136407a7df2, #wrap-content-s-725d8cf4-a253-4831-9e52-a136407a7df2 { display: none !important; }}@media (max-width: 767px){#s-725d8cf4-a253-4831-9e52-a136407a7df2 {
  margin-top: 0px;
}
}
#s-725d8cf4-a253-4831-9e52-a136407a7df2 {
  overflow: hidden;
  
  
      max-width: 1920px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}





  #s-725d8cf4-a253-4831-9e52-a136407a7df2 img.shogun-image,
  #s-725d8cf4-a253-4831-9e52-a136407a7df2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-725d8cf4-a253-4831-9e52-a136407a7df2 {
    width: 100%;
    height: auto;
  }



  #s-725d8cf4-a253-4831-9e52-a136407a7df2 img.shogun-image {
    

    
    
    
  }


#s-725d8cf4-a253-4831-9e52-a136407a7df2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c711e512-a9b5-4371-b45f-6dd6a989b210 {
  max-width: 1920px;
aspect-ratio: 1920/1209;
text-align: left;
}
@media (min-width: 1200px){#s-c711e512-a9b5-4371-b45f-6dd6a989b210 {
  margin-top: -13px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c711e512-a9b5-4371-b45f-6dd6a989b210 {
  margin-top: -13px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c711e512-a9b5-4371-b45f-6dd6a989b210 {
  margin-top: -5px;
}
}@media (max-width: 767px){#s-c711e512-a9b5-4371-b45f-6dd6a989b210 {
  display: none;
}
#s-c711e512-a9b5-4371-b45f-6dd6a989b210, #wrap-s-c711e512-a9b5-4371-b45f-6dd6a989b210, #wrap-content-s-c711e512-a9b5-4371-b45f-6dd6a989b210 { display: none !important; }}
#s-c711e512-a9b5-4371-b45f-6dd6a989b210 {
  overflow: hidden;
  
  
      max-width: 1920px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}





  #s-c711e512-a9b5-4371-b45f-6dd6a989b210 img.shogun-image,
  #s-c711e512-a9b5-4371-b45f-6dd6a989b210 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c711e512-a9b5-4371-b45f-6dd6a989b210 {
    width: 100%;
    height: auto;
  }



  #s-c711e512-a9b5-4371-b45f-6dd6a989b210 img.shogun-image {
    

    
    
    
  }


#s-c711e512-a9b5-4371-b45f-6dd6a989b210 .shogun-image-content {
  
    justify-content: center;
  
}

#s-389fffbb-d805-40ef-9c1f-444fa6a41175 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-389fffbb-d805-40ef-9c1f-444fa6a41175 {
  margin-top: 4em;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-389fffbb-d805-40ef-9c1f-444fa6a41175 {
  margin-top: 4em;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-389fffbb-d805-40ef-9c1f-444fa6a41175 {
  margin-top: 3em;
}
}@media (max-width: 767px){#s-389fffbb-d805-40ef-9c1f-444fa6a41175 {
  margin-top: 3em;
margin-left: 0.5em;
margin-right: 0.5em;
}
}







#s-389fffbb-d805-40ef-9c1f-444fa6a41175 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-389fffbb-d805-40ef-9c1f-444fa6a41175.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-8bf5f7bb-c3bf-41c8-b729-95bc50e2e84d {
  margin-left: 1.8em;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
opacity: 0.07;
}
@media (min-width: 1200px){#s-8bf5f7bb-c3bf-41c8-b729-95bc50e2e84d {
  margin-left: 4em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8bf5f7bb-c3bf-41c8-b729-95bc50e2e84d {
  margin-top: 0em;
margin-left: 4em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8bf5f7bb-c3bf-41c8-b729-95bc50e2e84d {
  margin-left: 1.8em;
}
}@media (max-width: 767px){#s-8bf5f7bb-c3bf-41c8-b729-95bc50e2e84d {
  margin-left: 0em;
margin-bottom: 1em;
}
}
#s-8bf5f7bb-c3bf-41c8-b729-95bc50e2e84d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roobert-Regular";
  font-style:  normal ;
  font-size: 7em;
  line-height: 0.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-8bf5f7bb-c3bf-41c8-b729-95bc50e2e84d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roobert-Regular";
  font-style:  normal ;
  font-size: 12em;
  line-height: 0.5em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8bf5f7bb-c3bf-41c8-b729-95bc50e2e84d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roobert-Regular";
  font-style:  normal ;
  font-size: 12em;
  line-height: 0.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-8bf5f7bb-c3bf-41c8-b729-95bc50e2e84d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roobert-Regular";
  font-style:  normal ;
  font-size: 7em;
  line-height: 0.5em;
  
  text-align: center;
}


}
#s-e876bb5d-0556-4803-80eb-b9eda620bc42 {
  margin-left: 4em;
margin-right: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-e876bb5d-0556-4803-80eb-b9eda620bc42 {
  margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e876bb5d-0556-4803-80eb-b9eda620bc42 {
  margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
padding-right: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e876bb5d-0556-4803-80eb-b9eda620bc42 {
  margin-left: 0em;
}
}@media (max-width: 767px){#s-e876bb5d-0556-4803-80eb-b9eda620bc42 {
  margin-left: 1em;
margin-right: 1em;
}
}







#s-e876bb5d-0556-4803-80eb-b9eda620bc42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e876bb5d-0556-4803-80eb-b9eda620bc42.shg-box.shg-c {
  justify-content: center;
}

#s-43dd7a12-4444-4fe9-8521-e9a414df6be5 {
  margin-top: 1.5em;
margin-left: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-43dd7a12-4444-4fe9-8521-e9a414df6be5 {
  margin-right: 0px;
}
}
#s-43dd7a12-4444-4fe9-8521-e9a414df6be5 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "Roobert-SemiBold";
  font-style:  normal ;
  font-size: 3em;
  line-height: 1em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-43dd7a12-4444-4fe9-8521-e9a414df6be5 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "Roobert-SemiBold";
  font-style:  normal ;
  font-size: 4.25em;
  line-height: 1em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-43dd7a12-4444-4fe9-8521-e9a414df6be5 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "Roobert-SemiBold";
  font-style:  normal ;
  font-size: 4.25em;
  line-height: 1em;
  
  text-align: center;
}


}
.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.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-16686d7e-de44-4b24-badb-84d84f668e23 {
  margin-top: 0px;
margin-left: 0em;
margin-right: 0em;
padding-top: 3%;
padding-bottom: 3%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-16686d7e-de44-4b24-badb-84d84f668e23 {
  margin-left: 3em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16686d7e-de44-4b24-badb-84d84f668e23 {
  margin-left: 3em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-16686d7e-de44-4b24-badb-84d84f668e23 {
  padding-top: 1em;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-16686d7e-de44-4b24-badb-84d84f668e23 {
  padding-top: 1em;
padding-bottom: 0.5em;
}
}
#s-7c912fe0-ccb0-4c55-82ba-8559c45368c6 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-7c912fe0-ccb0-4c55-82ba-8559c45368c6 {
  margin-left: 4em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c912fe0-ccb0-4c55-82ba-8559c45368c6 {
  margin-left: 4em;
margin-right: 2em;
}
}







#s-7c912fe0-ccb0-4c55-82ba-8559c45368c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c912fe0-ccb0-4c55-82ba-8559c45368c6.shg-box.shg-c {
  justify-content: center;
}

@media screen and (max-width:900px) and (min-width:60px){
.icon-slider-height{
    height:9em;
}
.icon-slider-height .slick-prev {
    left: -30px!important;
}
.icon-slider-height .slick-next {
    right: -8px!important;
}
}

.icon-slider-height .slick-prev::before{
        background-image: url(//cdn11.bigcommerce.com/s-8mw570y811/images/stencil/original/image-manager/icons8-back-26.png);
        background-size: 15px;
}
.icon-slider-height .slick-next::before{
        background-image: url(//cdn11.bigcommerce.com/s-8mw570y811/images/stencil/original/image-manager/icons8-forward-26.png);
        background-size: 15px;
}
.carousel-tooltip{
    display:none!important;
}
.icon-slider-height .slick-next, .icon-slider-height .slick-prev {
    background-color: transparent!important;
    border: none;
    /*margin-top: -7px;*/
}
.slick-next, .slick-prev{
   background-color: transparent!important;
    border: none!important; 
}
.icon-slider-height .slick-next{
    right:-25px;
}
/*.icon-slider-height .hide{*/
/*    display:none;*/
/*}*/
/*.icon-slider-height .one-two-hide{*/
/*    display:none;*/
/*}*/
#s-88bc0cd3-0ad4-45b2-bcd8-13272a3e080d {
  margin-left: 0%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-88bc0cd3-0ad4-45b2-bcd8-13272a3e080d {
  margin-top: 1em;
margin-bottom: 0.5em;
margin-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88bc0cd3-0ad4-45b2-bcd8-13272a3e080d {
  margin-top: 1em;
margin-bottom: 0.5em;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-88bc0cd3-0ad4-45b2-bcd8-13272a3e080d {
  margin-top: 1em;
margin-bottom: 0.5em;
margin-right: 3%;
}
}@media (max-width: 767px){#s-88bc0cd3-0ad4-45b2-bcd8-13272a3e080d {
  margin-top: 0.5em;
margin-bottom: 0em;
margin-right: 0%;
}
}
#s-d012ad48-1c36-4e35-8054-4215ba10360f {
  margin-left: 0px;
margin-right: 25px;
}
@media (max-width: 767px){#s-d012ad48-1c36-4e35-8054-4215ba10360f {
  margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-d012ad48-1c36-4e35-8054-4215ba10360f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-d012ad48-1c36-4e35-8054-4215ba10360f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-d012ad48-1c36-4e35-8054-4215ba10360f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-d012ad48-1c36-4e35-8054-4215ba10360f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}


.modal {
    min-height: 175px !important;   
    background-color: #fff!important;
}

.popup-cnt{
        color: #000;
        font-family: 'Roobert-Regular'!important;
        padding: 40px 0px;
}
.popup-cnts{
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: -.07px;
        font-family: 'Roobert-Regular'!important;
        color: #000;
        font-weight: 400;
        padding: 0px 30px 0px 30px;
        
}
.popup-hd{
        font-size: 1.50rem;
        line-height: 1.5;
        letter-spacing: -.17px;
        word-spacing: 0px;
        font-family: 'Roobert-Medium';        
        color: #000;
        font-weight: 600;
        padding: 0px 30px 0px 30px;
        margin-top: 21px;
    margin-bottom: 5px;
        }
        .popuptexts:hover{
                background-color: unset;
        }
       .popuptexts {
                padding: 0px;
        }
        .image-text{
            text-align:center;
            display: flex;
            justify-content: center;
            font-family: 'Roobert-Medium'!important; 
            font-size: .7em;
            color:#000;
        }
        .button:focus, .button:hover, button:focus, button:hover{
            background-color: unset;
        }
        
        #modelContentPopup{
            width:30%;
            display:none;
        }
        
    @media screen and (max-width: 900px) and (min-width: 60px) {
        .popup-cnts{
            padding: 0px;  
        }
        .popup-hd{
           padding: 0px; 
        }
        #modelContentPopup{
            width:95%;
        }
    }
#s-c9a4c97e-f635-44fd-9c59-d88a56ba7e78 {
  margin-left: 0px;
margin-right: 25px;
}
@media (max-width: 767px){#s-c9a4c97e-f635-44fd-9c59-d88a56ba7e78 {
  margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-c9a4c97e-f635-44fd-9c59-d88a56ba7e78"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-c9a4c97e-f635-44fd-9c59-d88a56ba7e78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-c9a4c97e-f635-44fd-9c59-d88a56ba7e78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-c9a4c97e-f635-44fd-9c59-d88a56ba7e78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-342054cd-f375-4388-a7fb-6de4855eeba1 {
  margin-left: 0px;
margin-right: 25px;
}
@media (max-width: 767px){#s-342054cd-f375-4388-a7fb-6de4855eeba1 {
  margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-342054cd-f375-4388-a7fb-6de4855eeba1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-342054cd-f375-4388-a7fb-6de4855eeba1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-342054cd-f375-4388-a7fb-6de4855eeba1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-342054cd-f375-4388-a7fb-6de4855eeba1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-873d6dcf-6da2-471c-91af-045d90b2ec24 {
  margin-left: 0px;
margin-right: 25px;
padding-right: 0px;
}
@media (max-width: 767px){#s-873d6dcf-6da2-471c-91af-045d90b2ec24 {
  margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-873d6dcf-6da2-471c-91af-045d90b2ec24"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-873d6dcf-6da2-471c-91af-045d90b2ec24"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-873d6dcf-6da2-471c-91af-045d90b2ec24"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-873d6dcf-6da2-471c-91af-045d90b2ec24"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-4d15a683-22ea-4e26-94ae-d500ca657c6e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-4d15a683-22ea-4e26-94ae-d500ca657c6e {
  margin-top: 0.5em;
margin-left: 0%;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d15a683-22ea-4e26-94ae-d500ca657c6e {
  margin-top: 0.5em;
margin-left: 0%;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d15a683-22ea-4e26-94ae-d500ca657c6e {
  margin-top: 0.5em;
}
}







#s-4d15a683-22ea-4e26-94ae-d500ca657c6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d15a683-22ea-4e26-94ae-d500ca657c6e.shg-box.shg-c {
  justify-content: center;
}

#s-061e09e8-a209-4be2-bce2-ac5df8e2a255 {
  margin-left: 0px;
margin-right: 0px;
}

#s-da865ab5-a228-4eb2-bf52-a9e73554b846 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-da865ab5-a228-4eb2-bf52-a9e73554b846 {
  margin-left: 0px;
margin-right: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da865ab5-a228-4eb2-bf52-a9e73554b846 {
  margin-right: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-da865ab5-a228-4eb2-bf52-a9e73554b846 {
  margin-right: 25px;
}
}@media (max-width: 767px){#s-da865ab5-a228-4eb2-bf52-a9e73554b846 {
  margin-right: 25px;
}
}
#s-da865ab5-a228-4eb2-bf52-a9e73554b846 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:  normal ;
}

#s-da865ab5-a228-4eb2-bf52-a9e73554b846 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:  normal ;
  font-size: 18px;
}

#s-da865ab5-a228-4eb2-bf52-a9e73554b846 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(166, 163, 163, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 5px;
}

#s-11838a5c-11f1-4c56-bb33-ff50b5cf619e {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-0cef46dc-d720-40b7-95f3-289a502e699c {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0cef46dc-d720-40b7-95f3-289a502e699c {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cef46dc-d720-40b7-95f3-289a502e699c {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cef46dc-d720-40b7-95f3-289a502e699c {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-0cef46dc-d720-40b7-95f3-289a502e699c {
  margin-top: 2em;
margin-bottom: 1.5em;
}
}
#s-0d81a409-f7f6-4aec-aed6-e2234daaf970 {
  margin-top: 1em;
margin-left: 0px;
margin-bottom: 0.5em;
margin-right: 15%;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 1em;
padding-right: 0em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-0d81a409-f7f6-4aec-aed6-e2234daaf970 {
  margin-right: 0%;
padding-top: 0.3em;
padding-left: 1em;
padding-bottom: 0.3em;
padding-right: 1em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d81a409-f7f6-4aec-aed6-e2234daaf970 {
  margin-right: 0%;
padding-top: 0.3em;
padding-left: 1em;
padding-bottom: 0.3em;
padding-right: 1em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d81a409-f7f6-4aec-aed6-e2234daaf970 {
  margin-right: 0%;
padding-top: 0.3em;
padding-left: 0.5em;
padding-bottom: 0.3em;
padding-right: 0.5em;
}
}@media (max-width: 767px){#s-0d81a409-f7f6-4aec-aed6-e2234daaf970 {
  margin-top: 1.5em;
margin-bottom: 0em;
margin-right: 0%;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
}
}
@media (min-width: 0px) {
[id="s-0d81a409-f7f6-4aec-aed6-e2234daaf970"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d81a409-f7f6-4aec-aed6-e2234daaf970"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0d81a409-f7f6-4aec-aed6-e2234daaf970"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d81a409-f7f6-4aec-aed6-e2234daaf970"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4a4f90dd-535f-4b59-82f9-9588b99197d8 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-4a4f90dd-535f-4b59-82f9-9588b99197d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a4f90dd-535f-4b59-82f9-9588b99197d8.shg-box.shg-c {
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 {
  margin-left: 0px;
margin-right: 0px;
max-width: 24px;
aspect-ratio: 1/1;
text-align: left;
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0px;
  margin-right: 0px;
  
  
}

.shg-image-content-margin-container-s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shogun-image {
    
    
    
    max-height: 24px;
  }


.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shogun-image {
  box-sizing: border-box;
}



.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shogun-image {
    
    
    
    max-height: 24px;
  }


.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shogun-image {
  box-sizing: border-box;
}



.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shogun-image {
    
    
    
    max-height: 24px;
  }


.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shogun-image {
  box-sizing: border-box;
}



.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shogun-image {
    
    
    
    max-height: 24px;
  }


.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shogun-image {
  box-sizing: border-box;
}



.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shogun-image {
    
    
    
    max-height: 24px;
  }


.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46.shogun-image {
  box-sizing: border-box;
}



.s-9ea10cd3-b2f2-4c68-a6b3-a4478a2f9c46 img.shogun-image {
  
}


}
#s-a30209a1-b307-4314-8a50-03b4a60bfb27 {
  margin-left: 0px;
margin-right: 0px;
}

#s-32f946db-ece0-4a01-b810-45b0d7e69246 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-32f946db-ece0-4a01-b810-45b0d7e69246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32f946db-ece0-4a01-b810-45b0d7e69246.shg-box.shg-c {
  justify-content: center;
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc {
  margin-left: 0px;
margin-right: 0px;
max-width: 24px;
aspect-ratio: 1/1;
text-align: left;
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc {
  margin: 0 !important;
  overflow: visible;
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e724817-056f-4741-98b2-d0e13c9656cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0px;
  margin-right: 0px;
  
  
}

.shg-image-content-margin-container-s-3e724817-056f-4741-98b2-d0e13c9656cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc img.shogun-image {
  /* Add background color handling */
  
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3e724817-056f-4741-98b2-d0e13c9656cc.shogun-image {
    
    
    
    max-height: 24px;
  }


.s-3e724817-056f-4741-98b2-d0e13c9656cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e724817-056f-4741-98b2-d0e13c9656cc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3e724817-056f-4741-98b2-d0e13c9656cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc.shogun-image {
  box-sizing: border-box;
}



.s-3e724817-056f-4741-98b2-d0e13c9656cc img.shogun-image {
  
}


@media (min-width: 1200px){#s-3e724817-056f-4741-98b2-d0e13c9656cc {
  margin: 0 !important;
  overflow: visible;
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e724817-056f-4741-98b2-d0e13c9656cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e724817-056f-4741-98b2-d0e13c9656cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc img.shogun-image {
  /* Add background color handling */
  
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3e724817-056f-4741-98b2-d0e13c9656cc.shogun-image {
    
    
    
    max-height: 24px;
  }


.s-3e724817-056f-4741-98b2-d0e13c9656cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e724817-056f-4741-98b2-d0e13c9656cc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3e724817-056f-4741-98b2-d0e13c9656cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc.shogun-image {
  box-sizing: border-box;
}



.s-3e724817-056f-4741-98b2-d0e13c9656cc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3e724817-056f-4741-98b2-d0e13c9656cc {
  margin: 0 !important;
  overflow: visible;
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e724817-056f-4741-98b2-d0e13c9656cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e724817-056f-4741-98b2-d0e13c9656cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc img.shogun-image {
  /* Add background color handling */
  
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3e724817-056f-4741-98b2-d0e13c9656cc.shogun-image {
    
    
    
    max-height: 24px;
  }


.s-3e724817-056f-4741-98b2-d0e13c9656cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e724817-056f-4741-98b2-d0e13c9656cc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3e724817-056f-4741-98b2-d0e13c9656cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc.shogun-image {
  box-sizing: border-box;
}



.s-3e724817-056f-4741-98b2-d0e13c9656cc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3e724817-056f-4741-98b2-d0e13c9656cc {
  margin: 0 !important;
  overflow: visible;
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e724817-056f-4741-98b2-d0e13c9656cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e724817-056f-4741-98b2-d0e13c9656cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc img.shogun-image {
  /* Add background color handling */
  
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3e724817-056f-4741-98b2-d0e13c9656cc.shogun-image {
    
    
    
    max-height: 24px;
  }


.s-3e724817-056f-4741-98b2-d0e13c9656cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e724817-056f-4741-98b2-d0e13c9656cc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3e724817-056f-4741-98b2-d0e13c9656cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc.shogun-image {
  box-sizing: border-box;
}



.s-3e724817-056f-4741-98b2-d0e13c9656cc img.shogun-image {
  
}


}@media (max-width: 767px){#s-3e724817-056f-4741-98b2-d0e13c9656cc {
  margin: 0 !important;
  overflow: visible;
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e724817-056f-4741-98b2-d0e13c9656cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e724817-056f-4741-98b2-d0e13c9656cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc img.shogun-image {
  /* Add background color handling */
  
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3e724817-056f-4741-98b2-d0e13c9656cc.shogun-image {
    
    
    
    max-height: 24px;
  }


.s-3e724817-056f-4741-98b2-d0e13c9656cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e724817-056f-4741-98b2-d0e13c9656cc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3e724817-056f-4741-98b2-d0e13c9656cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e724817-056f-4741-98b2-d0e13c9656cc.shogun-image {
  box-sizing: border-box;
}



.s-3e724817-056f-4741-98b2-d0e13c9656cc img.shogun-image {
  
}


}
#s-217ed90d-e1e0-4d77-9d49-d6d9cc4d8e35 {
  margin-left: 0px;
margin-right: 0px;
}

#s-7c8ab01e-cc48-4f6b-beab-0c9b2dcfa7ea {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-7c8ab01e-cc48-4f6b-beab-0c9b2dcfa7ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c8ab01e-cc48-4f6b-beab-0c9b2dcfa7ea.shg-box.shg-c {
  justify-content: center;
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638 {
  margin-left: 0px;
margin-right: 0px;
max-width: 24px;
aspect-ratio: 1/1;
text-align: left;
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638 {
  margin: 0 !important;
  overflow: visible;
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-90684af8-62b6-432c-86a9-8f10bd5f1638 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0px;
  margin-right: 0px;
  
  
}

.shg-image-content-margin-container-s-90684af8-62b6-432c-86a9-8f10bd5f1638 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638 img.shogun-image {
  /* Add background color handling */
  
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-90684af8-62b6-432c-86a9-8f10bd5f1638.shogun-image {
    
    
    
    max-height: 24px;
  }


.s-90684af8-62b6-432c-86a9-8f10bd5f1638 .shogun-image-content {
  
    justify-content: center;
  
}

.s-90684af8-62b6-432c-86a9-8f10bd5f1638.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-90684af8-62b6-432c-86a9-8f10bd5f1638.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638.shogun-image {
  box-sizing: border-box;
}



.s-90684af8-62b6-432c-86a9-8f10bd5f1638 img.shogun-image {
  
}


@media (min-width: 1200px){#s-90684af8-62b6-432c-86a9-8f10bd5f1638 {
  margin: 0 !important;
  overflow: visible;
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-90684af8-62b6-432c-86a9-8f10bd5f1638 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90684af8-62b6-432c-86a9-8f10bd5f1638 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638 img.shogun-image {
  /* Add background color handling */
  
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-90684af8-62b6-432c-86a9-8f10bd5f1638.shogun-image {
    
    
    
    max-height: 24px;
  }


.s-90684af8-62b6-432c-86a9-8f10bd5f1638 .shogun-image-content {
  
    justify-content: center;
  
}

.s-90684af8-62b6-432c-86a9-8f10bd5f1638.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-90684af8-62b6-432c-86a9-8f10bd5f1638.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638.shogun-image {
  box-sizing: border-box;
}



.s-90684af8-62b6-432c-86a9-8f10bd5f1638 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-90684af8-62b6-432c-86a9-8f10bd5f1638 {
  margin: 0 !important;
  overflow: visible;
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-90684af8-62b6-432c-86a9-8f10bd5f1638 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90684af8-62b6-432c-86a9-8f10bd5f1638 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638 img.shogun-image {
  /* Add background color handling */
  
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-90684af8-62b6-432c-86a9-8f10bd5f1638.shogun-image {
    
    
    
    max-height: 24px;
  }


.s-90684af8-62b6-432c-86a9-8f10bd5f1638 .shogun-image-content {
  
    justify-content: center;
  
}

.s-90684af8-62b6-432c-86a9-8f10bd5f1638.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-90684af8-62b6-432c-86a9-8f10bd5f1638.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638.shogun-image {
  box-sizing: border-box;
}



.s-90684af8-62b6-432c-86a9-8f10bd5f1638 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-90684af8-62b6-432c-86a9-8f10bd5f1638 {
  margin: 0 !important;
  overflow: visible;
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-90684af8-62b6-432c-86a9-8f10bd5f1638 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90684af8-62b6-432c-86a9-8f10bd5f1638 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638 img.shogun-image {
  /* Add background color handling */
  
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-90684af8-62b6-432c-86a9-8f10bd5f1638.shogun-image {
    
    
    
    max-height: 24px;
  }


.s-90684af8-62b6-432c-86a9-8f10bd5f1638 .shogun-image-content {
  
    justify-content: center;
  
}

.s-90684af8-62b6-432c-86a9-8f10bd5f1638.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-90684af8-62b6-432c-86a9-8f10bd5f1638.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638.shogun-image {
  box-sizing: border-box;
}



.s-90684af8-62b6-432c-86a9-8f10bd5f1638 img.shogun-image {
  
}


}@media (max-width: 767px){#s-90684af8-62b6-432c-86a9-8f10bd5f1638 {
  margin: 0 !important;
  overflow: visible;
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-90684af8-62b6-432c-86a9-8f10bd5f1638 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90684af8-62b6-432c-86a9-8f10bd5f1638 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638 img.shogun-image {
  /* Add background color handling */
  
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-90684af8-62b6-432c-86a9-8f10bd5f1638.shogun-image {
    
    
    
    max-height: 24px;
  }


.s-90684af8-62b6-432c-86a9-8f10bd5f1638 .shogun-image-content {
  
    justify-content: center;
  
}

.s-90684af8-62b6-432c-86a9-8f10bd5f1638.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-90684af8-62b6-432c-86a9-8f10bd5f1638.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90684af8-62b6-432c-86a9-8f10bd5f1638.shogun-image {
  box-sizing: border-box;
}



.s-90684af8-62b6-432c-86a9-8f10bd5f1638 img.shogun-image {
  
}


}
#s-9e704ba7-661a-4bc1-9243-3cf539f84bcf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-9e704ba7-661a-4bc1-9243-3cf539f84bcf {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-b2547681-f620-4cc9-a5b6-3a5fb29c386b {
  margin-top: 0em;
margin-left: 0em;
margin-bottom: 0em;
margin-right: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 2em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b2547681-f620-4cc9-a5b6-3a5fb29c386b {
  padding-top: 0.5em;
padding-left: 5em;
padding-right: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2547681-f620-4cc9-a5b6-3a5fb29c386b {
  padding-top: 0.5em;
padding-left: 5em;
padding-bottom: 2em;
padding-right: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2547681-f620-4cc9-a5b6-3a5fb29c386b {
  padding-top: 1em;
}
}@media (max-width: 767px){#s-b2547681-f620-4cc9-a5b6-3a5fb29c386b {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 0em;
padding-right: 1em;
}
}







#s-b2547681-f620-4cc9-a5b6-3a5fb29c386b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2547681-f620-4cc9-a5b6-3a5fb29c386b.shg-box.shg-c {
  justify-content: center;
}

#s-03862352-5e36-422a-ad78-0f81d643c2d7 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-03862352-5e36-422a-ad78-0f81d643c2d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03862352-5e36-422a-ad78-0f81d643c2d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-03862352-5e36-422a-ad78-0f81d643c2d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-03862352-5e36-422a-ad78-0f81d643c2d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e3bebd8b-6d4b-43a2-b81c-9e037cbd6ef9 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e3bebd8b-6d4b-43a2-b81c-9e037cbd6ef9"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e3bebd8b-6d4b-43a2-b81c-9e037cbd6ef9"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3bebd8b-6d4b-43a2-b81c-9e037cbd6ef9"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3bebd8b-6d4b-43a2-b81c-9e037cbd6ef9"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

.popup {
      position: relative;
      display: inline-block;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
      margin: 0px 5px;
    }

    .popup .popuptext {
      margin-top:10px;
      visibility: hidden;
      opacity: 0;
      width: 200px;
      background-color: #141414;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 8px;
      position: absolute;
      z-index: 1;
      top: 110%;
      left: 50%;
      transform: translateX(-50%);
      transition: opacity 0.3s;
    }

    .popup .popuptext::after {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent #555 transparent;
    }

    /* Desktop hover only */
    @media (min-width: 768px) {
      .popup:hover .popuptext {
        visibility: visible;
        opacity: 1;
      }

      #mobile-message {
        display: none !important;
      }
    }

    /* Mobile styles */
    @media (max-width: 767px) {
      .popup .popuptext {
        display: none !important;
      }
      .popup img{
          width:60px !important;
      }
      

      #mobile-message {
       display: none;
        margin-top: 6px;
        background-color: #141414;
        color: #fff;
        padding: 10px 20px;
        border-radius: 8px;
        font-size: 14px;
        text-align: center;
        width: 100%;
      }

      #mobile-message.show {
        display: block !important;
      }
    }
#s-7f8fac5d-625d-4e48-a8d0-4221e9ecd0b0 {
  text-align: center;
}

#s-0c2f4f35-add2-4690-bec7-86e9c91e15c1 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0c2f4f35-add2-4690-bec7-86e9c91e15c1 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-0c2f4f35-add2-4690-bec7-86e9c91e15c1"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0c2f4f35-add2-4690-bec7-86e9c91e15c1"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0c2f4f35-add2-4690-bec7-86e9c91e15c1"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c2f4f35-add2-4690-bec7-86e9c91e15c1"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-32cad591-9441-40b4-8f73-4838f1316d49 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0c9308c1-58d2-4293-9128-c2c7f288c91c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-860e6d2e-c095-4a34-954f-18d68dc77df2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-eee65dd6-bb55-4d9e-b7ab-3e6a45957639 {
  margin-top: 3em;
margin-bottom: 5em;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-eee65dd6-bb55-4d9e-b7ab-3e6a45957639"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eee65dd6-bb55-4d9e-b7ab-3e6a45957639"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eee65dd6-bb55-4d9e-b7ab-3e6a45957639"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eee65dd6-bb55-4d9e-b7ab-3e6a45957639"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-29bd2418-c3d3-4c3b-bcb8-1a5c4feb5db6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-29bd2418-c3d3-4c3b-bcb8-1a5c4feb5db6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 4em;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-29bd2418-c3d3-4c3b-bcb8-1a5c4feb5db6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 3em;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-29bd2418-c3d3-4c3b-bcb8-1a5c4feb5db6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 2.125em;
  
  
  text-align: left;
}


}
#s-6e4d5f9d-84a7-4863-bd1b-e7ceee2dcad3 {
  margin-left: -5%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}
@media (min-width: 1200px){#s-6e4d5f9d-84a7-4863-bd1b-e7ceee2dcad3 {
  margin-left: -10%;
}
}@media (max-width: 767px){#s-6e4d5f9d-84a7-4863-bd1b-e7ceee2dcad3 {
  display: none;
}
#s-6e4d5f9d-84a7-4863-bd1b-e7ceee2dcad3, #wrap-s-6e4d5f9d-84a7-4863-bd1b-e7ceee2dcad3, #wrap-content-s-6e4d5f9d-84a7-4863-bd1b-e7ceee2dcad3 { display: none !important; }}
#s-6e4d5f9d-84a7-4863-bd1b-e7ceee2dcad3 {
  overflow: hidden;
  
  
}







  #s-6e4d5f9d-84a7-4863-bd1b-e7ceee2dcad3 img.shogun-image {
    

    
    
    
  }


#s-6e4d5f9d-84a7-4863-bd1b-e7ceee2dcad3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-05024d81-7087-448b-b15a-23987694119b {
  margin-left: -5%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}
@media (min-width: 1200px){#s-05024d81-7087-448b-b15a-23987694119b {
  margin-left: -10%;
display: none;
}
#s-05024d81-7087-448b-b15a-23987694119b, #wrap-s-05024d81-7087-448b-b15a-23987694119b, #wrap-content-s-05024d81-7087-448b-b15a-23987694119b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05024d81-7087-448b-b15a-23987694119b {
  display: none;
}
#s-05024d81-7087-448b-b15a-23987694119b, #wrap-s-05024d81-7087-448b-b15a-23987694119b, #wrap-content-s-05024d81-7087-448b-b15a-23987694119b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05024d81-7087-448b-b15a-23987694119b {
  display: none;
}
#s-05024d81-7087-448b-b15a-23987694119b, #wrap-s-05024d81-7087-448b-b15a-23987694119b, #wrap-content-s-05024d81-7087-448b-b15a-23987694119b { display: none !important; }}
#s-05024d81-7087-448b-b15a-23987694119b {
  overflow: hidden;
  
  
}







  #s-05024d81-7087-448b-b15a-23987694119b img.shogun-image {
    

    
    
    
  }


#s-05024d81-7087-448b-b15a-23987694119b .shogun-image-content {
  
    justify-content: center;
  
}

#s-e6b52cf4-b47a-4e88-afb3-6d046b279b52 {
  margin-top: 10px;
margin-left: 0em;
padding-top: 0px;
padding-left: 1em;
padding-bottom: 0px;
padding-right: 1em;
min-height: 50em;
}
@media (min-width: 1200px){#s-e6b52cf4-b47a-4e88-afb3-6d046b279b52 {
  margin-bottom: 1em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6b52cf4-b47a-4e88-afb3-6d046b279b52 {
  margin-bottom: 1em;
}
}@media (max-width: 767px){#s-e6b52cf4-b47a-4e88-afb3-6d046b279b52 {
  margin-bottom: 0.5em;
padding-left: 1em;
padding-right: 1em;
min-height: 17em;
max-width: 100%;
}
}







#s-e6b52cf4-b47a-4e88-afb3-6d046b279b52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6b52cf4-b47a-4e88-afb3-6d046b279b52.shg-box.shg-c {
  justify-content: flex-start;
}

.box{
    border-radius:15px;
    background-color:#c9262600;;
    padding:30px;
    padding-right: 10rem;
    padding-bottom: 10px;
    padding-top: 10px;
}
.flex{
    display:flex;
    
}
.logo-size{
  width:60px!important;
  margin-top:8px;
   
}
.btn{
    border:1px solid #000 ;
    border-color: #c4c4c4;
    border-radius: 4px;
    padding-top: 5px;
    padding-left: 17px;
    padding-bottom: 5px;
    padding-right: 17px;
    color: #000;
    font-size: 1.2vw;
    font-family: 'Roobert-SemiBold';
}
.extra-style .box{
    background-color:#fff!important;
}
.tex{
    font-size: 2.1vw;
    margin-left:10px;
    color:#000;
    font-family: 'Roobert-Medium';
    margin-top: 25px;
}
.span-extra-text{
    font-size: 12px;
    color: #929292!important;
}
.extra-span .box{
    padding-bottom: 30px !important;
    padding: 10px;
    padding-left: 30px;
}
.extra-span .spn{
    font-size: 2.5vw!important;
    margin-top:0px;
    padding-bottom:0px!important;
}
.extra-span .col{
   font-size: 14px!important; 
}
.spn{
    margin-top: 10px;
    color:#000;
    font-size: 3vw;
    line-height: 104%;
    font-family: 'Roobert-Medium';
}
.bg-white .box{
    background-color:#fff;
    
}
.bg-white .spn{
    color:#000;
    padding-bottom:15px;
    font-size: 3.3vw;
    line-height: normal;
}
.col{
    color:#000; 
    font-size: 1.2vw;
    line-height: 120.5%!important;
    font-family: 'Roobert-Medium'!important;
    padding-bottom: 10px;
}
.btn-txt {
    display:flex;
}

/* css for transparent background */
.bgd-unset .box {
    background-color: rgba(0,0,0,0.6);
    padding-right: 30px !important;
    border-radius: 0px 0px 10px 10px;
}

.bgd-unset .spn{
    font-size: 4.9vw!important;
}
.bgd-unset .tex{
    font-size: 1.8vw!important;
}
.bgd-unset .col{
            font-size: 1.6vw!important;
    }
    
.text-white-color .spn{
    color: #fff!important;
}
.text-white-color .tex{
    color: #fff!important;  
}
.text-white-color .col {
    color: #fff!important;
}
.text-white-color .btn {
    color: #fff!important;
}

/* css for inear-gradient background */
.multi-clr .box {
    background: linear-gradient(90deg, #0A78CA, #8111BB);
}

  /* gray color */
.gray-clr .spn {
    color: #474747 !important;
}
/* remove button */
.remove-btn .btn {
    display: none;
}

.btn:hover{
border-color: rgba(34,25,77,0.01) !important;
background-color: rgba(66,66,66,0.03) !important;
color: #000;
}
.btn:focus{
    color: #000;
    background-color:#ffe4c400!important;
    }
/* css for 322 */
.connectivity .spn {
    font-size: 3.9vw !important;
}
.connectivity .tex {
    font-size: 2.5vw;
}
.see-more .spn {
    font-size: 5.6vw !important;
}
.large-size .spn{
    font-size: 5vw!important;
}

/*close button css*/
.modal .modal-close {
    right: 1.8%!important;
}
@media screen and (max-width: 900px) and (min-width: 60px) {
    .box{
        padding-right: 30px; 
    }
    .tex {
        font-size: 18px;
    }
    .spn {
        font-size: 34px;
    }
    .col {
        font-size: 18px;
    }
    .btn {
        font-size: 16px;
    }
     .connectivity .spn {
        font-size: 45px !important;
    }
    .connectivity .tex {
        font-size: 26px;
    }
    .see-more .spn {
        font-size: 55px !important;
    }
     .large-size .spn {
        font-size: 46px!important;
    }
    .bgd-unset .spn {
    font-size: 31px!important;
    }
    .bgd-unset .tex {
    font-size: 18px!important;
    }
    .bgd-unset .col {
    font-size: 17px!important;
    }
    .bg-white .spn{
            font-size: 34px;
    }
    .bg-white .spn{
    font-size: 35px!important;
    }
    .extra-span .spn {
    font-size: 35px!important;
    }
/* css for transparent background */

.bgd-unset .box{
    background-color: #e9dfdf00;
     padding-right: 30px!important; 
}
}
#s-58a84ea2-36c0-431a-97de-35112aa07747 {
  margin-top: 0em;
margin-left: 0em;
margin-right: 40em;
}
@media (min-width: 768px) and (max-width: 991px){#s-58a84ea2-36c0-431a-97de-35112aa07747 {
  margin-right: 25em;
}
}@media (max-width: 767px){#s-58a84ea2-36c0-431a-97de-35112aa07747 {
  margin-right: 0em;
}
}
#s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed {
  margin-top: 1px;
margin-left: 5px;
margin-bottom: 1px;
margin-right: 5px;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(239, 239, 239, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed {
  display: none;
}
#s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed, #wrap-s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed, #wrap-content-s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed {
  display: none;
}
#s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed, #wrap-s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed, #wrap-content-s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed {
  display: none;
}
#s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed, #wrap-s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed, #wrap-content-s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed { display: none !important; }}@media (max-width: 767px){#s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed {
  display: none;
}
#s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed, #wrap-s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed, #wrap-content-s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed { display: none !important; }}







#s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9aa3f11f-1ac5-479d-8f1b-7eae1f4536ed.shg-box.shg-c {
  justify-content: center;
}

#s-59441c33-3bd1-4a04-9bdb-ba05fd1cfb7f {
  margin-left: 0.2%;
margin-right: 0.2%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 239, 239, 1);
border-style: solid;
border-radius: 0px;
background-repeat: no-repeat;
background-color: rgba(239, 239, 239, 1);
}

@media (min-width: 0px) {
[id="s-59441c33-3bd1-4a04-9bdb-ba05fd1cfb7f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-59441c33-3bd1-4a04-9bdb-ba05fd1cfb7f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59441c33-3bd1-4a04-9bdb-ba05fd1cfb7f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-59441c33-3bd1-4a04-9bdb-ba05fd1cfb7f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59441c33-3bd1-4a04-9bdb-ba05fd1cfb7f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-59441c33-3bd1-4a04-9bdb-ba05fd1cfb7f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59441c33-3bd1-4a04-9bdb-ba05fd1cfb7f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-701e7fde-c0a0-44a0-a150-9e2a9b261c8f {
  margin-top: 25px;
margin-bottom: 0px;
padding-left: 10%;
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);
border-style: solid;
}
@media (max-width: 767px){#s-701e7fde-c0a0-44a0-a150-9e2a9b261c8f {
  display: none;
}
#s-701e7fde-c0a0-44a0-a150-9e2a9b261c8f, #wrap-s-701e7fde-c0a0-44a0-a150-9e2a9b261c8f, #wrap-content-s-701e7fde-c0a0-44a0-a150-9e2a9b261c8f { display: none !important; }}
#s-3f4ad5ca-95b4-40f5-8bd0-2b5c8404dcc7 {
  margin-top: 27px;
padding-left: 10%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-3f4ad5ca-95b4-40f5-8bd0-2b5c8404dcc7 {
  margin-top: 35px;
display: none;
}
#s-3f4ad5ca-95b4-40f5-8bd0-2b5c8404dcc7, #wrap-s-3f4ad5ca-95b4-40f5-8bd0-2b5c8404dcc7, #wrap-content-s-3f4ad5ca-95b4-40f5-8bd0-2b5c8404dcc7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f4ad5ca-95b4-40f5-8bd0-2b5c8404dcc7 {
  display: none;
}
#s-3f4ad5ca-95b4-40f5-8bd0-2b5c8404dcc7, #wrap-s-3f4ad5ca-95b4-40f5-8bd0-2b5c8404dcc7, #wrap-content-s-3f4ad5ca-95b4-40f5-8bd0-2b5c8404dcc7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f4ad5ca-95b4-40f5-8bd0-2b5c8404dcc7 {
  display: none;
}
#s-3f4ad5ca-95b4-40f5-8bd0-2b5c8404dcc7, #wrap-s-3f4ad5ca-95b4-40f5-8bd0-2b5c8404dcc7, #wrap-content-s-3f4ad5ca-95b4-40f5-8bd0-2b5c8404dcc7 { display: none !important; }}
#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  margin-top: 9px;
margin-left: 22%;
margin-bottom: 10px;
margin-right: 22%;
max-width: 1459px;
aspect-ratio: 1459/461;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
}
}
#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  margin: 0 !important;
  overflow: visible;
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 22%;
  margin-right: 22%;
  margin-top: 9px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
  /* Add background color handling */
  
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shg-image-content-wrapper {
      aspect-ratio: 1459/461;
      min-width: 100%;
      height: auto;
    }

    #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shogun-image-link {
      aspect-ratio: 1459/461;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1459px;
  }



  img.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image {
    
    
    
    max-height: 1459px;
  }


.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image {
  box-sizing: border-box;
}



.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
      --shg-aspect-ratio: calc(1459/461); 
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container {
      position: relative;
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1459px;
    }
  }

@media (min-width: 1200px){#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  margin: 0 !important;
  overflow: visible;
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
  /* Add background color handling */
  
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shg-image-content-wrapper {
      aspect-ratio: 1459/461;
      min-width: 100%;
      height: auto;
    }

    #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shogun-image-link {
      aspect-ratio: 1459/461;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1459px;
  }



  img.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image {
    
    
    
    max-height: 1459px;
  }


.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image {
  box-sizing: border-box;
}



.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
      --shg-aspect-ratio: calc(1459/461); 
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container {
      position: relative;
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1459px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  margin: 0 !important;
  overflow: visible;
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
  /* Add background color handling */
  
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shg-image-content-wrapper {
      aspect-ratio: 1459/461;
      min-width: 100%;
      height: auto;
    }

    #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shogun-image-link {
      aspect-ratio: 1459/461;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1459px;
  }



  img.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image {
    
    
    
    max-height: 1459px;
  }


.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image {
  box-sizing: border-box;
}



.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
      --shg-aspect-ratio: calc(1459/461); 
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container {
      position: relative;
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1459px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  margin: 0 !important;
  overflow: visible;
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
  /* Add background color handling */
  
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shg-image-content-wrapper {
      aspect-ratio: 1459/461;
      min-width: 100%;
      height: auto;
    }

    #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shogun-image-link {
      aspect-ratio: 1459/461;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1459px;
  }



  img.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image {
    
    
    
    max-height: 1459px;
  }


.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image {
  box-sizing: border-box;
}



.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
      --shg-aspect-ratio: calc(1459/461); 
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container {
      position: relative;
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1459px;
    }
  }

}@media (max-width: 767px){#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  margin: 0 !important;
  overflow: visible;
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.shg-image-content-margin-container-s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
  /* Add background color handling */
  
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shg-image-content-wrapper {
      aspect-ratio: 1459/461;
      min-width: 100%;
      height: auto;
    }

    #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shogun-image-link {
      aspect-ratio: 1459/461;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1459px;
  }



  img.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image {
    
    
    
    max-height: 1459px;
  }


.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image {
  box-sizing: border-box;
}



.s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff {
      --shg-aspect-ratio: calc(1459/461); 
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container {
      position: relative;
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bed54e8-7ec8-492b-ac58-7829b5e7abff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1459px;
    }
  }

}
#s-8bca0019-70d3-4af8-9f84-13ebbec164ad {
  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;
}
@media (min-width: 1200px){#s-8bca0019-70d3-4af8-9f84-13ebbec164ad {
  margin-top: 0.5em;
margin-left: 1em;
margin-bottom: 0.5em;
margin-right: 1em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8bca0019-70d3-4af8-9f84-13ebbec164ad {
  margin-top: 0.5em;
margin-left: 1em;
margin-bottom: 0.5em;
margin-right: 1em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8bca0019-70d3-4af8-9f84-13ebbec164ad {
  margin-top: 0.5em;
margin-left: 0.5em;
margin-right: 0.5em;
}
}@media (max-width: 767px){#s-8bca0019-70d3-4af8-9f84-13ebbec164ad {
  margin-bottom: 0.5em;
}
}
@media (min-width: 0px) {
[id="s-8bca0019-70d3-4af8-9f84-13ebbec164ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bca0019-70d3-4af8-9f84-13ebbec164ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-8bca0019-70d3-4af8-9f84-13ebbec164ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-8bca0019-70d3-4af8-9f84-13ebbec164ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

#s-aa2f77aa-1411-41f4-aec1-6afc84e27029 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-aa2f77aa-1411-41f4-aec1-6afc84e27029 {
  padding-bottom: 0em;
}
}@media (max-width: 767px){#s-aa2f77aa-1411-41f4-aec1-6afc84e27029 {
  margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
}
}







#s-aa2f77aa-1411-41f4-aec1-6afc84e27029 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa2f77aa-1411-41f4-aec1-6afc84e27029.shg-box.shg-c {
  justify-content: center;
}

#s-2cd31704-263a-4c43-8eaf-a9e4b6e26ca7 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.02);
border-style: solid;
}
@media (max-width: 767px){#s-2cd31704-263a-4c43-8eaf-a9e4b6e26ca7 {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}
#s-5d02738c-e7fb-4c82-be34-cb94dc7e541f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 15px;
min-height: 25em;
}
@media (max-width: 767px){#s-5d02738c-e7fb-4c82-be34-cb94dc7e541f {
  margin-left: 0.5em;
margin-right: 0.5em;
min-height: 0px;
}
}







#s-5d02738c-e7fb-4c82-be34-cb94dc7e541f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d02738c-e7fb-4c82-be34-cb94dc7e541f.shg-box.shg-c {
  justify-content: center;
}

.fa-play-circle,
.fa-circle-pause {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    background: linear-gradient(90deg, #0A78CA, #8111BB);
    border-radius: 50%;
}

.fa-widget{
    visibility:hidden !important;
}
.nb-shogun-video-container:hover .fa-widget{
    visibility:visible !important;
}
.nb-shogun-Video-section
{
     display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.fa-play-circle:hover,
.fa-circle-pause:hover {
    cursor: pointer;
}

.nb-shogun-video-container
{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;   
}
@media only screen and (max-width: 540px) {
    .Video-Div {
        width: 100%;
    }
}
@media (min-width: 1200px){#s-60f0098d-384e-4a62-a593-70e15351938c {
  margin-left: 1em;
margin-bottom: 1.5em;
margin-right: 1em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60f0098d-384e-4a62-a593-70e15351938c {
  margin-bottom: 1.5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-60f0098d-384e-4a62-a593-70e15351938c {
  margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
}
}@media (max-width: 767px){#s-60f0098d-384e-4a62-a593-70e15351938c {
  margin-bottom: 0.5em;
}
}
@media (min-width: 0px) {
[id="s-60f0098d-384e-4a62-a593-70e15351938c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60f0098d-384e-4a62-a593-70e15351938c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-60f0098d-384e-4a62-a593-70e15351938c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-60f0098d-384e-4a62-a593-70e15351938c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (max-width: 767px) {
  [id="s-60f0098d-384e-4a62-a593-70e15351938c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e77344d6-541a-4595-a005-b3333ad40d66 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(199, 52, 52, 0);
border-style: solid;
border-radius: 15px;
min-height: 25em;
}
@media (min-width: 1200px){#s-e77344d6-541a-4595-a005-b3333ad40d66 {
  padding-bottom: 0em;
}
}@media (max-width: 767px){#s-e77344d6-541a-4595-a005-b3333ad40d66 {
  margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
min-height: 0px;
}
}







#s-e77344d6-541a-4595-a005-b3333ad40d66 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0.99);
  opacity: 0;
  display: block;
}#s-e77344d6-541a-4595-a005-b3333ad40d66.shg-box.shg-c {
  justify-content: center;
}

#s-dc01d84e-4d1b-4009-b615-883b4d4b650b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-dc01d84e-4d1b-4009-b615-883b4d4b650b {
  padding-bottom: 0em;
}
}@media (max-width: 767px){#s-dc01d84e-4d1b-4009-b615-883b4d4b650b {
  margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
}
}







#s-dc01d84e-4d1b-4009-b615-883b4d4b650b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc01d84e-4d1b-4009-b615-883b4d4b650b.shg-box.shg-c {
  justify-content: center;
}

#video-container-amplifi {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  overflow: hidden; /* Hides overflowing video content */
  /*display: flex;*/
  /*justify-content: center;*/
}
#backgroundVideo-amplifi {
  top: 0;
  left: 0;
  /*height: 100%;*/
  width:100%; 
  -o-object-fit: cover; 
     object-fit: cover; /* Scales video to fill container */
  z-index: -1; /* Positions video behind other content within the container */
}
.text-field-container-amplifi {
  position: absolute;
  /*width: 100%;     */
  padding-left: 1em;
}
@media screen and (max-width: 900px) and (min-width: 60px) {
  #backgroundVideo-amplifi  {
            min-height: 17em!important;
    }
}

#s-f826bcac-a038-46fc-9124-2b0afbe24f2b {
  margin-top: 0em;
margin-left: 0em;
margin-right: 30em;
}
@media (min-width: 768px) and (max-width: 991px){#s-f826bcac-a038-46fc-9124-2b0afbe24f2b {
  margin-right: 25em;
}
}@media (max-width: 767px){#s-f826bcac-a038-46fc-9124-2b0afbe24f2b {
  margin-right: 0em;
}
}
@media (min-width: 1200px){#s-1065f425-e075-4053-bc36-46da05794017 {
  padding-top: 1.5em;
padding-left: 5em;
padding-bottom: 1.5em;
padding-right: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1065f425-e075-4053-bc36-46da05794017 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1065f425-e075-4053-bc36-46da05794017 {
  
}
}@media (max-width: 767px){#s-1065f425-e075-4053-bc36-46da05794017 {
  margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
}
}
#s-747f2175-1b02-4836-a9c8-3ffac974acdb {
  margin-left: 2em;
margin-bottom: 1em;
margin-right: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-747f2175-1b02-4836-a9c8-3ffac974acdb {
  padding-top: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-747f2175-1b02-4836-a9c8-3ffac974acdb {
  padding-top: 0em;
padding-bottom: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-747f2175-1b02-4836-a9c8-3ffac974acdb {
  padding-top: 0em;
padding-bottom: 0em;
}
}@media (max-width: 767px){#s-747f2175-1b02-4836-a9c8-3ffac974acdb {
  margin-left: 0.5em;
}
}







#s-747f2175-1b02-4836-a9c8-3ffac974acdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-747f2175-1b02-4836-a9c8-3ffac974acdb.shg-box.shg-c {
  justify-content: center;
}

#s-a65eefe7-9572-4393-9f8e-a59198be1f7d {
  margin-left: 1em;
}
@media (min-width: 1200px){#s-a65eefe7-9572-4393-9f8e-a59198be1f7d {
  margin-left: 2em;
}
}@media (max-width: 767px){#s-a65eefe7-9572-4393-9f8e-a59198be1f7d {
  margin-left: 0.5em;
}
}
@media (min-width: 0px) {
[id="s-a65eefe7-9572-4393-9f8e-a59198be1f7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a65eefe7-9572-4393-9f8e-a59198be1f7d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a65eefe7-9572-4393-9f8e-a59198be1f7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a65eefe7-9572-4393-9f8e-a59198be1f7d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a65eefe7-9572-4393-9f8e-a59198be1f7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a65eefe7-9572-4393-9f8e-a59198be1f7d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a65eefe7-9572-4393-9f8e-a59198be1f7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

.flex{
    display:flex;
    padding-bottom:10px;
}
.imgg{
  width:60px!important;
  padding-top:10px;
    
}
.tex{
    margin-left:10px;
}
.text-logo{
    
    margin-top: 30px;
}
.logo-text .tex{
    font-size: 1.5vw;
}
@media screen and (max-width: 900px) and (min-width: 60px) {
  .logo-text .tex{
    font-size: 13px;
}  
}
#s-ff305ce3-d044-4119-90bb-52bb878510f3 {
  margin-top: 0em;
margin-bottom: 0em;
}

#s-30fb18b9-cda5-446b-b5f8-43b50cdbe328 {
  margin-top: 0em;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-30fb18b9-cda5-446b-b5f8-43b50cdbe328 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 4em;
  line-height: 1em;
  letter-spacing: -0.02px;
  text-align: left;
}


@media (max-width: 767px){#s-30fb18b9-cda5-446b-b5f8-43b50cdbe328 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: -0.02px;
  text-align: left;
}


}
#s-53b93d02-bc32-4e72-8e98-02f6d2787c77 {
  margin-top: -5em;
margin-left: 0em;
margin-bottom: 0em;
margin-right: 1em;
text-align: center;
}
@media (min-width: 1200px){#s-53b93d02-bc32-4e72-8e98-02f6d2787c77 {
  margin-top: -6em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53b93d02-bc32-4e72-8e98-02f6d2787c77 {
  margin-top: -6em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-53b93d02-bc32-4e72-8e98-02f6d2787c77 {
  margin-top: -4em;
}
}@media (max-width: 767px){#s-53b93d02-bc32-4e72-8e98-02f6d2787c77 {
  display: none;
}
#s-53b93d02-bc32-4e72-8e98-02f6d2787c77, #wrap-s-53b93d02-bc32-4e72-8e98-02f6d2787c77, #wrap-content-s-53b93d02-bc32-4e72-8e98-02f6d2787c77 { display: none !important; }}
#s-53b93d02-bc32-4e72-8e98-02f6d2787c77 {
  overflow: hidden;
  
  
}








#s-53b93d02-bc32-4e72-8e98-02f6d2787c77 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6cede579-6be5-4c54-a559-3d4ffaf74fcf {
  margin-top: -10%;
margin-bottom: 0em;
text-align: center;
}
@media (min-width: 1200px){#s-6cede579-6be5-4c54-a559-3d4ffaf74fcf {
  display: none;
}
#s-6cede579-6be5-4c54-a559-3d4ffaf74fcf, #wrap-s-6cede579-6be5-4c54-a559-3d4ffaf74fcf, #wrap-content-s-6cede579-6be5-4c54-a559-3d4ffaf74fcf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6cede579-6be5-4c54-a559-3d4ffaf74fcf {
  display: none;
}
#s-6cede579-6be5-4c54-a559-3d4ffaf74fcf, #wrap-s-6cede579-6be5-4c54-a559-3d4ffaf74fcf, #wrap-content-s-6cede579-6be5-4c54-a559-3d4ffaf74fcf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6cede579-6be5-4c54-a559-3d4ffaf74fcf {
  display: none;
}
#s-6cede579-6be5-4c54-a559-3d4ffaf74fcf, #wrap-s-6cede579-6be5-4c54-a559-3d4ffaf74fcf, #wrap-content-s-6cede579-6be5-4c54-a559-3d4ffaf74fcf { display: none !important; }}@media (max-width: 767px){#s-6cede579-6be5-4c54-a559-3d4ffaf74fcf {
  margin-top: 1em;
margin-bottom: 1em;
}
}
#s-6cede579-6be5-4c54-a559-3d4ffaf74fcf {
  overflow: hidden;
  
  
}







  #s-6cede579-6be5-4c54-a559-3d4ffaf74fcf img.shogun-image {
    

    
    
    
  }


#s-6cede579-6be5-4c54-a559-3d4ffaf74fcf .shogun-image-content {
  
    justify-content: center;
  
}

#s-81e6e0e9-fc25-4eb3-ad3e-430cde43c35e {
  margin-top: -11em;
margin-left: 0em;
}

@media (min-width: 0px) {
[id="s-81e6e0e9-fc25-4eb3-ad3e-430cde43c35e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81e6e0e9-fc25-4eb3-ad3e-430cde43c35e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-81e6e0e9-fc25-4eb3-ad3e-430cde43c35e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-81e6e0e9-fc25-4eb3-ad3e-430cde43c35e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-81e6e0e9-fc25-4eb3-ad3e-430cde43c35e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-81e6e0e9-fc25-4eb3-ad3e-430cde43c35e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-81e6e0e9-fc25-4eb3-ad3e-430cde43c35e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-93511f40-e0b9-4da9-8ea3-885f731592b4 {
  margin-top: 20%;
}
@media (min-width: 1200px){#s-93511f40-e0b9-4da9-8ea3-885f731592b4 {
  margin-top: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-93511f40-e0b9-4da9-8ea3-885f731592b4 {
  margin-top: 8%;
}
}@media (max-width: 767px){#s-93511f40-e0b9-4da9-8ea3-885f731592b4 {
  margin-top: 7em;
margin-left: 0em;
}
}
#s-49e51604-685f-492d-a91f-def01aad4c55 {
  margin-left: 3em;
margin-right: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-49e51604-685f-492d-a91f-def01aad4c55 {
  margin-top: 2em;
margin-bottom: 2em;
padding-left: 0em;
padding-right: 0em;
}
}@media (max-width: 767px){#s-49e51604-685f-492d-a91f-def01aad4c55 {
  margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
}
}







#s-49e51604-685f-492d-a91f-def01aad4c55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49e51604-685f-492d-a91f-def01aad4c55.shg-box.shg-c {
  justify-content: center;
}

#s-258e9b9e-0089-43fa-a959-e3f9bf00e81c {
  margin-top: 1em;
margin-bottom: 0em;
padding-top: 0em;
padding-bottom: 0em;
text-align: left;
}

#s-258e9b9e-0089-43fa-a959-e3f9bf00e81c .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 4em;
  line-height: 0.93em;
  letter-spacing: -0.02px;
  text-align: left;
}



#s-da2e4f72-4542-419f-85e5-19dd6d5d6f06 {
  margin-top: 1em;
margin-left: 0em;
margin-bottom: 1em;
margin-right: 20em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-da2e4f72-4542-419f-85e5-19dd6d5d6f06 {
  margin-right: 0em;
}
}@media (max-width: 767px){#s-da2e4f72-4542-419f-85e5-19dd6d5d6f06 {
  margin-right: 0em;
}
}
#s-da2e4f72-4542-419f-85e5-19dd6d5d6f06 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Regular";
  font-style:  normal ;
  font-size: 5em;
  line-height: 1em;
  letter-spacing: -0.02px;
  text-align: left;
}


@media (max-width: 767px){#s-da2e4f72-4542-419f-85e5-19dd6d5d6f06 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Regular";
  font-style:  normal ;
  font-size: 2.1em;
  line-height: 1em;
  letter-spacing: -0.02px;
  text-align: left;
}


}
#s-af76359e-e591-443e-93c7-61dc76050b67 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
min-height: 50em;
}
@media (min-width: 1200px){#s-af76359e-e591-443e-93c7-61dc76050b67 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af76359e-e591-443e-93c7-61dc76050b67 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-af76359e-e591-443e-93c7-61dc76050b67 {
  margin-left: 0.5em;
margin-right: 0.5em;
min-height: 17em;
}
}







#s-af76359e-e591-443e-93c7-61dc76050b67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af76359e-e591-443e-93c7-61dc76050b67.shg-box.shg-c {
  justify-content: center;
}

#s-ae461a82-132b-444e-9b37-20e66afc4dc6 {
  padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
}
@media (max-width: 767px){#s-ae461a82-132b-444e-9b37-20e66afc4dc6 {
  padding-left: 0em;
padding-right: 0em;
}
}
@media (min-width: 0px) {
[id="s-ae461a82-132b-444e-9b37-20e66afc4dc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae461a82-132b-444e-9b37-20e66afc4dc6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-ae461a82-132b-444e-9b37-20e66afc4dc6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-ae461a82-132b-444e-9b37-20e66afc4dc6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

#s-148a9aac-4e22-462e-b97d-62502bada994 {
  text-align: center;
}

#s-148a9aac-4e22-462e-b97d-62502bada994 {
  overflow: hidden;
  
  
}







  #s-148a9aac-4e22-462e-b97d-62502bada994 img.shogun-image {
    

    
    
    
  }


#s-148a9aac-4e22-462e-b97d-62502bada994 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-aa260960-1ce8-40b4-878b-6c2eb4c9f7c7 {
  padding-top: 0.5em;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-aa260960-1ce8-40b4-878b-6c2eb4c9f7c7 {
  padding-left: 0.5em;
padding-right: 0.5em;
}
}







#s-aa260960-1ce8-40b4-878b-6c2eb4c9f7c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa260960-1ce8-40b4-878b-6c2eb4c9f7c7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bd324672-8c4e-4241-b2d4-9311bfc9cf8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd324672-8c4e-4241-b2d4-9311bfc9cf8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-bd324672-8c4e-4241-b2d4-9311bfc9cf8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-bd324672-8c4e-4241-b2d4-9311bfc9cf8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

#s-7cef93df-9329-4106-9645-c42d5edd4399 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-7cef93df-9329-4106-9645-c42d5edd4399 {
  margin-top: 0em;
margin-bottom: 0.5em;
}
}







#s-7cef93df-9329-4106-9645-c42d5edd4399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cef93df-9329-4106-9645-c42d5edd4399.shg-box.shg-c {
  justify-content: center;
}

#s-01f847f3-8bb2-4eab-bf27-e36f060923d4 {
  margin-top: 0em;
margin-bottom: 0em;
padding-left: 0em;
}
@media (max-width: 767px){#s-01f847f3-8bb2-4eab-bf27-e36f060923d4 {
  margin-bottom: 0.5em;
}
}
#s-5b220c29-3ad6-4c85-9eef-65169a7ac0f4 {
  min-height: 50px;
}








#s-5b220c29-3ad6-4c85-9eef-65169a7ac0f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b220c29-3ad6-4c85-9eef-65169a7ac0f4.shg-box.shg-c {
  justify-content: center;
}

#s-3d72db5c-54d1-4d55-8ec7-472514c8e285 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-3d72db5c-54d1-4d55-8ec7-472514c8e285 {
  min-height: 20em;
}
}







#s-3d72db5c-54d1-4d55-8ec7-472514c8e285 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d72db5c-54d1-4d55-8ec7-472514c8e285.shg-box.shg-c {
  justify-content: center;
}

#s-d91d3b85-4915-44b9-b1b3-c6b4681f29e0 {
  padding-top: 0.5em;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d91d3b85-4915-44b9-b1b3-c6b4681f29e0 {
  padding-left: 0.5em;
padding-right: 0.5em;
}
}







#s-d91d3b85-4915-44b9-b1b3-c6b4681f29e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d91d3b85-4915-44b9-b1b3-c6b4681f29e0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-02835cf1-65fb-4991-aebc-a88a5cc68a9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02835cf1-65fb-4991-aebc-a88a5cc68a9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-02835cf1-65fb-4991-aebc-a88a5cc68a9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-02835cf1-65fb-4991-aebc-a88a5cc68a9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

#s-2846a688-88b0-425c-a590-e2fca39e2b2c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-2846a688-88b0-425c-a590-e2fca39e2b2c {
  margin-bottom: 0.5em;
}
}







#s-2846a688-88b0-425c-a590-e2fca39e2b2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2846a688-88b0-425c-a590-e2fca39e2b2c.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-fa499db0-78d3-46d1-913b-6f4fb5d09e7c {
  margin-bottom: 0.5em;
}
}
#s-0099fd24-e3c5-45df-b9c2-d0141bcc37e4 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-0099fd24-e3c5-45df-b9c2-d0141bcc37e4 {
  min-height: 20em;
}
}







#s-0099fd24-e3c5-45df-b9c2-d0141bcc37e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0099fd24-e3c5-45df-b9c2-d0141bcc37e4.shg-box.shg-c {
  justify-content: center;
}

#s-b4176cd4-e972-4697-961e-1f15e6e217e2 {
  padding-top: 4em;
padding-left: 1em;
padding-bottom: 3em;
padding-right: 1em;
}
@media (max-width: 767px){#s-b4176cd4-e972-4697-961e-1f15e6e217e2 {
  padding-left: 0.5em;
padding-right: 0.5em;
}
}
@media (min-width: 0px) {
[id="s-b4176cd4-e972-4697-961e-1f15e6e217e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4176cd4-e972-4697-961e-1f15e6e217e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-b4176cd4-e972-4697-961e-1f15e6e217e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-b4176cd4-e972-4697-961e-1f15e6e217e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (max-width: 767px) {
  [id="s-b4176cd4-e972-4697-961e-1f15e6e217e2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a1fae514-e8ea-4510-accf-f88098da880d {
  min-height: 50px;
}








#s-a1fae514-e8ea-4510-accf-f88098da880d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1fae514-e8ea-4510-accf-f88098da880d.shg-box.shg-c {
  justify-content: center;
}

#s-317b57a7-cda0-4f1a-a0a0-29352ee7bfb7 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
}

#s-317b57a7-cda0-4f1a-a0a0-29352ee7bfb7 {
  overflow: hidden;
  
  
}







  #s-317b57a7-cda0-4f1a-a0a0-29352ee7bfb7 img.shogun-image {
    

    
    
    
  }


#s-317b57a7-cda0-4f1a-a0a0-29352ee7bfb7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6eff7b8f-7900-4291-bfff-7e2cb3d0746e {
  padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6eff7b8f-7900-4291-bfff-7e2cb3d0746e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6eff7b8f-7900-4291-bfff-7e2cb3d0746e.shg-box.shg-c {
  justify-content: center;
}

#s-77f69408-34d8-4fdc-aa57-954e7e0011b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77f69408-34d8-4fdc-aa57-954e7e0011b9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 5em;
  
  
  
}


@media (max-width: 767px){#s-77f69408-34d8-4fdc-aa57-954e7e0011b9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 2.125em;
  
  
  
}


}
#s-47e938a7-f038-467b-b78c-4fa660da2c79 {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-47e938a7-f038-467b-b78c-4fa660da2c79 {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}
@media (min-width: 0px) {
[id="s-47e938a7-f038-467b-b78c-4fa660da2c79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47e938a7-f038-467b-b78c-4fa660da2c79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-47e938a7-f038-467b-b78c-4fa660da2c79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-47e938a7-f038-467b-b78c-4fa660da2c79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

#s-c9200b99-f8cd-45cc-b44f-24d1f06ab118 {
  padding-top: 3em;
padding-left: 3em;
padding-bottom: 2em;
padding-right: 7em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-c9200b99-f8cd-45cc-b44f-24d1f06ab118 {
  margin-left: 0em;
margin-right: 0em;
padding-top: 3em;
padding-left: 2em;
padding-bottom: 0em;
padding-right: 2em;
}
}







#s-c9200b99-f8cd-45cc-b44f-24d1f06ab118 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9200b99-f8cd-45cc-b44f-24d1f06ab118.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-270f502a-a4aa-40de-a7ac-7e3b73323f4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-270f502a-a4aa-40de-a7ac-7e3b73323f4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-270f502a-a4aa-40de-a7ac-7e3b73323f4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-270f502a-a4aa-40de-a7ac-7e3b73323f4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-270f502a-a4aa-40de-a7ac-7e3b73323f4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-270f502a-a4aa-40de-a7ac-7e3b73323f4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-270f502a-a4aa-40de-a7ac-7e3b73323f4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-641e5277-419a-44da-a371-94a6265f4f6e {
  text-align: center;
}

#s-641e5277-419a-44da-a371-94a6265f4f6e {
  overflow: hidden;
  
  
}







  #s-641e5277-419a-44da-a371-94a6265f4f6e img.shogun-image {
    

    
    
    
  }


#s-641e5277-419a-44da-a371-94a6265f4f6e .shogun-image-content {
  
    justify-content: center;
  
}

#s-085f39ee-dbef-4473-a109-e44dd2301339 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-085f39ee-dbef-4473-a109-e44dd2301339 {
  padding-top: 1em;
padding-bottom: 1em;
}
}
#s-085f39ee-dbef-4473-a109-e44dd2301339 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 1.5em;
  
  
  
}


@media (max-width: 767px){#s-085f39ee-dbef-4473-a109-e44dd2301339 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 1.3em;
  
  
  
}


}
#s-039151c6-ecff-46f2-89bc-737f8035052d {
  padding-top: 1.5em;
}
@media (max-width: 767px){#s-039151c6-ecff-46f2-89bc-737f8035052d {
  padding-top: 0px;
}
}
.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-271dc83d-93da-40b4-b8a4-293a15dd1be3 {
  margin-top: 10px;
padding-top: 5px;
padding-left: 8px;
padding-bottom: 5px;
padding-right: 7px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(196, 196, 196, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(239, 239, 239, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-271dc83d-93da-40b4-b8a4-293a15dd1be3:hover {background-color: rgba(66, 66, 66, 0.01) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-271dc83d-93da-40b4-b8a4-293a15dd1be3:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-271dc83d-93da-40b4-b8a4-293a15dd1be3-root {
    text-align: left;
  }


#s-271dc83d-93da-40b4-b8a4-293a15dd1be3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-271dc83d-93da-40b4-b8a4-293a15dd1be3-root {
    text-align: left;
  }


#s-271dc83d-93da-40b4-b8a4-293a15dd1be3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-271dc83d-93da-40b4-b8a4-293a15dd1be3-root {
    text-align: left;
  }


#s-271dc83d-93da-40b4-b8a4-293a15dd1be3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-271dc83d-93da-40b4-b8a4-293a15dd1be3-root {
    text-align: left;
  }


#s-271dc83d-93da-40b4-b8a4-293a15dd1be3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-271dc83d-93da-40b4-b8a4-293a15dd1be3-root {
    text-align: left;
  }


#s-271dc83d-93da-40b4-b8a4-293a15dd1be3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-f194e0d9-b49a-491f-9045-f038452b703b {
  padding-top: 3em;
padding-left: 3em;
padding-bottom: 2em;
padding-right: 7em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-f194e0d9-b49a-491f-9045-f038452b703b {
  margin-top: 0.5em;
margin-left: 0em;
margin-right: 0em;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
}
}







#s-f194e0d9-b49a-491f-9045-f038452b703b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f194e0d9-b49a-491f-9045-f038452b703b.shg-box.shg-c {
  justify-content: center;
}

#s-11d7449d-de66-49cf-8918-121f00f908cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-11d7449d-de66-49cf-8918-121f00f908cb .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 4em;
  
  
  
}


@media (max-width: 767px){#s-11d7449d-de66-49cf-8918-121f00f908cb .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 2.125em;
  
  
  
}


}
#s-af67f9bd-6781-4fb9-8b33-350212b7f6f1 {
  padding-top: 1em;
padding-bottom: 1em;
}

#s-cbed55cb-c9b9-42ce-93ef-b5a8f0d4b960 {
  padding-top: 5px;
padding-left: 8px;
padding-bottom: 5px;
padding-right: 7px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(196, 196, 196, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(239, 239, 239, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-cbed55cb-c9b9-42ce-93ef-b5a8f0d4b960:hover {background-color: rgba(66, 66, 66, 0.01) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cbed55cb-c9b9-42ce-93ef-b5a8f0d4b960:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cbed55cb-c9b9-42ce-93ef-b5a8f0d4b960-root {
    text-align: left;
  }


#s-cbed55cb-c9b9-42ce-93ef-b5a8f0d4b960.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cbed55cb-c9b9-42ce-93ef-b5a8f0d4b960-root {
    text-align: left;
  }


#s-cbed55cb-c9b9-42ce-93ef-b5a8f0d4b960.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cbed55cb-c9b9-42ce-93ef-b5a8f0d4b960-root {
    text-align: left;
  }


#s-cbed55cb-c9b9-42ce-93ef-b5a8f0d4b960.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cbed55cb-c9b9-42ce-93ef-b5a8f0d4b960-root {
    text-align: left;
  }


#s-cbed55cb-c9b9-42ce-93ef-b5a8f0d4b960.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cbed55cb-c9b9-42ce-93ef-b5a8f0d4b960-root {
    text-align: left;
  }


#s-cbed55cb-c9b9-42ce-93ef-b5a8f0d4b960.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-fd8d86c2-cc2d-4989-9f3c-981fab73b8fd {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-fd8d86c2-cc2d-4989-9f3c-981fab73b8fd {
  display: none;
}
#s-fd8d86c2-cc2d-4989-9f3c-981fab73b8fd, #wrap-s-fd8d86c2-cc2d-4989-9f3c-981fab73b8fd, #wrap-content-s-fd8d86c2-cc2d-4989-9f3c-981fab73b8fd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd8d86c2-cc2d-4989-9f3c-981fab73b8fd {
  display: none;
}
#s-fd8d86c2-cc2d-4989-9f3c-981fab73b8fd, #wrap-s-fd8d86c2-cc2d-4989-9f3c-981fab73b8fd, #wrap-content-s-fd8d86c2-cc2d-4989-9f3c-981fab73b8fd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd8d86c2-cc2d-4989-9f3c-981fab73b8fd {
  display: none;
}
#s-fd8d86c2-cc2d-4989-9f3c-981fab73b8fd, #wrap-s-fd8d86c2-cc2d-4989-9f3c-981fab73b8fd, #wrap-content-s-fd8d86c2-cc2d-4989-9f3c-981fab73b8fd { display: none !important; }}







#s-fd8d86c2-cc2d-4989-9f3c-981fab73b8fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd8d86c2-cc2d-4989-9f3c-981fab73b8fd.shg-box.shg-c {
  justify-content: center;
}

#s-196ce998-ff49-4cfc-a8fa-ba7555609d43 {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-196ce998-ff49-4cfc-a8fa-ba7555609d43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-196ce998-ff49-4cfc-a8fa-ba7555609d43.shg-box.shg-c {
  justify-content: center;
}

#s-074e6400-ee36-4dd2-a025-7ccaec64dd57 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-bottom: 1em;
text-align: center;
}
@media (max-width: 767px){#s-074e6400-ee36-4dd2-a025-7ccaec64dd57 {
  margin-left: 3em;
margin-right: 3em;
}
}
#s-074e6400-ee36-4dd2-a025-7ccaec64dd57 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.8em;
  line-height: 3em;
  
  
}


@media (max-width: 767px){#s-074e6400-ee36-4dd2-a025-7ccaec64dd57 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 3em;
  
  
}


}
#s-93eaae96-a13c-454b-9300-c3747e3d1a97 {
  margin-left: 20%;
margin-right: 20%;
}
@media (min-width: 1200px){#s-93eaae96-a13c-454b-9300-c3747e3d1a97 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-93eaae96-a13c-454b-9300-c3747e3d1a97 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-93eaae96-a13c-454b-9300-c3747e3d1a97 {
  
}
}@media (max-width: 767px){#s-93eaae96-a13c-454b-9300-c3747e3d1a97 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-93eaae96-a13c-454b-9300-c3747e3d1a97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-93eaae96-a13c-454b-9300-c3747e3d1a97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-93eaae96-a13c-454b-9300-c3747e3d1a97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-93eaae96-a13c-454b-9300-c3747e3d1a97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}


        .nb_icon_container {
            text-align: center;
            margin-top: 15px;
        }

        .nb_icons:hover {
            transform: scale(1.1);
            cursor: pointer;
        }

        .up_down_arrow {
            width: 30px;
            height: 15px;
            transition: 0.5s;
        }

        .up_down_arrow:hover {
            cursor: pointer;
        }
        .up_down_arrow_clicked{
            transform: rotate(3.142rad);
        }
        .main-content{
            margin-top:15px;
        }

        .spec_content {
            background: #efefef;
            border-radius: 20px;
            padding: 20px;
            word-break: break-word;
            text-align: center;
            /*position: absolute;*/
            width: 200px;
            height: auto;
            z-index: 99999;
            margin-top: 10%;
            display: none;
        }

        .show_me {
            display: block;
            animation: fadein 2s; 
        }

        @keyframes fadein {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }
        .parent_div {
            display: flex;
            align-items: center;
            flex-direction: column;
        }
        
        @media only screen and (max-width: 540px) {
            .spec_content {
                /*position: absolute;*/
            }
        }
#s-8b4ffc19-c117-4487-a3f0-3f97a2dfd3be {
  padding-top: 1em;
padding-bottom: 1em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8b4ffc19-c117-4487-a3f0-3f97a2dfd3be {
  margin-left: 1em;
margin-right: 1em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b4ffc19-c117-4487-a3f0-3f97a2dfd3be {
  margin-left: 1em;
margin-right: 1em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b4ffc19-c117-4487-a3f0-3f97a2dfd3be {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}@media (max-width: 767px){#s-8b4ffc19-c117-4487-a3f0-3f97a2dfd3be {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}







#s-8b4ffc19-c117-4487-a3f0-3f97a2dfd3be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b4ffc19-c117-4487-a3f0-3f97a2dfd3be.shg-box.shg-c {
  justify-content: center;
}

#s-ad2e951d-a8ae-421c-96d5-402be1d3984c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad2e951d-a8ae-421c-96d5-402be1d3984c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.8em;
  line-height: 2.5em;
  
  
}



#s-c0777a99-c908-4544-944f-a45d0472ae35 {
  margin-left: 1em;
margin-right: 1em;
padding-bottom: 1em;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0777a99-c908-4544-944f-a45d0472ae35 {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}@media (max-width: 767px){#s-c0777a99-c908-4544-944f-a45d0472ae35 {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}
@media (min-width: 0px) {
[id="s-c0777a99-c908-4544-944f-a45d0472ae35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0777a99-c908-4544-944f-a45d0472ae35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-c0777a99-c908-4544-944f-a45d0472ae35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-c0777a99-c908-4544-944f-a45d0472ae35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (max-width: 767px) {
  [id="s-c0777a99-c908-4544-944f-a45d0472ae35"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-25692e9c-44a3-4908-a74b-6a7631dc4bab {
  min-height: 50px;
}








#s-25692e9c-44a3-4908-a74b-6a7631dc4bab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25692e9c-44a3-4908-a74b-6a7631dc4bab.shg-box.shg-c {
  justify-content: center;
}

#s-cdc9f87e-350f-47ef-a6ab-054375d922c2 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-cdc9f87e-350f-47ef-a6ab-054375d922c2 {
  margin-top: 0em;
margin-left: 0em;
margin-bottom: 0.5em;
margin-right: 0em;
padding-bottom: 3em;
}
}







#s-cdc9f87e-350f-47ef-a6ab-054375d922c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cdc9f87e-350f-47ef-a6ab-054375d922c2.shg-box.shg-c {
  justify-content: center;
}

#s-2823dd72-e93a-4d2e-b499-adc0229d2082 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2823dd72-e93a-4d2e-b499-adc0229d2082 {
  display: none;
}
#s-2823dd72-e93a-4d2e-b499-adc0229d2082, #wrap-s-2823dd72-e93a-4d2e-b499-adc0229d2082, #wrap-content-s-2823dd72-e93a-4d2e-b499-adc0229d2082 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2823dd72-e93a-4d2e-b499-adc0229d2082 {
  display: none;
}
#s-2823dd72-e93a-4d2e-b499-adc0229d2082, #wrap-s-2823dd72-e93a-4d2e-b499-adc0229d2082, #wrap-content-s-2823dd72-e93a-4d2e-b499-adc0229d2082 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2823dd72-e93a-4d2e-b499-adc0229d2082 {
  display: none;
}
#s-2823dd72-e93a-4d2e-b499-adc0229d2082, #wrap-s-2823dd72-e93a-4d2e-b499-adc0229d2082, #wrap-content-s-2823dd72-e93a-4d2e-b499-adc0229d2082 { display: none !important; }}@media (max-width: 767px){#s-2823dd72-e93a-4d2e-b499-adc0229d2082 {
  display: none;
}
#s-2823dd72-e93a-4d2e-b499-adc0229d2082, #wrap-s-2823dd72-e93a-4d2e-b499-adc0229d2082, #wrap-content-s-2823dd72-e93a-4d2e-b499-adc0229d2082 { display: none !important; }}







#s-2823dd72-e93a-4d2e-b499-adc0229d2082 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2823dd72-e93a-4d2e-b499-adc0229d2082.shg-box.shg-c {
  justify-content: center;
}

#s-929e99c7-2e99-4326-b6d1-18d81ce473e8 {
  margin-top: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-929e99c7-2e99-4326-b6d1-18d81ce473e8 {
  margin-left: 2em;
margin-bottom: 0.5em;
margin-right: 2em;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-929e99c7-2e99-4326-b6d1-18d81ce473e8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.8em;
  line-height: 2.5em;
  
  
}


@media (max-width: 767px){#s-929e99c7-2e99-4326-b6d1-18d81ce473e8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.8em;
  line-height: 1.2em;
  
  
}


}
#s-23d55979-476b-4d13-98e6-b52ca4a2952e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-23d55979-476b-4d13-98e6-b52ca4a2952e {
  margin-left: 1em;
margin-right: 1em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23d55979-476b-4d13-98e6-b52ca4a2952e {
  margin-left: 1em;
margin-right: 1em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-23d55979-476b-4d13-98e6-b52ca4a2952e {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-23d55979-476b-4d13-98e6-b52ca4a2952e {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}







#s-23d55979-476b-4d13-98e6-b52ca4a2952e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23d55979-476b-4d13-98e6-b52ca4a2952e.shg-box.shg-c {
  justify-content: center;
}

#s-13c23fd4-d82d-438d-818e-1685a56c78c9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-13c23fd4-d82d-438d-818e-1685a56c78c9 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13c23fd4-d82d-438d-818e-1685a56c78c9 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-13c23fd4-d82d-438d-818e-1685a56c78c9 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-13c23fd4-d82d-438d-818e-1685a56c78c9 {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}







#s-13c23fd4-d82d-438d-818e-1685a56c78c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13c23fd4-d82d-438d-818e-1685a56c78c9.shg-box.shg-c {
  justify-content: center;
}

#s-c40bb4c8-635a-4ff8-af26-8b3917d82525 {
  min-height: 50px;
}








#s-c40bb4c8-635a-4ff8-af26-8b3917d82525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c40bb4c8-635a-4ff8-af26-8b3917d82525.shg-box.shg-c {
  justify-content: center;
}

#s-cee9a37b-36e9-4dbc-a690-f32803bf76ce {
  margin-left: 0%;
margin-bottom: 0.5em;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-cee9a37b-36e9-4dbc-a690-f32803bf76ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cee9a37b-36e9-4dbc-a690-f32803bf76ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-cee9a37b-36e9-4dbc-a690-f32803bf76ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-cee9a37b-36e9-4dbc-a690-f32803bf76ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-c65ad767-7739-45b4-ba97-f2dd9860fa17 {
  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: 4px;
min-height: 50px;
}








#s-c65ad767-7739-45b4-ba97-f2dd9860fa17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c65ad767-7739-45b4-ba97-f2dd9860fa17.shg-box.shg-c {
  justify-content: center;
}

#s-8dfd5b98-6195-4860-a5d0-d3972c727b73 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-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: 10px;
background-color: rgba(239, 239, 239, 1);
}








#s-8dfd5b98-6195-4860-a5d0-d3972c727b73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8dfd5b98-6195-4860-a5d0-d3972c727b73.shg-box.shg-c {
  justify-content: center;
}

#s-0237a28e-b804-46ba-b8f2-0086db136023 {
  min-height: 50px;
}








#s-0237a28e-b804-46ba-b8f2-0086db136023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0237a28e-b804-46ba-b8f2-0086db136023.shg-box.shg-c {
  justify-content: center;
}

#s-aaada6fe-a68b-423f-823d-4c539962db1a {
  text-align: right;
}

.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  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-400e9f54-dde3-492d-98e6-690a428b3bff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-400e9f54-dde3-492d-98e6-690a428b3bff .shg-product-title-component h2 span {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2.3em;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-6693c377-80c0-4b9d-a754-0e7c4320ea8e {
  text-align: right;
}

#s-6693c377-80c0-4b9d-a754-0e7c4320ea8e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 2.3em;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:  normal ;
}

#s-6693c377-80c0-4b9d-a754-0e7c4320ea8e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:  normal ;
  font-size: 2.3em;
}

#s-6693c377-80c0-4b9d-a754-0e7c4320ea8e .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-207ad410-ec82-4167-b773-2bf914d0bf2d {
  margin-top: 10px;
}

#s-f3d2cb96-db6b-46cc-b6b5-19b8768e6118 {
  margin-top: 5%;
margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-f3d2cb96-db6b-46cc-b6b5-19b8768e6118"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3d2cb96-db6b-46cc-b6b5-19b8768e6118"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f3d2cb96-db6b-46cc-b6b5-19b8768e6118"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f3d2cb96-db6b-46cc-b6b5-19b8768e6118"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f3d2cb96-db6b-46cc-b6b5-19b8768e6118"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f3d2cb96-db6b-46cc-b6b5-19b8768e6118"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f3d2cb96-db6b-46cc-b6b5-19b8768e6118"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-62e7414a-428f-4576-8ea0-2663a9ccb7dd {
  text-align: center;
}

#s-62e7414a-428f-4576-8ea0-2663a9ccb7dd {
  overflow: hidden;
  
  
}







  #s-62e7414a-428f-4576-8ea0-2663a9ccb7dd img.shogun-image {
    

    
    
    
  }


#s-62e7414a-428f-4576-8ea0-2663a9ccb7dd .shogun-image-content {
  
    justify-content: center;
  
}

.gallery-open img {
        height: 4em;
    width: 2.7rem;
    -o-object-fit: contain;
       object-fit: contain;
}
#gallery{
    font-family: 'Roobert-Regular'!important;
    line-height: 1;  
}
#s-9ca31bc4-95a3-4896-a150-96a38167bf59 {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-1fe3c441-eb54-4086-b182-f3496857907b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-1fe3c441-eb54-4086-b182-f3496857907b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-1fe3c441-eb54-4086-b182-f3496857907b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fe3c441-eb54-4086-b182-f3496857907b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-0f7460b1-926f-4d31-9cbd-9ce5fb655228 {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(196, 196, 196, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-0f7460b1-926f-4d31-9cbd-9ce5fb655228:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(196, 196, 196, 0.23) !important;
border-radius: 4px !important;
background-color: rgba(196, 196, 196, 0.23) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0f7460b1-926f-4d31-9cbd-9ce5fb655228:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(196, 196, 196, 1) !important;
border-radius: 4px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0f7460b1-926f-4d31-9cbd-9ce5fb655228-root {
    text-align: right;
  }


#s-0f7460b1-926f-4d31-9cbd-9ce5fb655228.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f7460b1-926f-4d31-9cbd-9ce5fb655228-root {
    text-align: right;
  }


#s-0f7460b1-926f-4d31-9cbd-9ce5fb655228.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f7460b1-926f-4d31-9cbd-9ce5fb655228-root {
    text-align: right;
  }


#s-0f7460b1-926f-4d31-9cbd-9ce5fb655228.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f7460b1-926f-4d31-9cbd-9ce5fb655228-root {
    text-align: right;
  }


#s-0f7460b1-926f-4d31-9cbd-9ce5fb655228.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f7460b1-926f-4d31-9cbd-9ce5fb655228-root {
    text-align: right;
  }


#s-0f7460b1-926f-4d31-9cbd-9ce5fb655228.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
.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-left {
  text-align: left;
}

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

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

#s-1d8828d8-8fd5-423b-aec0-4c953c309466 {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
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: 4px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-1d8828d8-8fd5-423b-aec0-4c953c309466:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(44, 42, 52, 0.42) !important;
border-radius: 4px !important;
background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-1d8828d8-8fd5-423b-aec0-4c953c309466:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 4px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d8828d8-8fd5-423b-aec0-4c953c309466-atc-btn-wrapper {
    text-align: left;
  }


#s-1d8828d8-8fd5-423b-aec0-4c953c309466 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d8828d8-8fd5-423b-aec0-4c953c309466.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d8828d8-8fd5-423b-aec0-4c953c309466.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}

#s-1d8828d8-8fd5-423b-aec0-4c953c309466.shg-btn.shg-product-atc-error {
  
  font-family: Roobert-Bold;
  
  
  color: rgba(12, 12, 12, 1);
}


@media (min-width: 1200px){
  #s-1d8828d8-8fd5-423b-aec0-4c953c309466-atc-btn-wrapper {
    text-align: left;
  }


#s-1d8828d8-8fd5-423b-aec0-4c953c309466 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d8828d8-8fd5-423b-aec0-4c953c309466.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d8828d8-8fd5-423b-aec0-4c953c309466.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}

#s-1d8828d8-8fd5-423b-aec0-4c953c309466.shg-btn.shg-product-atc-error {
  
  font-family: Roobert-Bold;
  
  
  color: rgba(12, 12, 12, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d8828d8-8fd5-423b-aec0-4c953c309466-atc-btn-wrapper {
    text-align: left;
  }


#s-1d8828d8-8fd5-423b-aec0-4c953c309466 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d8828d8-8fd5-423b-aec0-4c953c309466.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d8828d8-8fd5-423b-aec0-4c953c309466.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}

#s-1d8828d8-8fd5-423b-aec0-4c953c309466.shg-btn.shg-product-atc-error {
  
  font-family: Roobert-Bold;
  
  
  color: rgba(12, 12, 12, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1d8828d8-8fd5-423b-aec0-4c953c309466-atc-btn-wrapper {
    text-align: left;
  }


#s-1d8828d8-8fd5-423b-aec0-4c953c309466 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d8828d8-8fd5-423b-aec0-4c953c309466.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d8828d8-8fd5-423b-aec0-4c953c309466.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}

#s-1d8828d8-8fd5-423b-aec0-4c953c309466.shg-btn.shg-product-atc-error {
  
  font-family: Roobert-Bold;
  
  
  color: rgba(12, 12, 12, 1);
}


}@media (max-width: 767px){
  #s-1d8828d8-8fd5-423b-aec0-4c953c309466-atc-btn-wrapper {
    text-align: left;
  }


#s-1d8828d8-8fd5-423b-aec0-4c953c309466 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d8828d8-8fd5-423b-aec0-4c953c309466.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d8828d8-8fd5-423b-aec0-4c953c309466.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}

#s-1d8828d8-8fd5-423b-aec0-4c953c309466.shg-btn.shg-product-atc-error {
  
  font-family: Roobert-Bold;
  
  
  color: rgba(12, 12, 12, 1);
}


}
#s-77dbd2a7-ce1e-46c0-aaff-c5fa54305b88 {
  min-height: 50px;
}








#s-77dbd2a7-ce1e-46c0-aaff-c5fa54305b88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77dbd2a7-ce1e-46c0-aaff-c5fa54305b88.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-a6f2c5a6-290e-4cfd-b2c1-025c17841667 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a6f2c5a6-290e-4cfd-b2c1-025c17841667 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a6f2c5a6-290e-4cfd-b2c1-025c17841667 .shg-sld-nav-button.shg-sld-left,
#s-a6f2c5a6-290e-4cfd-b2c1-025c17841667 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ddb6afdc-e752-4813-88af-02406884bd21 {
  text-align: center;
}

#s-ddb6afdc-e752-4813-88af-02406884bd21 {
  overflow: hidden;
  
  
}







  #s-ddb6afdc-e752-4813-88af-02406884bd21 img.shogun-image {
    

    
    
    
  }


#s-ddb6afdc-e752-4813-88af-02406884bd21 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d2fca575-02e5-46ce-be69-3d7ead9a044e {
  text-align: center;
}

#s-d2fca575-02e5-46ce-be69-3d7ead9a044e {
  overflow: hidden;
  
  
}







  #s-d2fca575-02e5-46ce-be69-3d7ead9a044e img.shogun-image {
    

    
    
    
  }


#s-d2fca575-02e5-46ce-be69-3d7ead9a044e .shogun-image-content {
  
    justify-content: center;
  
}

#s-b4a1ea5b-9ada-482f-a61e-a1ee510efe43 {
  text-align: center;
}

#s-b4a1ea5b-9ada-482f-a61e-a1ee510efe43 {
  overflow: hidden;
  
  
}







  #s-b4a1ea5b-9ada-482f-a61e-a1ee510efe43 img.shogun-image {
    

    
    
    
  }


#s-b4a1ea5b-9ada-482f-a61e-a1ee510efe43 .shogun-image-content {
  
    justify-content: center;
  
}

#s-65207246-0339-4f67-9c65-acd0a30d7cb3 {
  text-align: center;
}

#s-65207246-0339-4f67-9c65-acd0a30d7cb3 {
  overflow: hidden;
  
  
}







  #s-65207246-0339-4f67-9c65-acd0a30d7cb3 img.shogun-image {
    

    
    
    
  }


#s-65207246-0339-4f67-9c65-acd0a30d7cb3 .shogun-image-content {
  
    justify-content: center;
  
}

.gradient-close-button{background: linear-gradient(90deg, #0A78CA, #8111BB) !important;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    padding: 5px;
    color: #fff !important;
    font-weight: 600;
    font-family: Roobert-bold;
    border-radius: 5px;
    z-index: 99999;
    text-decoration: none;
    font-size:23px;
    margin-left: 2.2rem;
    margin-top: -3.6rem;
    position: absolute;
}
.gradient-close-button .fa{
    font-size: larger!important;
        -webkit-text-stroke: 2px #0a4fcacf;
}
#s-362650a0-a10e-4b15-919a-6715ed31ccd7 {
  text-align: center;
}

#s-8055968e-10b4-4e1b-bc3a-0a11505b9714 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-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: 10px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-8055968e-10b4-4e1b-bc3a-0a11505b9714 {
  margin-top: 8px;
margin-bottom: 8px;
}
}







#s-8055968e-10b4-4e1b-bc3a-0a11505b9714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8055968e-10b4-4e1b-bc3a-0a11505b9714.shg-box.shg-c {
  justify-content: center;
}

#s-f09b70b4-05af-4979-a0de-7a5388e6e9d7 {
  min-height: 50px;
}








#s-f09b70b4-05af-4979-a0de-7a5388e6e9d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f09b70b4-05af-4979-a0de-7a5388e6e9d7.shg-box.shg-c {
  justify-content: center;
}

#s-a0069861-424b-4285-9523-c2aaa82009c2 {
  text-align: right;
}

#s-f31709ca-02a9-465b-9ec1-3ff49f5fe5d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f31709ca-02a9-465b-9ec1-3ff49f5fe5d8 .shg-product-title-component h2 span {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2.3em;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-d035e26e-eb70-4b7f-a517-31fc0f4bd716 {
  text-align: right;
}

#s-d035e26e-eb70-4b7f-a517-31fc0f4bd716 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 2.3em;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:  normal ;
}

#s-d035e26e-eb70-4b7f-a517-31fc0f4bd716 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:  normal ;
  font-size: 2.3em;
}

#s-d035e26e-eb70-4b7f-a517-31fc0f4bd716 .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-bf360285-f856-466f-ba0c-783c65092821 {
  margin-top: 10px;
}

#s-4f7b76b3-ef32-4785-ad37-743c3cc8a8c3 {
  margin-top: 5%;
margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-4f7b76b3-ef32-4785-ad37-743c3cc8a8c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f7b76b3-ef32-4785-ad37-743c3cc8a8c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4f7b76b3-ef32-4785-ad37-743c3cc8a8c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4f7b76b3-ef32-4785-ad37-743c3cc8a8c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4f7b76b3-ef32-4785-ad37-743c3cc8a8c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4f7b76b3-ef32-4785-ad37-743c3cc8a8c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4f7b76b3-ef32-4785-ad37-743c3cc8a8c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-dca51e20-668f-4350-8858-fc37a804cad5 {
  text-align: center;
}

#s-dca51e20-668f-4350-8858-fc37a804cad5 {
  overflow: hidden;
  
  
}







  #s-dca51e20-668f-4350-8858-fc37a804cad5 img.shogun-image {
    

    
    
    
  }


#s-dca51e20-668f-4350-8858-fc37a804cad5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3f0f9757-80fa-4839-814f-65acda426bb4 {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-0d8ba952-c272-472f-9ae2-9ff4aaf39895"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-0d8ba952-c272-472f-9ae2-9ff4aaf39895"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-0d8ba952-c272-472f-9ae2-9ff4aaf39895"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d8ba952-c272-472f-9ae2-9ff4aaf39895"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-82e865cc-3291-48f9-81a4-67c286f88687 {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(196, 196, 196, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-82e865cc-3291-48f9-81a4-67c286f88687:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(196, 196, 196, 0.23) !important;
border-radius: 4px !important;
background-color: rgba(196, 196, 196, 0.23) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-82e865cc-3291-48f9-81a4-67c286f88687:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(196, 196, 196, 1) !important;
border-radius: 4px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-82e865cc-3291-48f9-81a4-67c286f88687-root {
    text-align: right;
  }


#s-82e865cc-3291-48f9-81a4-67c286f88687.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-82e865cc-3291-48f9-81a4-67c286f88687-root {
    text-align: right;
  }


#s-82e865cc-3291-48f9-81a4-67c286f88687.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82e865cc-3291-48f9-81a4-67c286f88687-root {
    text-align: right;
  }


#s-82e865cc-3291-48f9-81a4-67c286f88687.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82e865cc-3291-48f9-81a4-67c286f88687-root {
    text-align: right;
  }


#s-82e865cc-3291-48f9-81a4-67c286f88687.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-82e865cc-3291-48f9-81a4-67c286f88687-root {
    text-align: right;
  }


#s-82e865cc-3291-48f9-81a4-67c286f88687.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
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: 4px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(44, 42, 52, 0.88) !important;
border-radius: 4px !important;
background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 4px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb-atc-btn-wrapper {
    text-align: left;
  }


#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}

#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb.shg-btn.shg-product-atc-error {
  
  font-family: Roobert-Bold;
  
  
  color: rgba(12, 12, 12, 1);
}


@media (min-width: 1200px){
  #s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb-atc-btn-wrapper {
    text-align: left;
  }


#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}

#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb.shg-btn.shg-product-atc-error {
  
  font-family: Roobert-Bold;
  
  
  color: rgba(12, 12, 12, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb-atc-btn-wrapper {
    text-align: left;
  }


#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}

#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb.shg-btn.shg-product-atc-error {
  
  font-family: Roobert-Bold;
  
  
  color: rgba(12, 12, 12, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb-atc-btn-wrapper {
    text-align: left;
  }


#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}

#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb.shg-btn.shg-product-atc-error {
  
  font-family: Roobert-Bold;
  
  
  color: rgba(12, 12, 12, 1);
}


}@media (max-width: 767px){
  #s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb-atc-btn-wrapper {
    text-align: left;
  }


#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}

#s-069b5ff0-0ee9-42b0-98b0-9bc0f994b2fb.shg-btn.shg-product-atc-error {
  
  font-family: Roobert-Bold;
  
  
  color: rgba(12, 12, 12, 1);
}


}
#s-0711e449-6e42-4b7c-87c1-e6fcbb3a4bcb {
  min-height: 50px;
}








#s-0711e449-6e42-4b7c-87c1-e6fcbb3a4bcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0711e449-6e42-4b7c-87c1-e6fcbb3a4bcb.shg-box.shg-c {
  justify-content: center;
}

#s-c6a0b313-ca5f-4026-8ff5-17d62f267a79 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c6a0b313-ca5f-4026-8ff5-17d62f267a79 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c6a0b313-ca5f-4026-8ff5-17d62f267a79 .shg-sld-nav-button.shg-sld-left,
#s-c6a0b313-ca5f-4026-8ff5-17d62f267a79 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e7e861c6-334c-405f-a5e8-b7aaaf13f245 {
  text-align: center;
}

#s-e7e861c6-334c-405f-a5e8-b7aaaf13f245 {
  overflow: hidden;
  
  
}







  #s-e7e861c6-334c-405f-a5e8-b7aaaf13f245 img.shogun-image {
    

    
    
    
  }


#s-e7e861c6-334c-405f-a5e8-b7aaaf13f245 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7f3da00b-810c-4c02-acbc-0919a6b86943 {
  text-align: center;
}

#s-7f3da00b-810c-4c02-acbc-0919a6b86943 {
  overflow: hidden;
  
  
}







  #s-7f3da00b-810c-4c02-acbc-0919a6b86943 img.shogun-image {
    

    
    
    
  }


#s-7f3da00b-810c-4c02-acbc-0919a6b86943 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cb61568b-1087-4f00-ab93-40fb0b8255a2 {
  text-align: center;
}

#s-cb61568b-1087-4f00-ab93-40fb0b8255a2 {
  overflow: hidden;
  
  
}







  #s-cb61568b-1087-4f00-ab93-40fb0b8255a2 img.shogun-image {
    

    
    
    
  }


#s-cb61568b-1087-4f00-ab93-40fb0b8255a2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-88a80588-8323-4638-8cb9-2cb512f88016 {
  text-align: center;
}

#s-88a80588-8323-4638-8cb9-2cb512f88016 {
  overflow: hidden;
  
  
}







  #s-88a80588-8323-4638-8cb9-2cb512f88016 img.shogun-image {
    

    
    
    
  }


#s-88a80588-8323-4638-8cb9-2cb512f88016 .shogun-image-content {
  
    justify-content: center;
  
}

#s-dea1aa92-4c21-4eb6-bc62-dbd2955d7253 {
  text-align: center;
}

#s-6eb3fc47-ce61-47f7-ab6f-c8d323c10bf0 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-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: 10px;
background-color: rgba(239, 239, 239, 1);
}








#s-6eb3fc47-ce61-47f7-ab6f-c8d323c10bf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6eb3fc47-ce61-47f7-ab6f-c8d323c10bf0.shg-box.shg-c {
  justify-content: center;
}

#s-31dfebc7-25b1-4d79-af9c-af9cae5a85b8 {
  min-height: 50px;
}








#s-31dfebc7-25b1-4d79-af9c-af9cae5a85b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31dfebc7-25b1-4d79-af9c-af9cae5a85b8.shg-box.shg-c {
  justify-content: center;
}

#s-b914ad4a-9469-4456-b702-2f9d1b234120 {
  text-align: right;
}

#s-8f4dfa19-2f64-4974-bf7c-6dad54181b8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f4dfa19-2f64-4974-bf7c-6dad54181b8d .shg-product-title-component h2 span {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2.3em;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-2c06b58a-7ea3-44ff-a696-582ddec3f073 {
  text-align: right;
}

#s-2c06b58a-7ea3-44ff-a696-582ddec3f073 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 2.3em;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:  normal ;
}

#s-2c06b58a-7ea3-44ff-a696-582ddec3f073 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:  normal ;
  font-size: 2.3em;
}

#s-2c06b58a-7ea3-44ff-a696-582ddec3f073 .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-b2497ad6-a11a-4183-a459-0ca3cb0c85d6 {
  margin-top: 10px;
}

#s-227df705-68eb-4421-938a-6d079bf30a48 {
  margin-top: 5%;
margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-227df705-68eb-4421-938a-6d079bf30a48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-227df705-68eb-4421-938a-6d079bf30a48"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-227df705-68eb-4421-938a-6d079bf30a48"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-227df705-68eb-4421-938a-6d079bf30a48"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-227df705-68eb-4421-938a-6d079bf30a48"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-227df705-68eb-4421-938a-6d079bf30a48"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-227df705-68eb-4421-938a-6d079bf30a48"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-aa6b37a8-5b55-448f-8346-72e49c19a8d7 {
  text-align: center;
}

#s-aa6b37a8-5b55-448f-8346-72e49c19a8d7 {
  overflow: hidden;
  
  
}







  #s-aa6b37a8-5b55-448f-8346-72e49c19a8d7 img.shogun-image {
    

    
    
    
  }


#s-aa6b37a8-5b55-448f-8346-72e49c19a8d7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2fef2e02-69c9-49f2-8a54-d57c0f5e8341 {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-c5d0a6a5-afcd-49c2-aa74-1e66ce83ac22"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-c5d0a6a5-afcd-49c2-aa74-1e66ce83ac22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-c5d0a6a5-afcd-49c2-aa74-1e66ce83ac22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5d0a6a5-afcd-49c2-aa74-1e66ce83ac22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-766f6eaf-005d-4691-8d07-284a7fba250d {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(196, 196, 196, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-766f6eaf-005d-4691-8d07-284a7fba250d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(196, 196, 196, 0.23) !important;
border-radius: 4px !important;
background-color: rgba(196, 196, 196, 0.23) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-766f6eaf-005d-4691-8d07-284a7fba250d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(196, 196, 196, 1) !important;
border-radius: 4px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-766f6eaf-005d-4691-8d07-284a7fba250d-root {
    text-align: right;
  }


#s-766f6eaf-005d-4691-8d07-284a7fba250d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-766f6eaf-005d-4691-8d07-284a7fba250d-root {
    text-align: right;
  }


#s-766f6eaf-005d-4691-8d07-284a7fba250d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-766f6eaf-005d-4691-8d07-284a7fba250d-root {
    text-align: right;
  }


#s-766f6eaf-005d-4691-8d07-284a7fba250d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-766f6eaf-005d-4691-8d07-284a7fba250d-root {
    text-align: right;
  }


#s-766f6eaf-005d-4691-8d07-284a7fba250d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-766f6eaf-005d-4691-8d07-284a7fba250d-root {
    text-align: right;
  }


#s-766f6eaf-005d-4691-8d07-284a7fba250d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
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: 4px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(13, 13, 13, 0) !important;
border-radius: 4px !important;
background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 4px !important;
background-color: rgba(255, 255, 255, 0.94) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f-atc-btn-wrapper {
    text-align: left;
  }


#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}

#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f.shg-btn.shg-product-atc-error {
  
  font-family: Roobert-Bold;
  
  
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f-atc-btn-wrapper {
    text-align: left;
  }


#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}

#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f.shg-btn.shg-product-atc-error {
  
  font-family: Roobert-Bold;
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f-atc-btn-wrapper {
    text-align: left;
  }


#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}

#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f.shg-btn.shg-product-atc-error {
  
  font-family: Roobert-Bold;
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f-atc-btn-wrapper {
    text-align: left;
  }


#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}

#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f.shg-btn.shg-product-atc-error {
  
  font-family: Roobert-Bold;
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f-atc-btn-wrapper {
    text-align: left;
  }


#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}

#s-79ebf376-a09e-4d5d-aebf-33b96bd0d28f.shg-btn.shg-product-atc-error {
  
  font-family: Roobert-Bold;
  
  
  color: rgba(255, 255, 255, 1);
}


}
#s-20497be5-787a-4ce2-b3b5-9997f07351fe {
  min-height: 50px;
}








#s-20497be5-787a-4ce2-b3b5-9997f07351fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20497be5-787a-4ce2-b3b5-9997f07351fe.shg-box.shg-c {
  justify-content: center;
}

#s-3b4fdcf2-470f-4357-94e4-83260b82ae41 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3b4fdcf2-470f-4357-94e4-83260b82ae41 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3b4fdcf2-470f-4357-94e4-83260b82ae41 .shg-sld-nav-button.shg-sld-left,
#s-3b4fdcf2-470f-4357-94e4-83260b82ae41 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c65db3d5-d4c6-414c-b915-b873086ffd18 {
  text-align: center;
}

#s-c65db3d5-d4c6-414c-b915-b873086ffd18 {
  overflow: hidden;
  
  
}







  #s-c65db3d5-d4c6-414c-b915-b873086ffd18 img.shogun-image {
    

    
    
    
  }


#s-c65db3d5-d4c6-414c-b915-b873086ffd18 .shogun-image-content {
  
    justify-content: center;
  
}

#s-45d41806-f2e3-4b56-acd1-ccf4afc97415 {
  text-align: center;
}

#s-45d41806-f2e3-4b56-acd1-ccf4afc97415 {
  overflow: hidden;
  
  
}







  #s-45d41806-f2e3-4b56-acd1-ccf4afc97415 img.shogun-image {
    

    
    
    
  }


#s-45d41806-f2e3-4b56-acd1-ccf4afc97415 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ecb0b029-dc02-4e53-8785-1019b05dc83a {
  text-align: center;
}

#s-ecb0b029-dc02-4e53-8785-1019b05dc83a {
  overflow: hidden;
  
  
}







  #s-ecb0b029-dc02-4e53-8785-1019b05dc83a img.shogun-image {
    

    
    
    
  }


#s-ecb0b029-dc02-4e53-8785-1019b05dc83a .shogun-image-content {
  
    justify-content: center;
  
}

#s-61812245-0d06-4327-95ac-f9c2e5820357 {
  text-align: center;
}

#s-61812245-0d06-4327-95ac-f9c2e5820357 {
  overflow: hidden;
  
  
}







  #s-61812245-0d06-4327-95ac-f9c2e5820357 img.shogun-image {
    

    
    
    
  }


#s-61812245-0d06-4327-95ac-f9c2e5820357 .shogun-image-content {
  
    justify-content: center;
  
}

#s-203afe59-169a-44f1-ac0d-b7ca74f2f86f {
  text-align: center;
}

#s-9441209f-aeff-4ddf-8565-dc70a5936e38 {
  padding-top: 0em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9441209f-aeff-4ddf-8565-dc70a5936e38 {
  padding-left: 0em;
padding-right: 0em;
}
}







#s-9441209f-aeff-4ddf-8565-dc70a5936e38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9441209f-aeff-4ddf-8565-dc70a5936e38.shg-box.shg-c {
  justify-content: center;
}

.widget-card {
            position: absolute;
            width: 100%;
            min-height: 300px;
            background-image: url(/images/card-bg.png);
            /*background-size: 100% 100%;*/
            /*object-fit: fill;*/
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 20px;
            padding: 20px 20px;
            color: #fff;
            font-family: 'Roobert TRIAL';
            font-style: normal;
            font-size: 20px;
        }

        #overlay {
            position: absolute;
            width: 100%;
            min-height: 300px;
            height: auto;
            top: 0;
            left: 0;
            right: 0;
            padding: 20px 20px;
            border-radius: 20px;
            background-color: rgba(0, 0, 0, 0.5);
            opacity: 0.9;
            z-index: 2;

        }
        .review-container{
            position:absolute;
            bottom:0;
            z-index:5;
            margin-bottom: 15px;
        }
        .head-container {
            display: flex;
            align-items: center;
        }

        .u_image {
            width: 45px;
            height: 45px;
            margin: 0px 20px 0px 0px;
            z-index: 3;
            border-radius:50%;
        }

        .u_name {
            z-index: 3;
            font-size: 14px;
            margin: 0px;
        }

        .stars {
            display: flex;
            margin: 0px 0px 20px 0px;
        }

        .single-star {
            margin: 0px 0px 0px 6px;
        }

        .rev-head {
            font-weight: bold;
            font-size:14px;
            margin: 0px;
        }

        .rev-content {
            margin: 0px;
            font-size:12px;
        }
        @media only screen and (max-width: 540px) {
           .widget-card, #overlay{
                padding: 5px 5px;
                border-radius: 15px;
                min-height:250px;
            }
            .u_image {
                width: 35px;
                height: 35px;
                margin: 0px 10px 0px 0px;
                z-index: 3;
            }
            .stars img{
                height:15px;
            }
            .rev-head {
            font-size:12px;
        }
        .review-container{
            bottom:unset;
            height: 80%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 10px 0px 0px 0px;
            margin: 0px 0px 15px 0px;
}           
        }
@media (max-width: 767px){#s-f01e96a8-fa07-481c-ae36-db5d88be6cdc {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}
#s-25d1059f-d7b8-4463-ad82-74e683eaca4a {
  padding-left: 0em;
min-height: 50px;
}








#s-25d1059f-d7b8-4463-ad82-74e683eaca4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25d1059f-d7b8-4463-ad82-74e683eaca4a.shg-box.shg-c {
  justify-content: center;
}

#s-8a681742-723d-49f8-8817-be4ccb997b49 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-8a681742-723d-49f8-8817-be4ccb997b49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a681742-723d-49f8-8817-be4ccb997b49.shg-box.shg-c {
  justify-content: center;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  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-b6e2069a-6d2c-4b32-b29e-f10fbbd9fc46 {
  text-align: left;
}



.shg-c#s-b6e2069a-6d2c-4b32-b29e-f10fbbd9fc46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6e2069a-6d2c-4b32-b29e-f10fbbd9fc46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b6e2069a-6d2c-4b32-b29e-f10fbbd9fc46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6e2069a-6d2c-4b32-b29e-f10fbbd9fc46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b6e2069a-6d2c-4b32-b29e-f10fbbd9fc46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6e2069a-6d2c-4b32-b29e-f10fbbd9fc46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b6e2069a-6d2c-4b32-b29e-f10fbbd9fc46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6e2069a-6d2c-4b32-b29e-f10fbbd9fc46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b6e2069a-6d2c-4b32-b29e-f10fbbd9fc46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6e2069a-6d2c-4b32-b29e-f10fbbd9fc46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4212f5e3-2407-43de-a105-31ecae4bb78d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4212f5e3-2407-43de-a105-31ecae4bb78d .shg-product-title-component h3 span {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Bold;
  font-style:   ;
  font-size: 1em;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-d052d37f-9927-4496-bd68-19a7d5a38d8e {
  text-align: left;
}

#s-d052d37f-9927-4496-bd68-19a7d5a38d8e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: Roobert-Medium;
  font-style:  normal ;
}

#s-d052d37f-9927-4496-bd68-19a7d5a38d8e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Medium;
  font-style:  normal ;
  font-size: 1em;
}

#s-d052d37f-9927-4496-bd68-19a7d5a38d8e .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-2e4ef31f-c131-43b9-8a29-79bdb7c4b0cb {
  padding-left: 0em;
min-height: 50px;
}








#s-2e4ef31f-c131-43b9-8a29-79bdb7c4b0cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e4ef31f-c131-43b9-8a29-79bdb7c4b0cb.shg-box.shg-c {
  justify-content: center;
}

#s-2b580142-a137-46b9-acb5-3dccc6933b8c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-2b580142-a137-46b9-acb5-3dccc6933b8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b580142-a137-46b9-acb5-3dccc6933b8c.shg-box.shg-c {
  justify-content: center;
}

#s-cf3f3cce-cff9-42c8-9e81-5c49aede1922 {
  text-align: left;
}



.shg-c#s-cf3f3cce-cff9-42c8-9e81-5c49aede1922 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf3f3cce-cff9-42c8-9e81-5c49aede1922 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-cf3f3cce-cff9-42c8-9e81-5c49aede1922 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf3f3cce-cff9-42c8-9e81-5c49aede1922 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cf3f3cce-cff9-42c8-9e81-5c49aede1922 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf3f3cce-cff9-42c8-9e81-5c49aede1922 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cf3f3cce-cff9-42c8-9e81-5c49aede1922 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf3f3cce-cff9-42c8-9e81-5c49aede1922 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-cf3f3cce-cff9-42c8-9e81-5c49aede1922 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf3f3cce-cff9-42c8-9e81-5c49aede1922 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-47bc64df-2d05-4b9d-bf9e-996ff62c22d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-47bc64df-2d05-4b9d-bf9e-996ff62c22d0 .shg-product-title-component h3 span {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Bold;
  font-style:   ;
  font-size: 1em;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-3815cd4d-98fb-4862-8202-aa6fa3dbaeb3 {
  text-align: left;
}

#s-3815cd4d-98fb-4862-8202-aa6fa3dbaeb3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: Roobert-Medium;
  font-style:  normal ;
}

#s-3815cd4d-98fb-4862-8202-aa6fa3dbaeb3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Medium;
  font-style:  normal ;
  font-size: 1em;
}

#s-3815cd4d-98fb-4862-8202-aa6fa3dbaeb3 .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-6f4262e7-cd4f-4de3-b064-c47aec575964 {
  padding-left: 0em;
min-height: 50px;
}








#s-6f4262e7-cd4f-4de3-b064-c47aec575964 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f4262e7-cd4f-4de3-b064-c47aec575964.shg-box.shg-c {
  justify-content: center;
}

#s-e1b07d13-40de-4fe7-ae57-4260fef1cf4d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-e1b07d13-40de-4fe7-ae57-4260fef1cf4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1b07d13-40de-4fe7-ae57-4260fef1cf4d.shg-box.shg-c {
  justify-content: center;
}

#s-9c8f9b5f-ffdc-4a63-a5b0-b835a2035cc1 {
  text-align: left;
}



.shg-c#s-9c8f9b5f-ffdc-4a63-a5b0-b835a2035cc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c8f9b5f-ffdc-4a63-a5b0-b835a2035cc1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9c8f9b5f-ffdc-4a63-a5b0-b835a2035cc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c8f9b5f-ffdc-4a63-a5b0-b835a2035cc1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9c8f9b5f-ffdc-4a63-a5b0-b835a2035cc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c8f9b5f-ffdc-4a63-a5b0-b835a2035cc1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9c8f9b5f-ffdc-4a63-a5b0-b835a2035cc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c8f9b5f-ffdc-4a63-a5b0-b835a2035cc1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9c8f9b5f-ffdc-4a63-a5b0-b835a2035cc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c8f9b5f-ffdc-4a63-a5b0-b835a2035cc1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-94170235-6352-4a58-895a-d4a2a696eac7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-94170235-6352-4a58-895a-d4a2a696eac7 .shg-product-title-component h3 span {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Bold;
  font-style:   ;
  font-size: 1em;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-daafe4ff-30bd-4fe3-9cea-6d8f8c5a74e2 {
  text-align: left;
}

#s-daafe4ff-30bd-4fe3-9cea-6d8f8c5a74e2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: Roobert-Medium;
  font-style:  normal ;
}

#s-daafe4ff-30bd-4fe3-9cea-6d8f8c5a74e2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Medium;
  font-style:  normal ;
  font-size: 1em;
}

#s-daafe4ff-30bd-4fe3-9cea-6d8f8c5a74e2 .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-0dc9d88b-b6d2-476e-ac3f-dd7d2b9a087a {
  padding-left: 0%;
min-height: 50px;
}








#s-0dc9d88b-b6d2-476e-ac3f-dd7d2b9a087a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0dc9d88b-b6d2-476e-ac3f-dd7d2b9a087a.shg-box.shg-c {
  justify-content: center;
}

#s-b44853f3-e71e-4e7b-b09f-5e11f4fbcc01 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-b44853f3-e71e-4e7b-b09f-5e11f4fbcc01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b44853f3-e71e-4e7b-b09f-5e11f4fbcc01.shg-box.shg-c {
  justify-content: center;
}

#s-a4c260b0-53ae-4df5-a9c0-2e3608520a28 {
  text-align: left;
}



.shg-c#s-a4c260b0-53ae-4df5-a9c0-2e3608520a28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4c260b0-53ae-4df5-a9c0-2e3608520a28 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a4c260b0-53ae-4df5-a9c0-2e3608520a28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4c260b0-53ae-4df5-a9c0-2e3608520a28 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a4c260b0-53ae-4df5-a9c0-2e3608520a28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4c260b0-53ae-4df5-a9c0-2e3608520a28 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a4c260b0-53ae-4df5-a9c0-2e3608520a28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4c260b0-53ae-4df5-a9c0-2e3608520a28 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a4c260b0-53ae-4df5-a9c0-2e3608520a28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4c260b0-53ae-4df5-a9c0-2e3608520a28 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8d158e8d-4c70-41d8-9ba6-5acc569179ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8d158e8d-4c70-41d8-9ba6-5acc569179ab .shg-product-title-component h3 span {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Bold;
  font-style:   ;
  font-size: 1em;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-6914b334-32ba-4d67-acfa-eee997951c54 {
  text-align: left;
}

#s-6914b334-32ba-4d67-acfa-eee997951c54 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: Roobert-Medium;
  font-style:  normal ;
}

#s-6914b334-32ba-4d67-acfa-eee997951c54 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Medium;
  font-style:  normal ;
  font-size: 1em;
}

#s-6914b334-32ba-4d67-acfa-eee997951c54 .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-fdbf4807-aeee-497b-ad7c-8c0896d0ac5b {
  margin-left: 1em;
margin-right: 1em;
min-height: 50px;
}
@media (max-width: 767px){#s-fdbf4807-aeee-497b-ad7c-8c0896d0ac5b {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}







#s-fdbf4807-aeee-497b-ad7c-8c0896d0ac5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fdbf4807-aeee-497b-ad7c-8c0896d0ac5b.shg-box.shg-c {
  justify-content: center;
}

#s-efd410bb-0960-4731-9f72-cc56ba589613 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-efd410bb-0960-4731-9f72-cc56ba589613 {
  margin-left: 0em;
margin-right: 0em;
}
}
#s-efd410bb-0960-4731-9f72-cc56ba589613 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.8em;
  line-height: 2.5em;
  
  
}



#s-5bd09fb8-dfb2-4961-b5cb-75b1b50da6c5 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
}








#s-5bd09fb8-dfb2-4961-b5cb-75b1b50da6c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bd09fb8-dfb2-4961-b5cb-75b1b50da6c5.shg-box.shg-c {
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-b266a657-6fab-46c8-b299-db3835d0a9ea {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
min-height: 50px;
}
@media (max-width: 767px){#s-b266a657-6fab-46c8-b299-db3835d0a9ea {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}







#s-b266a657-6fab-46c8-b299-db3835d0a9ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b266a657-6fab-46c8-b299-db3835d0a9ea.shg-box.shg-c {
  justify-content: center;
}

#s-fb48d888-94bb-4fc6-b877-358bbcb054e5 {
  margin-left: 0em;
margin-right: 0em;
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: 20px;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-fb48d888-94bb-4fc6-b877-358bbcb054e5 {
  padding-left: 5em;
padding-right: 5em;
}
}
@media (min-width: 0px) {
[id="s-fb48d888-94bb-4fc6-b877-358bbcb054e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb48d888-94bb-4fc6-b877-358bbcb054e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0em);
}

}

@media (min-width: 992px) {
[id="s-fb48d888-94bb-4fc6-b877-358bbcb054e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0em);
}

}

@media (min-width: 1200px) {
[id="s-fb48d888-94bb-4fc6-b877-358bbcb054e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0em);
}

}

#s-57be91fc-cb7c-4c15-aa18-d4fa352b6374 {
  margin-left: 2em;
margin-right: 2em;
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;
min-height: 0px;
background-color: rgba(238, 255, 238, 0.01);
}
@media (min-width: 1200px){#s-57be91fc-cb7c-4c15-aa18-d4fa352b6374 {
  padding-top: 8em;
padding-left: 5em;
padding-bottom: 8em;
padding-right: 0em;
min-height: 50px;
}
}@media (max-width: 767px){#s-57be91fc-cb7c-4c15-aa18-d4fa352b6374 {
  margin-left: 2em;
margin-right: 2em;
min-height: 0px;
}
}







#s-57be91fc-cb7c-4c15-aa18-d4fa352b6374 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57be91fc-cb7c-4c15-aa18-d4fa352b6374.shg-box.shg-c {
  justify-content: center;
}

#s-0692c957-8574-41a6-a0eb-5982f61480c7 {
  text-align: left;
}

#s-d09c949d-da42-47bf-920b-1c5c12e215f3 {
  margin-top: 1em;
margin-bottom: 0em;
}
@media (min-width: 1200px){#s-d09c949d-da42-47bf-920b-1c5c12e215f3 {
  padding-top: 2em;
padding-bottom: 0em;
}
}@media (max-width: 767px){#s-d09c949d-da42-47bf-920b-1c5c12e215f3 {
  margin-left: 3em;
margin-right: 3em;
}
}
#s-2fdb9871-e855-485b-845c-335005bc3bb6 {
  min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-2fdb9871-e855-485b-845c-335005bc3bb6 {
  min-height: 0px;
}
}







#s-2fdb9871-e855-485b-845c-335005bc3bb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fdb9871-e855-485b-845c-335005bc3bb6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-b07a8dbf-d0f7-4f52-992b-02e0550baaaf {
  padding-top: 0em;
padding-bottom: 0em;
}
}@media (max-width: 767px){#s-b07a8dbf-d0f7-4f52-992b-02e0550baaaf {
  margin-left: 9em;
margin-right: 9em;
}
}
@media (min-width: 0px) {
[id="s-b07a8dbf-d0f7-4f52-992b-02e0550baaaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b07a8dbf-d0f7-4f52-992b-02e0550baaaf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b07a8dbf-d0f7-4f52-992b-02e0550baaaf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b07a8dbf-d0f7-4f52-992b-02e0550baaaf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-771d218e-42f5-4aa3-a597-45f2bb5f2c09 {
  text-align: center;
}
@media (max-width: 767px){#s-771d218e-42f5-4aa3-a597-45f2bb5f2c09 {
  padding-left: 2em;
padding-right: 2em;
}
}
#s-771d218e-42f5-4aa3-a597-45f2bb5f2c09 {
  overflow: hidden;
  
  
}







  #s-771d218e-42f5-4aa3-a597-45f2bb5f2c09 img.shogun-image {
    

    
    
    
  }


#s-771d218e-42f5-4aa3-a597-45f2bb5f2c09 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ece233f7-5f9b-40d4-ba5c-7ae2fad69c49 {
  padding-top: 0em;
padding-left: 5em;
padding-bottom: 2em;
padding-right: 5em;
min-height: 50px;
}
@media (max-width: 767px){#s-ece233f7-5f9b-40d4-ba5c-7ae2fad69c49 {
  padding-left: 1em;
padding-right: 1em;
}
}







#s-ece233f7-5f9b-40d4-ba5c-7ae2fad69c49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ece233f7-5f9b-40d4-ba5c-7ae2fad69c49.shg-box.shg-c {
  justify-content: center;
}

#s-d5da814e-f046-4ee0-890c-6bfb2d69a16f {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 0px;
}

@media (min-width: 0px) {
[id="s-d5da814e-f046-4ee0-890c-6bfb2d69a16f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 768px) {
[id="s-d5da814e-f046-4ee0-890c-6bfb2d69a16f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-d5da814e-f046-4ee0-890c-6bfb2d69a16f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-d5da814e-f046-4ee0-890c-6bfb2d69a16f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-41c9fbcb-b9a8-4dda-be08-b7ee206cfb9d {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 180px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-41c9fbcb-b9a8-4dda-be08-b7ee206cfb9d {
  padding-top: 0.5em;
padding-left: 0.5em;
padding-bottom: 0.5em;
padding-right: 0.5em;
}
}@media (max-width: 767px){#s-41c9fbcb-b9a8-4dda-be08-b7ee206cfb9d {
  padding-top: 0.5em;
padding-left: 0.5em;
padding-bottom: 0.5em;
padding-right: 0.5em;
}
}







#s-41c9fbcb-b9a8-4dda-be08-b7ee206cfb9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41c9fbcb-b9a8-4dda-be08-b7ee206cfb9d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3b8af71e-c0b0-4db3-a4fc-afc5c5985c2e {
  text-align: center;
}

#s-3b8af71e-c0b0-4db3-a4fc-afc5c5985c2e {
  overflow: hidden;
  
  
}







  #s-3b8af71e-c0b0-4db3-a4fc-afc5c5985c2e img.shogun-image {
    

    
    
    
  }


#s-3b8af71e-c0b0-4db3-a4fc-afc5c5985c2e .shogun-image-content {
  
    justify-content: center;
  
}

#s-558e136d-3032-497c-851f-28a744d3117d {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 180px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-558e136d-3032-497c-851f-28a744d3117d {
  padding-top: 0.5em;
padding-left: 0.5em;
padding-bottom: 0.5em;
padding-right: 0.5em;
}
}@media (max-width: 767px){#s-558e136d-3032-497c-851f-28a744d3117d {
  padding-top: 0.5em;
padding-left: 0.5em;
padding-bottom: 0.5em;
padding-right: 0.5em;
}
}







#s-558e136d-3032-497c-851f-28a744d3117d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-558e136d-3032-497c-851f-28a744d3117d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ef00caeb-a1a0-4d21-8892-926104434ead {
  text-align: center;
}

#s-ef00caeb-a1a0-4d21-8892-926104434ead {
  overflow: hidden;
  
  
}







  #s-ef00caeb-a1a0-4d21-8892-926104434ead img.shogun-image {
    

    
    
    
  }


#s-ef00caeb-a1a0-4d21-8892-926104434ead .shogun-image-content {
  
    justify-content: center;
  
}

#s-9aebb344-dd08-4c5e-918c-ed95c2bc0afd {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 180px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9aebb344-dd08-4c5e-918c-ed95c2bc0afd {
  padding-top: 0.5em;
padding-left: 0.5em;
padding-bottom: 0.5em;
padding-right: 0.5em;
}
}@media (max-width: 767px){#s-9aebb344-dd08-4c5e-918c-ed95c2bc0afd {
  padding-top: 0.5em;
padding-left: 0.5em;
padding-bottom: 0.5em;
padding-right: 0.5em;
}
}







#s-9aebb344-dd08-4c5e-918c-ed95c2bc0afd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9aebb344-dd08-4c5e-918c-ed95c2bc0afd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9aac8ecc-cea0-4c98-b3e4-6ab718a97966 {
  min-height: 50%;
text-align: center;
}

#s-9aac8ecc-cea0-4c98-b3e4-6ab718a97966 {
  overflow: hidden;
  
  
}







  #s-9aac8ecc-cea0-4c98-b3e4-6ab718a97966 img.shogun-image {
    

    
    
    
  }


#s-9aac8ecc-cea0-4c98-b3e4-6ab718a97966 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0a47dd9b-d055-49ac-a219-667938e17b6f {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 0px;
}

@media (min-width: 0px) {
[id="s-0a47dd9b-d055-49ac-a219-667938e17b6f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 768px) {
[id="s-0a47dd9b-d055-49ac-a219-667938e17b6f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-0a47dd9b-d055-49ac-a219-667938e17b6f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-0a47dd9b-d055-49ac-a219-667938e17b6f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-eab8e217-eeba-4395-9119-7c48bfe3b77c {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 180px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-eab8e217-eeba-4395-9119-7c48bfe3b77c {
  padding-top: 0.5em;
padding-left: 0.5em;
padding-bottom: 0.5em;
padding-right: 0.5em;
}
}@media (max-width: 767px){#s-eab8e217-eeba-4395-9119-7c48bfe3b77c {
  padding-top: 0.5em;
padding-left: 0.5em;
padding-bottom: 0.5em;
padding-right: 0.5em;
}
}







#s-eab8e217-eeba-4395-9119-7c48bfe3b77c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eab8e217-eeba-4395-9119-7c48bfe3b77c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-312b11dc-18d4-42f6-ad5f-019bf0f4422a {
  text-align: center;
}

#s-312b11dc-18d4-42f6-ad5f-019bf0f4422a {
  overflow: hidden;
  
  
}







  #s-312b11dc-18d4-42f6-ad5f-019bf0f4422a img.shogun-image {
    

    
    
    
  }


#s-312b11dc-18d4-42f6-ad5f-019bf0f4422a .shogun-image-content {
  
    justify-content: center;
  
}

#s-c0098230-4f99-4dd9-8940-57883723f1ff {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 180px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c0098230-4f99-4dd9-8940-57883723f1ff {
  padding-top: 0.5em;
padding-left: 0.5em;
padding-bottom: 0.5em;
padding-right: 0.5em;
}
}@media (max-width: 767px){#s-c0098230-4f99-4dd9-8940-57883723f1ff {
  padding-top: 0.5em;
padding-left: 0.5em;
padding-bottom: 0.5em;
padding-right: 0.5em;
}
}







#s-c0098230-4f99-4dd9-8940-57883723f1ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0098230-4f99-4dd9-8940-57883723f1ff.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1570713e-6311-4552-b103-499391cdd50e {
  text-align: center;
}

#s-1570713e-6311-4552-b103-499391cdd50e {
  overflow: hidden;
  
  
}







  #s-1570713e-6311-4552-b103-499391cdd50e img.shogun-image {
    

    
    
    
  }


#s-1570713e-6311-4552-b103-499391cdd50e .shogun-image-content {
  
    justify-content: center;
  
}

#s-a39b3605-43e0-44c2-8ae9-1e6b4f6bb584 {
  margin-left: 2em;
margin-right: 2em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a39b3605-43e0-44c2-8ae9-1e6b4f6bb584 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
}
}@media (max-width: 767px){#s-a39b3605-43e0-44c2-8ae9-1e6b4f6bb584 {
  display: none;
}
#s-a39b3605-43e0-44c2-8ae9-1e6b4f6bb584, #wrap-s-a39b3605-43e0-44c2-8ae9-1e6b4f6bb584, #wrap-content-s-a39b3605-43e0-44c2-8ae9-1e6b4f6bb584 { display: none !important; }}







#s-a39b3605-43e0-44c2-8ae9-1e6b4f6bb584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a39b3605-43e0-44c2-8ae9-1e6b4f6bb584.shg-box.shg-c {
  justify-content: center;
}

#s-e47b5e1c-fdf2-4416-b1be-1f30192b5323 {
  margin-top: 2em;
margin-bottom: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e47b5e1c-fdf2-4416-b1be-1f30192b5323 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.875em;
  
  
  
}



#s-3279781a-ba34-45ef-8ced-b9fbe47ab6bf {
  padding-top: 0px;
padding-left: 0em;
padding-bottom: 0px;
padding-right: 0em;
min-height: 50px;
}








#s-3279781a-ba34-45ef-8ced-b9fbe47ab6bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3279781a-ba34-45ef-8ced-b9fbe47ab6bf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-62f84536-221a-4496-9784-96d3121d9d0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62f84536-221a-4496-9784-96d3121d9d0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-62f84536-221a-4496-9784-96d3121d9d0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-62f84536-221a-4496-9784-96d3121d9d0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 0px) {
[id="s-1874f47f-4504-4415-85ef-a225a954601f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1874f47f-4504-4415-85ef-a225a954601f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1874f47f-4504-4415-85ef-a225a954601f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1874f47f-4504-4415-85ef-a225a954601f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-5a3c4e4b-96df-41d9-91d6-08a1adff6d64 {
  text-align: center;
}

#s-5a3c4e4b-96df-41d9-91d6-08a1adff6d64 {
  overflow: hidden;
  
  
}







  #s-5a3c4e4b-96df-41d9-91d6-08a1adff6d64 img.shogun-image {
    

    
    
    
  }


#s-5a3c4e4b-96df-41d9-91d6-08a1adff6d64 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6f67364c-b6bc-47e4-8466-8bcac36a5776 {
  text-align: center;
}

#s-6f67364c-b6bc-47e4-8466-8bcac36a5776 {
  overflow: hidden;
  
  
}







  #s-6f67364c-b6bc-47e4-8466-8bcac36a5776 img.shogun-image {
    

    
    
    
  }


#s-6f67364c-b6bc-47e4-8466-8bcac36a5776 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f164211f-e1cc-4495-a983-c4ebf6c8e110 {
  margin-bottom: 10px;
text-align: center;
}

#s-f164211f-e1cc-4495-a983-c4ebf6c8e110 {
  overflow: hidden;
  
  
}







  #s-f164211f-e1cc-4495-a983-c4ebf6c8e110 img.shogun-image {
    

    
    
    
  }


#s-f164211f-e1cc-4495-a983-c4ebf6c8e110 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a21d0320-fb1b-432e-94e6-cb94033864d1 {
  text-align: center;
}

#s-a21d0320-fb1b-432e-94e6-cb94033864d1 {
  overflow: hidden;
  
  
}







  #s-a21d0320-fb1b-432e-94e6-cb94033864d1 img.shogun-image {
    

    
    
    
  }


#s-a21d0320-fb1b-432e-94e6-cb94033864d1 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-d74ebf61-087c-4de8-8e1e-fd8bee90289a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d74ebf61-087c-4de8-8e1e-fd8bee90289a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d74ebf61-087c-4de8-8e1e-fd8bee90289a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d74ebf61-087c-4de8-8e1e-fd8bee90289a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d74ebf61-087c-4de8-8e1e-fd8bee90289a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d74ebf61-087c-4de8-8e1e-fd8bee90289a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d74ebf61-087c-4de8-8e1e-fd8bee90289a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

}

#s-3074898c-51c8-4a4d-9735-09378d05b6b2 {
  text-align: center;
}

#s-3074898c-51c8-4a4d-9735-09378d05b6b2 {
  overflow: hidden;
  
  
}







  #s-3074898c-51c8-4a4d-9735-09378d05b6b2 img.shogun-image {
    

    
    
    
  }


#s-3074898c-51c8-4a4d-9735-09378d05b6b2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-05179eb0-0c19-4d81-a07a-4b705af5bc0e {
  text-align: center;
}

#s-05179eb0-0c19-4d81-a07a-4b705af5bc0e {
  overflow: hidden;
  
  
}







  #s-05179eb0-0c19-4d81-a07a-4b705af5bc0e img.shogun-image {
    

    
    
    
  }


#s-05179eb0-0c19-4d81-a07a-4b705af5bc0e .shogun-image-content {
  
    justify-content: center;
  
}

#s-fe057b8f-a5e0-42f3-9ca5-1149330d97b2 {
  margin-top: 10%;
text-align: center;
}

#s-fe057b8f-a5e0-42f3-9ca5-1149330d97b2 {
  overflow: hidden;
  
  
}







  #s-fe057b8f-a5e0-42f3-9ca5-1149330d97b2 img.shogun-image {
    

    
    
    
  }


#s-fe057b8f-a5e0-42f3-9ca5-1149330d97b2 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-9bc296e7-5861-4456-aea2-bac90a13c07f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bc296e7-5861-4456-aea2-bac90a13c07f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9bc296e7-5861-4456-aea2-bac90a13c07f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9bc296e7-5861-4456-aea2-bac90a13c07f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9bc296e7-5861-4456-aea2-bac90a13c07f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bc296e7-5861-4456-aea2-bac90a13c07f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9bc296e7-5861-4456-aea2-bac90a13c07f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

}

#s-4849dfbc-74e4-4e0a-91b8-44f83ef3baac {
  text-align: center;
}

#s-4849dfbc-74e4-4e0a-91b8-44f83ef3baac {
  overflow: hidden;
  
  
}







  #s-4849dfbc-74e4-4e0a-91b8-44f83ef3baac img.shogun-image {
    

    
    
    
  }


#s-4849dfbc-74e4-4e0a-91b8-44f83ef3baac .shogun-image-content {
  
    justify-content: center;
  
}

#s-356a74c5-f888-4489-859a-ca2c4ac6c336 {
  text-align: center;
}

#s-356a74c5-f888-4489-859a-ca2c4ac6c336 {
  overflow: hidden;
  
  
}







  #s-356a74c5-f888-4489-859a-ca2c4ac6c336 img.shogun-image {
    

    
    
    
  }


#s-356a74c5-f888-4489-859a-ca2c4ac6c336 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4a35fbeb-fb39-464f-9ab0-40ffc8efbeba {
  margin-top: 9%;
text-align: center;
}

#s-4a35fbeb-fb39-464f-9ab0-40ffc8efbeba {
  overflow: hidden;
  
  
}







  #s-4a35fbeb-fb39-464f-9ab0-40ffc8efbeba img.shogun-image {
    

    
    
    
  }


#s-4a35fbeb-fb39-464f-9ab0-40ffc8efbeba .shogun-image-content {
  
    justify-content: center;
  
}

#s-94674cf8-091b-45f0-a439-f2c35cdc4fb2 {
  padding-top: 9px;
}

@media (min-width: 0px) {
[id="s-94674cf8-091b-45f0-a439-f2c35cdc4fb2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-94674cf8-091b-45f0-a439-f2c35cdc4fb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-94674cf8-091b-45f0-a439-f2c35cdc4fb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-94674cf8-091b-45f0-a439-f2c35cdc4fb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-6ac8198c-37d8-48e4-a77f-f156c8a9cfb1 {
  text-align: center;
}

#s-6ac8198c-37d8-48e4-a77f-f156c8a9cfb1 {
  overflow: hidden;
  
  
}







  #s-6ac8198c-37d8-48e4-a77f-f156c8a9cfb1 img.shogun-image {
    

    
    
    
  }


#s-6ac8198c-37d8-48e4-a77f-f156c8a9cfb1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fc802970-7d86-42cc-bc2a-8846d58120e7 {
  margin-bottom: 10px;
text-align: center;
}

#s-fc802970-7d86-42cc-bc2a-8846d58120e7 {
  overflow: hidden;
  
  
}







  #s-fc802970-7d86-42cc-bc2a-8846d58120e7 img.shogun-image {
    

    
    
    
  }


#s-fc802970-7d86-42cc-bc2a-8846d58120e7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-aa7b1708-45a6-46bb-9af9-65ab1321e998 {
  margin-bottom: 10px;
text-align: center;
}

#s-aa7b1708-45a6-46bb-9af9-65ab1321e998 {
  overflow: hidden;
  
  
}







  #s-aa7b1708-45a6-46bb-9af9-65ab1321e998 img.shogun-image {
    

    
    
    
  }


#s-aa7b1708-45a6-46bb-9af9-65ab1321e998 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fb7d6f2e-4035-4c6a-bebc-bc9cd7571714 {
  margin-top: 4px;
text-align: center;
}

#s-fb7d6f2e-4035-4c6a-bebc-bc9cd7571714 {
  overflow: hidden;
  
  
}







  #s-fb7d6f2e-4035-4c6a-bebc-bc9cd7571714 img.shogun-image {
    

    
    
    
  }


#s-fb7d6f2e-4035-4c6a-bebc-bc9cd7571714 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-ce705c3c-450e-46d5-b3bb-32baec0d4031"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ce705c3c-450e-46d5-b3bb-32baec0d4031"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ce705c3c-450e-46d5-b3bb-32baec0d4031"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ce705c3c-450e-46d5-b3bb-32baec0d4031"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-1412fab3-9bf9-4f24-816e-738b846d701b {
  text-align: center;
}

#s-1412fab3-9bf9-4f24-816e-738b846d701b {
  overflow: hidden;
  
  
}







  #s-1412fab3-9bf9-4f24-816e-738b846d701b img.shogun-image {
    

    
    
    
  }


#s-1412fab3-9bf9-4f24-816e-738b846d701b .shogun-image-content {
  
    justify-content: center;
  
}

#s-18a61953-6e86-4cd8-ba36-9b0d6f996002 {
  margin-bottom: 10px;
text-align: center;
}

#s-18a61953-6e86-4cd8-ba36-9b0d6f996002 {
  overflow: hidden;
  
  
}







  #s-18a61953-6e86-4cd8-ba36-9b0d6f996002 img.shogun-image {
    

    
    
    
  }


#s-18a61953-6e86-4cd8-ba36-9b0d6f996002 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4b81eac0-7890-48c6-93ec-d6b0449acc3c {
  margin-bottom: 10px;
text-align: center;
}

#s-4b81eac0-7890-48c6-93ec-d6b0449acc3c {
  overflow: hidden;
  
  
}







  #s-4b81eac0-7890-48c6-93ec-d6b0449acc3c img.shogun-image {
    

    
    
    
  }


#s-4b81eac0-7890-48c6-93ec-d6b0449acc3c .shogun-image-content {
  
    justify-content: center;
  
}

#s-addac02a-bb59-4075-b03f-444828bc61cc {
  text-align: center;
}

#s-addac02a-bb59-4075-b03f-444828bc61cc {
  overflow: hidden;
  
  
}







  #s-addac02a-bb59-4075-b03f-444828bc61cc img.shogun-image {
    

    
    
    
  }


#s-addac02a-bb59-4075-b03f-444828bc61cc .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-4bc16985-5bc4-4c95-9c05-fbb5e83b4389"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bc16985-5bc4-4c95-9c05-fbb5e83b4389"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-4bc16985-5bc4-4c95-9c05-fbb5e83b4389"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-4bc16985-5bc4-4c95-9c05-fbb5e83b4389"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-4bc16985-5bc4-4c95-9c05-fbb5e83b4389"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-4bc16985-5bc4-4c95-9c05-fbb5e83b4389"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-4bc16985-5bc4-4c95-9c05-fbb5e83b4389"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

#s-2b4dcbdd-ff3c-4725-aa9d-88a1f68c5fb0 {
  margin-top: 5%;
text-align: center;
}

#s-2b4dcbdd-ff3c-4725-aa9d-88a1f68c5fb0 {
  overflow: hidden;
  
  
}







  #s-2b4dcbdd-ff3c-4725-aa9d-88a1f68c5fb0 img.shogun-image {
    

    
    
    
  }


#s-2b4dcbdd-ff3c-4725-aa9d-88a1f68c5fb0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4342de06-35fb-483d-9665-360db1d43fa2 {
  margin-top: 14%;
text-align: center;
}

#s-4342de06-35fb-483d-9665-360db1d43fa2 {
  overflow: hidden;
  
  
}







  #s-4342de06-35fb-483d-9665-360db1d43fa2 img.shogun-image {
    

    
    
    
  }


#s-4342de06-35fb-483d-9665-360db1d43fa2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1c127e82-0640-4a40-a227-0f6ca91fe48b {
  text-align: center;
}

#s-1c127e82-0640-4a40-a227-0f6ca91fe48b {
  overflow: hidden;
  
  
}







  #s-1c127e82-0640-4a40-a227-0f6ca91fe48b img.shogun-image {
    

    
    
    
  }


#s-1c127e82-0640-4a40-a227-0f6ca91fe48b .shogun-image-content {
  
    justify-content: center;
  
}

#s-179af70c-fe58-47ea-946d-fc04d06ac1e0 {
  text-align: center;
}

#s-179af70c-fe58-47ea-946d-fc04d06ac1e0 {
  overflow: hidden;
  
  
}







  #s-179af70c-fe58-47ea-946d-fc04d06ac1e0 img.shogun-image {
    

    
    
    
  }


#s-179af70c-fe58-47ea-946d-fc04d06ac1e0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ed5afe19-cdea-40ee-a619-10f11620a105 {
  margin-top: 10%;
text-align: center;
}

#s-ed5afe19-cdea-40ee-a619-10f11620a105 {
  overflow: hidden;
  
  
}







  #s-ed5afe19-cdea-40ee-a619-10f11620a105 img.shogun-image {
    

    
    
    
  }


#s-ed5afe19-cdea-40ee-a619-10f11620a105 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-b70970dd-355a-43d8-bf61-04a46bc6b767"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b70970dd-355a-43d8-bf61-04a46bc6b767"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b70970dd-355a-43d8-bf61-04a46bc6b767"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b70970dd-355a-43d8-bf61-04a46bc6b767"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b70970dd-355a-43d8-bf61-04a46bc6b767"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b70970dd-355a-43d8-bf61-04a46bc6b767"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b70970dd-355a-43d8-bf61-04a46bc6b767"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-0e0a2825-a045-47fe-80f6-aa6f4ae1c262"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e0a2825-a045-47fe-80f6-aa6f4ae1c262"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0e0a2825-a045-47fe-80f6-aa6f4ae1c262"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0e0a2825-a045-47fe-80f6-aa6f4ae1c262"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0e0a2825-a045-47fe-80f6-aa6f4ae1c262"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e0a2825-a045-47fe-80f6-aa6f4ae1c262"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0e0a2825-a045-47fe-80f6-aa6f4ae1c262"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-94b412ba-9c6f-430d-8a97-31059b10948a {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-94b412ba-9c6f-430d-8a97-31059b10948a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94b412ba-9c6f-430d-8a97-31059b10948a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-94b412ba-9c6f-430d-8a97-31059b10948a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-94b412ba-9c6f-430d-8a97-31059b10948a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-1094dfc1-46c1-4010-81d9-9d4574ab5dcb {
  text-align: center;
}

#s-1094dfc1-46c1-4010-81d9-9d4574ab5dcb {
  overflow: hidden;
  
  
}







  #s-1094dfc1-46c1-4010-81d9-9d4574ab5dcb img.shogun-image {
    

    
    
    
  }


#s-1094dfc1-46c1-4010-81d9-9d4574ab5dcb .shogun-image-content {
  
    justify-content: center;
  
}

#s-2ebc1940-5d87-4dd6-ad86-2c9537a4d143 {
  text-align: center;
}

#s-2ebc1940-5d87-4dd6-ad86-2c9537a4d143 {
  overflow: hidden;
  
  
}







  #s-2ebc1940-5d87-4dd6-ad86-2c9537a4d143 img.shogun-image {
    

    
    
    
  }


#s-2ebc1940-5d87-4dd6-ad86-2c9537a4d143 .shogun-image-content {
  
    justify-content: center;
  
}

#s-562a2fdf-a6bd-4784-92b9-840bb518b021 {
  text-align: center;
}

#s-562a2fdf-a6bd-4784-92b9-840bb518b021 {
  overflow: hidden;
  
  
}







  #s-562a2fdf-a6bd-4784-92b9-840bb518b021 img.shogun-image {
    

    
    
    
  }


#s-562a2fdf-a6bd-4784-92b9-840bb518b021 .shogun-image-content {
  
    justify-content: center;
  
}

#s-98136ade-cada-4941-b7f2-11a533752288 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-98136ade-cada-4941-b7f2-11a533752288"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98136ade-cada-4941-b7f2-11a533752288"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-98136ade-cada-4941-b7f2-11a533752288"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-98136ade-cada-4941-b7f2-11a533752288"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-14811b4f-fdc4-47f0-8d02-38b0885c5f77 {
  text-align: center;
}

#s-14811b4f-fdc4-47f0-8d02-38b0885c5f77 {
  overflow: hidden;
  
  
}







  #s-14811b4f-fdc4-47f0-8d02-38b0885c5f77 img.shogun-image {
    

    
    
    
  }


#s-14811b4f-fdc4-47f0-8d02-38b0885c5f77 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d9b57611-ddf0-4443-9b9f-33bec77389e1 {
  text-align: center;
}

#s-d9b57611-ddf0-4443-9b9f-33bec77389e1 {
  overflow: hidden;
  
  
}







  #s-d9b57611-ddf0-4443-9b9f-33bec77389e1 img.shogun-image {
    

    
    
    
  }


#s-d9b57611-ddf0-4443-9b9f-33bec77389e1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-423292d6-a9ad-4df6-8d98-eda901cee89f {
  text-align: center;
}

#s-423292d6-a9ad-4df6-8d98-eda901cee89f {
  overflow: hidden;
  
  
}







  #s-423292d6-a9ad-4df6-8d98-eda901cee89f img.shogun-image {
    

    
    
    
  }


#s-423292d6-a9ad-4df6-8d98-eda901cee89f .shogun-image-content {
  
    justify-content: center;
  
}

#s-4e90fdb5-3833-4017-b9c6-96a2b9bbb139 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4e90fdb5-3833-4017-b9c6-96a2b9bbb139"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e90fdb5-3833-4017-b9c6-96a2b9bbb139"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-4e90fdb5-3833-4017-b9c6-96a2b9bbb139"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-4e90fdb5-3833-4017-b9c6-96a2b9bbb139"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-4e90fdb5-3833-4017-b9c6-96a2b9bbb139"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-4e90fdb5-3833-4017-b9c6-96a2b9bbb139"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-4e90fdb5-3833-4017-b9c6-96a2b9bbb139"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

}

#s-195fd87e-931c-46fb-a091-ec2d8cad094f {
  margin-top: 5%;
margin-bottom: 0%;
text-align: center;
}

#s-195fd87e-931c-46fb-a091-ec2d8cad094f {
  overflow: hidden;
  
  
}







  #s-195fd87e-931c-46fb-a091-ec2d8cad094f img.shogun-image {
    

    
    
    
  }


#s-195fd87e-931c-46fb-a091-ec2d8cad094f .shogun-image-content {
  
    justify-content: center;
  
}

#s-76313c99-4f91-4ce6-b183-bf9b125598ba {
  margin-top: 0%;
margin-bottom: 5%;
text-align: center;
}

#s-76313c99-4f91-4ce6-b183-bf9b125598ba {
  overflow: hidden;
  
  
}







  #s-76313c99-4f91-4ce6-b183-bf9b125598ba img.shogun-image {
    

    
    
    
  }


#s-76313c99-4f91-4ce6-b183-bf9b125598ba .shogun-image-content {
  
    justify-content: center;
  
}

#s-ebd8ea19-4269-45ce-9fc9-cfd045e932d2 {
  text-align: center;
}

#s-ebd8ea19-4269-45ce-9fc9-cfd045e932d2 {
  overflow: hidden;
  
  
}







  #s-ebd8ea19-4269-45ce-9fc9-cfd045e932d2 img.shogun-image {
    

    
    
    
  }


#s-ebd8ea19-4269-45ce-9fc9-cfd045e932d2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c49aa6d2-e9d9-472a-b30f-58d9d72fdbbc {
  margin-top: 5%;
text-align: center;
}

#s-c49aa6d2-e9d9-472a-b30f-58d9d72fdbbc {
  overflow: hidden;
  
  
}







  #s-c49aa6d2-e9d9-472a-b30f-58d9d72fdbbc img.shogun-image {
    

    
    
    
  }


#s-c49aa6d2-e9d9-472a-b30f-58d9d72fdbbc .shogun-image-content {
  
    justify-content: center;
  
}

#s-0b0e6198-a48c-42fe-9010-ca15cf6034f6 {
  text-align: center;
}

#s-0b0e6198-a48c-42fe-9010-ca15cf6034f6 {
  overflow: hidden;
  
  
}







  #s-0b0e6198-a48c-42fe-9010-ca15cf6034f6 img.shogun-image {
    

    
    
    
  }


#s-0b0e6198-a48c-42fe-9010-ca15cf6034f6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-455cbe4e-75fc-443a-9549-7b9217ecc92f {
  margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-455cbe4e-75fc-443a-9549-7b9217ecc92f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-455cbe4e-75fc-443a-9549-7b9217ecc92f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-455cbe4e-75fc-443a-9549-7b9217ecc92f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-455cbe4e-75fc-443a-9549-7b9217ecc92f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-455cbe4e-75fc-443a-9549-7b9217ecc92f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-455cbe4e-75fc-443a-9549-7b9217ecc92f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-455cbe4e-75fc-443a-9549-7b9217ecc92f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5px);
}

}

#s-2fc05006-852b-4699-808c-2aa06a6cc90c {
  margin-top: 10%;
margin-left: 6%;
max-width: 80%;
text-align: center;
}

#s-2fc05006-852b-4699-808c-2aa06a6cc90c {
  overflow: hidden;
  
  
      max-width: 80%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-2fc05006-852b-4699-808c-2aa06a6cc90c img.shogun-image {
    

    
    
    
  }


#s-2fc05006-852b-4699-808c-2aa06a6cc90c .shogun-image-content {
  
    justify-content: center;
  
}

#s-c012cc05-3d55-4af0-96ff-6c2e7158535f {
  margin-top: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c012cc05-3d55-4af0-96ff-6c2e7158535f {
  overflow: hidden;
  
  
}







  #s-c012cc05-3d55-4af0-96ff-6c2e7158535f img.shogun-image {
    

    
    
    
  }


#s-c012cc05-3d55-4af0-96ff-6c2e7158535f .shogun-image-content {
  
    justify-content: center;
  
}

#s-470abe29-cfc7-4264-8660-85b2be9e539d {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-470abe29-cfc7-4264-8660-85b2be9e539d {
  display: none;
}
#s-470abe29-cfc7-4264-8660-85b2be9e539d, #wrap-s-470abe29-cfc7-4264-8660-85b2be9e539d, #wrap-content-s-470abe29-cfc7-4264-8660-85b2be9e539d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-470abe29-cfc7-4264-8660-85b2be9e539d {
  display: none;
}
#s-470abe29-cfc7-4264-8660-85b2be9e539d, #wrap-s-470abe29-cfc7-4264-8660-85b2be9e539d, #wrap-content-s-470abe29-cfc7-4264-8660-85b2be9e539d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-470abe29-cfc7-4264-8660-85b2be9e539d {
  display: none;
}
#s-470abe29-cfc7-4264-8660-85b2be9e539d, #wrap-s-470abe29-cfc7-4264-8660-85b2be9e539d, #wrap-content-s-470abe29-cfc7-4264-8660-85b2be9e539d { display: none !important; }}@media (max-width: 767px){#s-470abe29-cfc7-4264-8660-85b2be9e539d {
  margin-top: 0em;
margin-bottom: 1em;
padding-left: 0%;
padding-right: 0%;
}
}







#s-470abe29-cfc7-4264-8660-85b2be9e539d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-470abe29-cfc7-4264-8660-85b2be9e539d.shg-box.shg-c {
  justify-content: center;
}

#s-81d7bbac-478b-4ae4-ad6d-c66efe3f85dc {
  padding-top: 3%;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-81d7bbac-478b-4ae4-ad6d-c66efe3f85dc {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 0.5em;
padding-bottom: 10px;
}
}
#s-81d7bbac-478b-4ae4-ad6d-c66efe3f85dc .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 1.5em;
  
  
  
}


@media (max-width: 767px){#s-81d7bbac-478b-4ae4-ad6d-c66efe3f85dc .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.5em;
  
  
  
}


}
@media (min-width: 0px) {
[id="s-2e1408ea-2361-45e2-84aa-7fe842a6c5c0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-2e1408ea-2361-45e2-84aa-7fe842a6c5c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2e1408ea-2361-45e2-84aa-7fe842a6c5c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2e1408ea-2361-45e2-84aa-7fe842a6c5c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-b7e1e0e9-eedf-46a7-bf7a-4c139bc4da73 {
  margin-bottom: 10px;
margin-right: -50%;
padding-left: 40%;
padding-right: 10%;
max-width: 150%;
text-align: center;
}

#s-b7e1e0e9-eedf-46a7-bf7a-4c139bc4da73 {
  overflow: hidden;
  
  
      max-width: 150%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-b7e1e0e9-eedf-46a7-bf7a-4c139bc4da73 img.shogun-image {
    

    
    
    
  }


#s-b7e1e0e9-eedf-46a7-bf7a-4c139bc4da73 .shogun-image-content {
  
    justify-content: center;
  
}

#s-98a244e5-ad3a-4641-8379-967e1a404ba7 {
  margin-bottom: 10px;
margin-right: -50%;
padding-left: 40%;
padding-right: 10%;
max-width: 150%;
text-align: center;
}

#s-98a244e5-ad3a-4641-8379-967e1a404ba7 {
  overflow: hidden;
  
  
      max-width: 150%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-98a244e5-ad3a-4641-8379-967e1a404ba7 img.shogun-image {
    

    
    
    
  }


#s-98a244e5-ad3a-4641-8379-967e1a404ba7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c30febcb-1aab-40a0-bb79-4400eced2743 {
  margin-left: 0%;
margin-right: -50%;
padding-left: 40%;
padding-right: 10%;
max-width: 150%;
text-align: center;
}

#s-c30febcb-1aab-40a0-bb79-4400eced2743 {
  overflow: hidden;
  
  
      max-width: 150%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-c30febcb-1aab-40a0-bb79-4400eced2743 img.shogun-image {
    

    
    
    
  }


#s-c30febcb-1aab-40a0-bb79-4400eced2743 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b0c75f2a-ccb7-47b9-b118-4aea1a7afb27 {
  margin-right: -50%;
padding-left: 40%;
padding-right: 10%;
max-width: 150%;
text-align: center;
}

#s-b0c75f2a-ccb7-47b9-b118-4aea1a7afb27 {
  overflow: hidden;
  
  
      max-width: 150%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-b0c75f2a-ccb7-47b9-b118-4aea1a7afb27 img.shogun-image {
    

    
    
    
  }


#s-b0c75f2a-ccb7-47b9-b118-4aea1a7afb27 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4c538031-d806-4150-a5c3-8fd43a7c1b6a {
  margin-left: 0%;
margin-right: -50%;
padding-left: 40%;
padding-right: 10%;
max-width: 150%;
text-align: center;
}

#s-4c538031-d806-4150-a5c3-8fd43a7c1b6a {
  overflow: hidden;
  
  
      max-width: 150%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-4c538031-d806-4150-a5c3-8fd43a7c1b6a img.shogun-image {
    

    
    
    
  }


#s-4c538031-d806-4150-a5c3-8fd43a7c1b6a .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-aaf1562e-2dcc-497b-97aa-84b7662abb15"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-aaf1562e-2dcc-497b-97aa-84b7662abb15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-aaf1562e-2dcc-497b-97aa-84b7662abb15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-aaf1562e-2dcc-497b-97aa-84b7662abb15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3b26a357-e2df-4bfa-9ee4-9cce4505616e {
  margin-left: 10%;
margin-right: -15%;
max-width: 120%;
text-align: center;
}

#s-3b26a357-e2df-4bfa-9ee4-9cce4505616e {
  overflow: hidden;
  
  
      max-width: 120%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-3b26a357-e2df-4bfa-9ee4-9cce4505616e img.shogun-image {
    

    
    
    
  }


#s-3b26a357-e2df-4bfa-9ee4-9cce4505616e .shogun-image-content {
  
    justify-content: center;
  
}

#s-6dc8780e-bb98-4222-8b5f-b28823f4841d {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
@media (max-width: 767px){#s-6dc8780e-bb98-4222-8b5f-b28823f4841d {
  margin-bottom: 4px;
}
}
@media (min-width: 0px) {
[id="s-6dc8780e-bb98-4222-8b5f-b28823f4841d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6dc8780e-bb98-4222-8b5f-b28823f4841d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6dc8780e-bb98-4222-8b5f-b28823f4841d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6dc8780e-bb98-4222-8b5f-b28823f4841d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-36b01111-5c2f-4b03-8ef9-6abaeb4373fc {
  margin-left: 0%;
margin-right: 0%;
padding-left: 25%;
padding-right: 0%;
max-width: 90%;
text-align: center;
}

#s-36b01111-5c2f-4b03-8ef9-6abaeb4373fc {
  overflow: hidden;
  
  
      max-width: 90%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-36b01111-5c2f-4b03-8ef9-6abaeb4373fc img.shogun-image {
    

    
    
    
  }


#s-36b01111-5c2f-4b03-8ef9-6abaeb4373fc .shogun-image-content {
  
    justify-content: center;
  
}

#s-d91d7c4a-7521-4f48-b664-6f3a62fab3ca {
  margin-left: -30%;
padding-left: 25%;
padding-right: 0%;
max-width: 90%;
text-align: center;
}

#s-d91d7c4a-7521-4f48-b664-6f3a62fab3ca {
  overflow: hidden;
  
  
      max-width: 90%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-d91d7c4a-7521-4f48-b664-6f3a62fab3ca img.shogun-image {
    

    
    
    
  }


#s-d91d7c4a-7521-4f48-b664-6f3a62fab3ca .shogun-image-content {
  
    justify-content: center;
  
}

#s-2e67c38f-8162-46f9-9ad3-b8d6abf23e2f {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-2e67c38f-8162-46f9-9ad3-b8d6abf23e2f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2e67c38f-8162-46f9-9ad3-b8d6abf23e2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2e67c38f-8162-46f9-9ad3-b8d6abf23e2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e67c38f-8162-46f9-9ad3-b8d6abf23e2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-aa841a4c-b191-45de-adad-f4b95a91691c {
  margin-left: 0%;
margin-right: 0%;
padding-left: 25%;
padding-right: 0%;
max-width: 90%;
text-align: center;
}

#s-aa841a4c-b191-45de-adad-f4b95a91691c {
  overflow: hidden;
  
  
      max-width: 90%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-aa841a4c-b191-45de-adad-f4b95a91691c img.shogun-image {
    

    
    
    
  }


#s-aa841a4c-b191-45de-adad-f4b95a91691c .shogun-image-content {
  
    justify-content: center;
  
}

#s-dda7a52f-a213-4c13-8c36-f334852cd992 {
  margin-left: -30%;
padding-left: 25%;
padding-right: 0%;
max-width: 90%;
text-align: center;
}

#s-dda7a52f-a213-4c13-8c36-f334852cd992 {
  overflow: hidden;
  
  
      max-width: 90%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-dda7a52f-a213-4c13-8c36-f334852cd992 img.shogun-image {
    

    
    
    
  }


#s-dda7a52f-a213-4c13-8c36-f334852cd992 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-c3b70405-1f63-4bf0-9e37-bb994d5c26dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c3b70405-1f63-4bf0-9e37-bb994d5c26dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c3b70405-1f63-4bf0-9e37-bb994d5c26dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3b70405-1f63-4bf0-9e37-bb994d5c26dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4d86a7f0-3fd6-4ae8-992b-2c0dc0cff87f {
  min-height: 50px;
}








#s-4d86a7f0-3fd6-4ae8-992b-2c0dc0cff87f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d86a7f0-3fd6-4ae8-992b-2c0dc0cff87f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9e17f035-3d12-4fe9-a364-8ceab5f77c45"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-9e17f035-3d12-4fe9-a364-8ceab5f77c45"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9e17f035-3d12-4fe9-a364-8ceab5f77c45"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9e17f035-3d12-4fe9-a364-8ceab5f77c45"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-3220b0ff-f7ab-40b7-a6d0-c7b5fa4c70b2 {
  margin-bottom: 10px;
margin-right: -50%;
padding-left: 40%;
padding-right: 10%;
max-width: 150%;
text-align: center;
}

#s-3220b0ff-f7ab-40b7-a6d0-c7b5fa4c70b2 {
  overflow: hidden;
  
  
      max-width: 150%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-3220b0ff-f7ab-40b7-a6d0-c7b5fa4c70b2 img.shogun-image {
    

    
    
    
  }


#s-3220b0ff-f7ab-40b7-a6d0-c7b5fa4c70b2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a9affaf2-a1c7-46e5-a5aa-854bf4bdeeae {
  margin-bottom: 10px;
margin-right: -50%;
padding-left: 40%;
padding-right: 10%;
max-width: 150%;
text-align: center;
}

#s-a9affaf2-a1c7-46e5-a5aa-854bf4bdeeae {
  overflow: hidden;
  
  
      max-width: 150%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-a9affaf2-a1c7-46e5-a5aa-854bf4bdeeae img.shogun-image {
    

    
    
    
  }


#s-a9affaf2-a1c7-46e5-a5aa-854bf4bdeeae .shogun-image-content {
  
    justify-content: center;
  
}

#s-f4982eab-b81d-493d-bad1-a99f3dd4efed {
  margin-left: 0%;
margin-right: -50%;
padding-left: 40%;
padding-right: 10%;
max-width: 150%;
text-align: center;
}

#s-f4982eab-b81d-493d-bad1-a99f3dd4efed {
  overflow: hidden;
  
  
      max-width: 150%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-f4982eab-b81d-493d-bad1-a99f3dd4efed img.shogun-image {
    

    
    
    
  }


#s-f4982eab-b81d-493d-bad1-a99f3dd4efed .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-7943d433-ec9a-408b-96c3-6e3b62e19115"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-7943d433-ec9a-408b-96c3-6e3b62e19115"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7943d433-ec9a-408b-96c3-6e3b62e19115"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7943d433-ec9a-408b-96c3-6e3b62e19115"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-b9971372-a22d-4afa-8a9e-6949b6342848 {
  margin-bottom: 10px;
margin-right: -50%;
padding-left: 40%;
padding-right: 10%;
max-width: 150%;
text-align: center;
}

#s-b9971372-a22d-4afa-8a9e-6949b6342848 {
  overflow: hidden;
  
  
      max-width: 150%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-b9971372-a22d-4afa-8a9e-6949b6342848 img.shogun-image {
    

    
    
    
  }


#s-b9971372-a22d-4afa-8a9e-6949b6342848 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c882c2c3-c48d-44ea-bd71-ee8d6bcfd7f2 {
  margin-bottom: 10px;
margin-right: -50%;
padding-left: 40%;
padding-right: 10%;
max-width: 150%;
text-align: center;
}

#s-c882c2c3-c48d-44ea-bd71-ee8d6bcfd7f2 {
  overflow: hidden;
  
  
      max-width: 150%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-c882c2c3-c48d-44ea-bd71-ee8d6bcfd7f2 img.shogun-image {
    

    
    
    
  }


#s-c882c2c3-c48d-44ea-bd71-ee8d6bcfd7f2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9a5fbe6e-b9bf-4ecb-9945-b170831dacab {
  margin-left: 0%;
margin-right: -50%;
padding-left: 40%;
padding-right: 10%;
max-width: 150%;
text-align: center;
}

#s-9a5fbe6e-b9bf-4ecb-9945-b170831dacab {
  overflow: hidden;
  
  
      max-width: 150%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-9a5fbe6e-b9bf-4ecb-9945-b170831dacab img.shogun-image {
    

    
    
    
  }


#s-9a5fbe6e-b9bf-4ecb-9945-b170831dacab .shogun-image-content {
  
    justify-content: center;
  
}

#s-d41c133b-bcca-433e-a8cb-6ede7255b3ee {
  margin-left: 1%;
margin-right: 0%;
max-width: 109%;
text-align: center;
}

#s-d41c133b-bcca-433e-a8cb-6ede7255b3ee {
  overflow: hidden;
  
  
      max-width: 109%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-d41c133b-bcca-433e-a8cb-6ede7255b3ee img.shogun-image {
    

    
    
    
  }


#s-d41c133b-bcca-433e-a8cb-6ede7255b3ee .shogun-image-content {
  
    justify-content: center;
  
}

#s-48d67cb9-6d03-42b9-9d68-e2179a9a02e9 {
  margin-top: 0em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-48d67cb9-6d03-42b9-9d68-e2179a9a02e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-48d67cb9-6d03-42b9-9d68-e2179a9a02e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-48d67cb9-6d03-42b9-9d68-e2179a9a02e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-48d67cb9-6d03-42b9-9d68-e2179a9a02e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-a4a7ecdc-ff29-44cf-a0cc-97ce4ca49515 {
  margin-top: 0.5em;
margin-left: 2em;
margin-bottom: 0em;
margin-right: -2em;
text-align: center;
}

#s-a4a7ecdc-ff29-44cf-a0cc-97ce4ca49515 {
  overflow: hidden;
  
  
}







  #s-a4a7ecdc-ff29-44cf-a0cc-97ce4ca49515 img.shogun-image {
    

    
    
    
  }


#s-a4a7ecdc-ff29-44cf-a0cc-97ce4ca49515 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d5600b50-117b-4d6f-ba3a-1ae6ef2ef9dc {
  margin-left: 0em;
max-width: 100%;
text-align: center;
}

#s-d5600b50-117b-4d6f-ba3a-1ae6ef2ef9dc {
  overflow: hidden;
  
  
      max-width: 100%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-d5600b50-117b-4d6f-ba3a-1ae6ef2ef9dc img.shogun-image {
    

    
    
    
  }


#s-d5600b50-117b-4d6f-ba3a-1ae6ef2ef9dc .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-2e38ef4c-ed37-4176-bdea-51cc2d722730"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2e38ef4c-ed37-4176-bdea-51cc2d722730"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2e38ef4c-ed37-4176-bdea-51cc2d722730"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e38ef4c-ed37-4176-bdea-51cc2d722730"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-afe42468-094c-4e00-9ad7-735184cdb944 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-afe42468-094c-4e00-9ad7-735184cdb944"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-afe42468-094c-4e00-9ad7-735184cdb944"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-afe42468-094c-4e00-9ad7-735184cdb944"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-afe42468-094c-4e00-9ad7-735184cdb944"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1604bcbe-f5b4-4825-8c5a-62d7e3a7e9e9 {
  margin-left: 20%;
margin-right: 0%;
padding-left: 10%;
padding-right: 0%;
max-width: 90%;
text-align: center;
}

#s-1604bcbe-f5b4-4825-8c5a-62d7e3a7e9e9 {
  overflow: hidden;
  
  
      max-width: 90%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-1604bcbe-f5b4-4825-8c5a-62d7e3a7e9e9 img.shogun-image {
    

    
    
    
  }


#s-1604bcbe-f5b4-4825-8c5a-62d7e3a7e9e9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2ff76fa9-32bf-45d8-99a1-1e9684c8c8ac {
  margin-left: -30%;
padding-left: 20%;
max-width: 90%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2ff76fa9-32bf-45d8-99a1-1e9684c8c8ac {
  margin-left: -35%;
}
}@media (max-width: 767px){#s-2ff76fa9-32bf-45d8-99a1-1e9684c8c8ac {
  margin-left: -40%;
}
}
#s-2ff76fa9-32bf-45d8-99a1-1e9684c8c8ac {
  overflow: hidden;
  
  
      max-width: 90%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-2ff76fa9-32bf-45d8-99a1-1e9684c8c8ac img.shogun-image {
    

    
    
    
  }


#s-2ff76fa9-32bf-45d8-99a1-1e9684c8c8ac .shogun-image-content {
  
    justify-content: center;
  
}

#s-9c88d59c-3826-4209-9ae0-fd060991500f {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9c88d59c-3826-4209-9ae0-fd060991500f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9c88d59c-3826-4209-9ae0-fd060991500f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c88d59c-3826-4209-9ae0-fd060991500f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c88d59c-3826-4209-9ae0-fd060991500f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f2699edd-6409-4fa7-86a4-5dafc1293192 {
  margin-left: 20%;
margin-right: 0%;
padding-left: 10%;
padding-right: 0%;
max-width: 90%;
text-align: center;
}

#s-f2699edd-6409-4fa7-86a4-5dafc1293192 {
  overflow: hidden;
  
  
      max-width: 90%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-f2699edd-6409-4fa7-86a4-5dafc1293192 img.shogun-image {
    

    
    
    
  }


#s-f2699edd-6409-4fa7-86a4-5dafc1293192 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a931574c-95a6-4014-815e-f502d4146bc0 {
  margin-left: -30%;
padding-left: 20%;
max-width: 90%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a931574c-95a6-4014-815e-f502d4146bc0 {
  margin-left: -35%;
}
}@media (max-width: 767px){#s-a931574c-95a6-4014-815e-f502d4146bc0 {
  margin-left: -40%;
}
}
#s-a931574c-95a6-4014-815e-f502d4146bc0 {
  overflow: hidden;
  
  
      max-width: 90%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-a931574c-95a6-4014-815e-f502d4146bc0 img.shogun-image {
    

    
    
    
  }


#s-a931574c-95a6-4014-815e-f502d4146bc0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-33ea02fd-4dd9-4cec-8d41-bf44685e671e {
  margin-top: 1em;
margin-left: -3em;
margin-right: 4em;
text-align: center;
}

#s-33ea02fd-4dd9-4cec-8d41-bf44685e671e {
  overflow: hidden;
  
  
}







  #s-33ea02fd-4dd9-4cec-8d41-bf44685e671e img.shogun-image {
    

    
    
    
  }


#s-33ea02fd-4dd9-4cec-8d41-bf44685e671e .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-603f18a9-9470-474b-9209-0b1d960c43c0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-603f18a9-9470-474b-9209-0b1d960c43c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-603f18a9-9470-474b-9209-0b1d960c43c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-603f18a9-9470-474b-9209-0b1d960c43c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-6f05d1dd-adf6-4be1-99ee-2900d35743d5 {
  margin-bottom: 10px;
margin-right: -50%;
padding-left: 40%;
padding-right: 10%;
max-width: 150%;
text-align: center;
}

#s-6f05d1dd-adf6-4be1-99ee-2900d35743d5 {
  overflow: hidden;
  
  
      max-width: 150%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-6f05d1dd-adf6-4be1-99ee-2900d35743d5 img.shogun-image {
    

    
    
    
  }


#s-6f05d1dd-adf6-4be1-99ee-2900d35743d5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-91cbe4c5-4c79-444f-a2b7-cb6c7b6aed91 {
  margin-left: 0%;
margin-right: -50%;
padding-left: 40%;
padding-right: 10%;
max-width: 150%;
text-align: center;
}

#s-91cbe4c5-4c79-444f-a2b7-cb6c7b6aed91 {
  overflow: hidden;
  
  
      max-width: 150%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-91cbe4c5-4c79-444f-a2b7-cb6c7b6aed91 img.shogun-image {
    

    
    
    
  }


#s-91cbe4c5-4c79-444f-a2b7-cb6c7b6aed91 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0cb8b6c4-8987-44f5-8e21-a5fd9f1281af {
  margin-left: 0%;
margin-right: -50%;
padding-left: 40%;
padding-right: 10%;
max-width: 150%;
text-align: center;
}

#s-0cb8b6c4-8987-44f5-8e21-a5fd9f1281af {
  overflow: hidden;
  
  
      max-width: 150%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-0cb8b6c4-8987-44f5-8e21-a5fd9f1281af img.shogun-image {
    

    
    
    
  }


#s-0cb8b6c4-8987-44f5-8e21-a5fd9f1281af .shogun-image-content {
  
    justify-content: center;
  
}

#s-253e3d07-8dae-4697-8963-4c3554e9f1e4 {
  margin-right: -50%;
padding-left: 40%;
padding-right: 10%;
max-width: 150%;
text-align: center;
}

#s-253e3d07-8dae-4697-8963-4c3554e9f1e4 {
  overflow: hidden;
  
  
      max-width: 150%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-253e3d07-8dae-4697-8963-4c3554e9f1e4 img.shogun-image {
    

    
    
    
  }


#s-253e3d07-8dae-4697-8963-4c3554e9f1e4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2b4082e1-054c-4076-a273-c431830d7b7d {
  margin-left: 0%;
margin-right: -50%;
padding-left: 40%;
padding-right: 10%;
max-width: 150%;
text-align: center;
}

#s-2b4082e1-054c-4076-a273-c431830d7b7d {
  overflow: hidden;
  
  
      max-width: 150%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-2b4082e1-054c-4076-a273-c431830d7b7d img.shogun-image {
    

    
    
    
  }


#s-2b4082e1-054c-4076-a273-c431830d7b7d .shogun-image-content {
  
    justify-content: center;
  
}

#s-65399d74-1291-41cf-b825-b400bd8e6d83 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-65399d74-1291-41cf-b825-b400bd8e6d83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65399d74-1291-41cf-b825-b400bd8e6d83.shg-box.shg-c {
  justify-content: center;
}

#s-4532e63e-60a4-4d0d-98c8-d348aeb28e1e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4532e63e-60a4-4d0d-98c8-d348aeb28e1e {
  display: none;
}
#s-4532e63e-60a4-4d0d-98c8-d348aeb28e1e, #wrap-s-4532e63e-60a4-4d0d-98c8-d348aeb28e1e, #wrap-content-s-4532e63e-60a4-4d0d-98c8-d348aeb28e1e { display: none !important; }}







#s-4532e63e-60a4-4d0d-98c8-d348aeb28e1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4532e63e-60a4-4d0d-98c8-d348aeb28e1e.shg-box.shg-c {
  justify-content: center;
}

#s-e48aa43c-211e-443e-9581-ac14927f72b3 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e48aa43c-211e-443e-9581-ac14927f72b3 {
  display: none;
}
#s-e48aa43c-211e-443e-9581-ac14927f72b3, #wrap-s-e48aa43c-211e-443e-9581-ac14927f72b3, #wrap-content-s-e48aa43c-211e-443e-9581-ac14927f72b3 { display: none !important; }}







#s-e48aa43c-211e-443e-9581-ac14927f72b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e48aa43c-211e-443e-9581-ac14927f72b3.shg-box.shg-c {
  justify-content: center;
}

#s-15786640-3fa8-4c3c-beb3-00f7046046e9 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

#s-15786640-3fa8-4c3c-beb3-00f7046046e9 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-15786640-3fa8-4c3c-beb3-00f7046046e9 .shg-sld-nav-button.shg-sld-left,
#s-15786640-3fa8-4c3c-beb3-00f7046046e9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-690addae-07e2-4bfc-b8c9-8a229dcdefde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-690addae-07e2-4bfc-b8c9-8a229dcdefde"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-690addae-07e2-4bfc-b8c9-8a229dcdefde"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-690addae-07e2-4bfc-b8c9-8a229dcdefde"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-49060f0c-cfb7-4e70-952f-c1b047cd3834"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-49060f0c-cfb7-4e70-952f-c1b047cd3834"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-49060f0c-cfb7-4e70-952f-c1b047cd3834"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-49060f0c-cfb7-4e70-952f-c1b047cd3834"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#iframeID{
display:none;
}
#iframe-img h3{
 font-family: 'Roobert-Bold'; 
}
#s-1bb2a9f3-cc29-42fe-9439-b3483ed8b034 {
  text-align: center;
}

#s-8fe1acea-462b-4e36-9643-4f377955bfee {
  text-align: center;
}

#s-1aa70c0d-cf0f-4170-8c60-1665986129fd {
  text-align: center;
}

#s-d65c35d1-b183-472d-981f-1079bef52033 {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-4bc9ca19-fc75-4562-9620-6c3075cecf07"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4bc9ca19-fc75-4562-9620-6c3075cecf07"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4bc9ca19-fc75-4562-9620-6c3075cecf07"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4bc9ca19-fc75-4562-9620-6c3075cecf07"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-bd3b0061-d3dc-4271-97cf-b27c1bfdaa23 {
  text-align: center;
}

#s-d869161a-72ba-4b23-a20c-35bb6e2610ef {
  text-align: center;
}

#s-8a26ef84-caba-409e-95e5-a88ade357dd9 {
  text-align: center;
}

#s-211ceb49-a6eb-45f7-84ea-38d4e26ae720 {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-33495170-f2b3-4d09-9e61-1d47374a7c94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33495170-f2b3-4d09-9e61-1d47374a7c94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33495170-f2b3-4d09-9e61-1d47374a7c94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33495170-f2b3-4d09-9e61-1d47374a7c94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-0493691b-f8c4-4fda-aebf-9e9bb97b8c08"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0493691b-f8c4-4fda-aebf-9e9bb97b8c08"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0493691b-f8c4-4fda-aebf-9e9bb97b8c08"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0493691b-f8c4-4fda-aebf-9e9bb97b8c08"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e2afe94c-6b8b-4b15-8cb1-e55bb165ca0c {
  text-align: center;
}

#s-b3041f27-946d-44c7-9edf-48d502b9b7be {
  text-align: center;
}

#s-d03ff007-735c-4cc2-9736-f2f2e5e2c0a0 {
  text-align: center;
}

#s-93e8c99c-57c9-4d38-93db-4f18755ee826 {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-5adaf0de-0641-4103-af87-f5c37d651aaf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5adaf0de-0641-4103-af87-f5c37d651aaf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5adaf0de-0641-4103-af87-f5c37d651aaf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5adaf0de-0641-4103-af87-f5c37d651aaf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7ed7348e-64e7-4975-ae90-64ceaefca821 {
  text-align: center;
}

#s-210d27e5-2862-4081-98e1-60fb791e320a {
  text-align: center;
}

#s-6672217f-8618-4680-9775-4183c4a4e308 {
  text-align: center;
}

#s-ab798e3d-5a5c-4641-8a5c-f5ace7c5df58 {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-19d20725-ca14-4cd5-9b83-6641511e271b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19d20725-ca14-4cd5-9b83-6641511e271b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19d20725-ca14-4cd5-9b83-6641511e271b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19d20725-ca14-4cd5-9b83-6641511e271b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-6a08550d-e6ca-4a5f-b948-3d2a0979982e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6a08550d-e6ca-4a5f-b948-3d2a0979982e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6a08550d-e6ca-4a5f-b948-3d2a0979982e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6a08550d-e6ca-4a5f-b948-3d2a0979982e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-43d4221f-cdd1-4cdf-8995-d620a7fea298 {
  text-align: center;
}

#s-a477eba2-6220-4aff-98ce-14152efd0fec {
  text-align: center;
}

#s-73967ba6-ce02-4087-a8f3-5894801c5c20 {
  text-align: center;
}

#s-15ab2fe5-718b-43a0-a9e7-2115ab9d9d15 {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-f307f552-7bfe-430c-8bea-d51e4fb470f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f307f552-7bfe-430c-8bea-d51e4fb470f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f307f552-7bfe-430c-8bea-d51e4fb470f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f307f552-7bfe-430c-8bea-d51e4fb470f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-99a25527-ad71-4c23-bc8c-9688a594d874 {
  text-align: center;
}

#s-3f2f6cf9-74d8-46a1-b230-54d5b1647181 {
  text-align: center;
}

#s-f53195cd-cf20-4346-adb4-aea057072a2b {
  text-align: center;
}

#s-1bf6e1ed-ee67-4722-913b-16dd370ba2e0 {
  text-align: center;
}

#s-f3d8f6af-61ed-4b93-974e-0621d2f0d96e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f3d8f6af-61ed-4b93-974e-0621d2f0d96e {
  display: none;
}
#s-f3d8f6af-61ed-4b93-974e-0621d2f0d96e, #wrap-s-f3d8f6af-61ed-4b93-974e-0621d2f0d96e, #wrap-content-s-f3d8f6af-61ed-4b93-974e-0621d2f0d96e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3d8f6af-61ed-4b93-974e-0621d2f0d96e {
  display: none;
}
#s-f3d8f6af-61ed-4b93-974e-0621d2f0d96e, #wrap-s-f3d8f6af-61ed-4b93-974e-0621d2f0d96e, #wrap-content-s-f3d8f6af-61ed-4b93-974e-0621d2f0d96e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3d8f6af-61ed-4b93-974e-0621d2f0d96e {
  display: none;
}
#s-f3d8f6af-61ed-4b93-974e-0621d2f0d96e, #wrap-s-f3d8f6af-61ed-4b93-974e-0621d2f0d96e, #wrap-content-s-f3d8f6af-61ed-4b93-974e-0621d2f0d96e { display: none !important; }}







#s-f3d8f6af-61ed-4b93-974e-0621d2f0d96e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3d8f6af-61ed-4b93-974e-0621d2f0d96e.shg-box.shg-c {
  justify-content: center;
}

#s-72afe5c7-a280-493d-8f9d-8b80c787d29f {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

#s-72afe5c7-a280-493d-8f9d-8b80c787d29f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-72afe5c7-a280-493d-8f9d-8b80c787d29f .shg-sld-nav-button.shg-sld-left,
#s-72afe5c7-a280-493d-8f9d-8b80c787d29f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-b9322e11-0587-45d1-8c26-fa5f03bade0c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b9322e11-0587-45d1-8c26-fa5f03bade0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b9322e11-0587-45d1-8c26-fa5f03bade0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9322e11-0587-45d1-8c26-fa5f03bade0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b55f78c9-3923-4637-9911-d39abc559776 {
  text-align: center;
}

#s-dea982f4-7917-4c5c-be70-974267d5c06f {
  text-align: center;
}

#s-cf2976a2-d9d1-4ef3-84c5-6f674845f030 {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-57991d87-7dae-4edc-95f5-400fd4156a12"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-57991d87-7dae-4edc-95f5-400fd4156a12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-57991d87-7dae-4edc-95f5-400fd4156a12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-57991d87-7dae-4edc-95f5-400fd4156a12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-39577a2a-be40-4ad6-aa78-8802e64ed6aa {
  text-align: center;
}

#s-c174eed1-486b-41fb-8d62-311cf709b06d {
  text-align: center;
}

#s-a791b7a0-6754-4d12-acee-9370aa3f955f {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-fb060492-982d-48ab-b5ed-bbd19639b313"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb060492-982d-48ab-b5ed-bbd19639b313"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fb060492-982d-48ab-b5ed-bbd19639b313"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb060492-982d-48ab-b5ed-bbd19639b313"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-2bbef25e-f72b-4b2c-8453-42ab1b2878ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bbef25e-f72b-4b2c-8453-42ab1b2878ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2bbef25e-f72b-4b2c-8453-42ab1b2878ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bbef25e-f72b-4b2c-8453-42ab1b2878ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-b2317d29-05fa-42e8-8bca-908089cccc80"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b2317d29-05fa-42e8-8bca-908089cccc80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b2317d29-05fa-42e8-8bca-908089cccc80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2317d29-05fa-42e8-8bca-908089cccc80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-11a8ca0e-c200-4d69-a86e-10d1c6bb68fe {
  text-align: center;
}

#s-bb084ef5-e8a5-44f5-84d2-4bcd2f1c4147 {
  text-align: center;
}

#s-81033912-3111-4e42-a72b-617850646424 {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-b6f6ba93-0d03-43a4-be61-4b51751d24d7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b6f6ba93-0d03-43a4-be61-4b51751d24d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b6f6ba93-0d03-43a4-be61-4b51751d24d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6f6ba93-0d03-43a4-be61-4b51751d24d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4263ad44-8c5c-414a-a4d8-2625dbe1f2a3 {
  text-align: center;
}

#s-2be887c6-ff1c-45fd-a94d-8e0d19aa7296 {
  text-align: center;
}

#s-0f177298-f275-432b-b2a3-8bdcefe2e970 {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-bf74498f-0a6d-466a-9834-fdcd728956d0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-bf74498f-0a6d-466a-9834-fdcd728956d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bf74498f-0a6d-466a-9834-fdcd728956d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf74498f-0a6d-466a-9834-fdcd728956d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8104dfc6-0f31-4bf2-a252-d1de74d29968 {
  text-align: center;
}

#s-62de107a-ff3e-43e8-ab72-3921ef8395ed {
  text-align: center;
}

#s-0b73481b-8763-415f-84ae-4181634503ed {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-3577647b-9d82-4045-8add-74bd3cd503d3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3577647b-9d82-4045-8add-74bd3cd503d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3577647b-9d82-4045-8add-74bd3cd503d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3577647b-9d82-4045-8add-74bd3cd503d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-043d2b51-da01-4fc3-97eb-2ab377b7f44a {
  text-align: center;
}

#s-7c38cdd1-1579-49ae-9830-21a7d51cbd16 {
  text-align: center;
}

#s-11c85873-6b3b-4dd9-b8aa-0a7616e02de4 {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-d343eaa1-4e04-49e5-a58c-5e145d9d88b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d343eaa1-4e04-49e5-a58c-5e145d9d88b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d343eaa1-4e04-49e5-a58c-5e145d9d88b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d343eaa1-4e04-49e5-a58c-5e145d9d88b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-c789bcec-e1af-4a76-b839-2a226214e76b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c789bcec-e1af-4a76-b839-2a226214e76b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c789bcec-e1af-4a76-b839-2a226214e76b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c789bcec-e1af-4a76-b839-2a226214e76b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-017a664a-2758-4ba7-8f8e-49a398aea7bd {
  text-align: center;
}

#s-843ebaf5-04f5-421d-aafe-d04d943ab2bd {
  text-align: center;
}

#s-5813fe46-82ec-4d53-8933-343c356c13ba {
  text-align: center;
}

#s-f881aab2-7772-4926-b3ea-a2cf6c4a5b5f {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-9d6868c6-9b05-479f-9481-02fa19463bf2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9d6868c6-9b05-479f-9481-02fa19463bf2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9d6868c6-9b05-479f-9481-02fa19463bf2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9d6868c6-9b05-479f-9481-02fa19463bf2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-04358212-880d-4abd-a9e7-bb00dd494d28 {
  text-align: center;
}

#s-3f27d731-b120-4ea3-9771-b5c619cf70e1 {
  text-align: center;
}

#s-6d044f53-692a-4c37-b595-fb9bd5ca7e51 {
  text-align: center;
}

#s-04e6e1e8-2022-467f-9d4f-53d2c6cdf12a {
  text-align: center;
}

#s-73622b28-1080-4563-a577-249947d45636 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-73622b28-1080-4563-a577-249947d45636 {
  
}
}







#s-73622b28-1080-4563-a577-249947d45636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73622b28-1080-4563-a577-249947d45636.shg-box.shg-c {
  justify-content: center;
}

#s-16e9cee6-c050-4b38-ab0f-8c1db5c37489 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
