.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-e5f77aab-5e86-4eef-8aac-d5540a865f14 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5f77aab-5e86-4eef-8aac-d5540a865f14 {
  display: none;
}
#s-e5f77aab-5e86-4eef-8aac-d5540a865f14, #wrap-s-e5f77aab-5e86-4eef-8aac-d5540a865f14, #wrap-content-s-e5f77aab-5e86-4eef-8aac-d5540a865f14 { display: none !important; }}@media (max-width: 767px){#s-e5f77aab-5e86-4eef-8aac-d5540a865f14 {
  margin-top: 0px;
margin-bottom: 0px;
display: none;
}
#s-e5f77aab-5e86-4eef-8aac-d5540a865f14, #wrap-s-e5f77aab-5e86-4eef-8aac-d5540a865f14, #wrap-content-s-e5f77aab-5e86-4eef-8aac-d5540a865f14 { display: none !important; }}
#s-e5f77aab-5e86-4eef-8aac-d5540a865f14 {
  background-image: url(https://i.shgcdn.com/12946577-5ad6-4aa3-b3a5-323fdb777e5b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e5f77aab-5e86-4eef-8aac-d5540a865f14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5f77aab-5e86-4eef-8aac-d5540a865f14.shg-box.shg-c {
  justify-content: flex-start;
}

.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-8dfda25a-f67f-4e06-8990-53cdabc205fd {
  margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
max-width: 16em;
text-align: right;
}
@media (min-width: 1200px){#s-8dfda25a-f67f-4e06-8990-53cdabc205fd {
  display: none;
}
#s-8dfda25a-f67f-4e06-8990-53cdabc205fd, #wrap-s-8dfda25a-f67f-4e06-8990-53cdabc205fd, #wrap-content-s-8dfda25a-f67f-4e06-8990-53cdabc205fd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8dfda25a-f67f-4e06-8990-53cdabc205fd {
  display: none;
}
#s-8dfda25a-f67f-4e06-8990-53cdabc205fd, #wrap-s-8dfda25a-f67f-4e06-8990-53cdabc205fd, #wrap-content-s-8dfda25a-f67f-4e06-8990-53cdabc205fd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8dfda25a-f67f-4e06-8990-53cdabc205fd {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
}
}
#s-8dfda25a-f67f-4e06-8990-53cdabc205fd {
  overflow: hidden;
  
  
      max-width: 16em;
      
      
        margin-left: auto;
        margin-right: 0;
      
      
  
}







  #s-8dfda25a-f67f-4e06-8990-53cdabc205fd img.shogun-image {
    

    
    
    
  }


#s-8dfda25a-f67f-4e06-8990-53cdabc205fd .shogun-image-content {
  
    justify-content: 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 {
  
  
  
}

.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;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

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

.shg-theme-text-content p {
  
  
  
}

#s-47c2c1fe-8d37-4e71-84c9-dbb871bc898c {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
}
@media (min-width: 1200px){#s-47c2c1fe-8d37-4e71-84c9-dbb871bc898c {
  display: none;
}
#s-47c2c1fe-8d37-4e71-84c9-dbb871bc898c, #wrap-s-47c2c1fe-8d37-4e71-84c9-dbb871bc898c, #wrap-content-s-47c2c1fe-8d37-4e71-84c9-dbb871bc898c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47c2c1fe-8d37-4e71-84c9-dbb871bc898c {
  display: none;
}
#s-47c2c1fe-8d37-4e71-84c9-dbb871bc898c, #wrap-s-47c2c1fe-8d37-4e71-84c9-dbb871bc898c, #wrap-content-s-47c2c1fe-8d37-4e71-84c9-dbb871bc898c { display: none !important; }}
#s-75ad1e39-4448-4d8c-90af-7e2b1887c788 {
  margin-left: 11%;
margin-right: 11%;
min-height: 50px;
}
@media (min-width: 1200px){#s-75ad1e39-4448-4d8c-90af-7e2b1887c788 {
  display: none;
}
#s-75ad1e39-4448-4d8c-90af-7e2b1887c788, #wrap-s-75ad1e39-4448-4d8c-90af-7e2b1887c788, #wrap-content-s-75ad1e39-4448-4d8c-90af-7e2b1887c788 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75ad1e39-4448-4d8c-90af-7e2b1887c788 {
  display: none;
}
#s-75ad1e39-4448-4d8c-90af-7e2b1887c788, #wrap-s-75ad1e39-4448-4d8c-90af-7e2b1887c788, #wrap-content-s-75ad1e39-4448-4d8c-90af-7e2b1887c788 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75ad1e39-4448-4d8c-90af-7e2b1887c788 {
  display: none;
}
#s-75ad1e39-4448-4d8c-90af-7e2b1887c788, #wrap-s-75ad1e39-4448-4d8c-90af-7e2b1887c788, #wrap-content-s-75ad1e39-4448-4d8c-90af-7e2b1887c788 { display: none !important; }}
#s-75ad1e39-4448-4d8c-90af-7e2b1887c788 {
  background-image: url();
}








#s-75ad1e39-4448-4d8c-90af-7e2b1887c788 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-75ad1e39-4448-4d8c-90af-7e2b1887c788.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-29a313e9-c88d-43a2-891b-573e104823b0 {
  margin-top: 0%;
margin-bottom: 3%;
margin-right: 0px;
}
@media (min-width: 1200px){#s-29a313e9-c88d-43a2-891b-573e104823b0 {
  display: none;
}
#s-29a313e9-c88d-43a2-891b-573e104823b0, #wrap-s-29a313e9-c88d-43a2-891b-573e104823b0, #wrap-content-s-29a313e9-c88d-43a2-891b-573e104823b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29a313e9-c88d-43a2-891b-573e104823b0 {
  display: none;
}
#s-29a313e9-c88d-43a2-891b-573e104823b0, #wrap-s-29a313e9-c88d-43a2-891b-573e104823b0, #wrap-content-s-29a313e9-c88d-43a2-891b-573e104823b0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-29a313e9-c88d-43a2-891b-573e104823b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29a313e9-c88d-43a2-891b-573e104823b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29a313e9-c88d-43a2-891b-573e104823b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29a313e9-c88d-43a2-891b-573e104823b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2c15c313-0666-4c02-9a93-0cc2ea143fc8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 9%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c15c313-0666-4c02-9a93-0cc2ea143fc8 {
  display: none;
}
#s-2c15c313-0666-4c02-9a93-0cc2ea143fc8, #wrap-s-2c15c313-0666-4c02-9a93-0cc2ea143fc8, #wrap-content-s-2c15c313-0666-4c02-9a93-0cc2ea143fc8 { display: none !important; }}@media (max-width: 767px){#s-2c15c313-0666-4c02-9a93-0cc2ea143fc8 {
  display: none;
}
#s-2c15c313-0666-4c02-9a93-0cc2ea143fc8, #wrap-s-2c15c313-0666-4c02-9a93-0cc2ea143fc8, #wrap-content-s-2c15c313-0666-4c02-9a93-0cc2ea143fc8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2c15c313-0666-4c02-9a93-0cc2ea143fc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c15c313-0666-4c02-9a93-0cc2ea143fc8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c15c313-0666-4c02-9a93-0cc2ea143fc8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2c15c313-0666-4c02-9a93-0cc2ea143fc8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c15c313-0666-4c02-9a93-0cc2ea143fc8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c15c313-0666-4c02-9a93-0cc2ea143fc8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c15c313-0666-4c02-9a93-0cc2ea143fc8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-b3429bce-7333-4194-8f3d-a90402bd15b1 {
  margin-bottom: 25px;
max-width: 16em;
text-align: center;
}

#s-b3429bce-7333-4194-8f3d-a90402bd15b1 {
  overflow: hidden;
  
  
      max-width: 16em;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-b3429bce-7333-4194-8f3d-a90402bd15b1 img.shogun-image {
    

    
    
    
  }


#s-b3429bce-7333-4194-8f3d-a90402bd15b1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-dec887c8-bda2-434b-9f81-cd6bf00b9928 {
  margin-top: 4px;
margin-left: 0px;
margin-bottom: 1px;
}

.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-87c3a355-6b5a-441b-9f4b-dd541857788b {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-86068e98-ac28-4880-8548-27ca08bf28ab {
  margin-top: 3px;
}
@media (min-width: 1200px){#s-86068e98-ac28-4880-8548-27ca08bf28ab {
  display: none;
}
#s-86068e98-ac28-4880-8548-27ca08bf28ab, #wrap-s-86068e98-ac28-4880-8548-27ca08bf28ab, #wrap-content-s-86068e98-ac28-4880-8548-27ca08bf28ab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86068e98-ac28-4880-8548-27ca08bf28ab {
  display: none;
}
#s-86068e98-ac28-4880-8548-27ca08bf28ab, #wrap-s-86068e98-ac28-4880-8548-27ca08bf28ab, #wrap-content-s-86068e98-ac28-4880-8548-27ca08bf28ab { display: none !important; }}
#s-e9ce9570-7b7b-4814-ad87-d364ee2d26eb {
  margin-top: 3px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9ce9570-7b7b-4814-ad87-d364ee2d26eb {
  display: none;
}
#s-e9ce9570-7b7b-4814-ad87-d364ee2d26eb, #wrap-s-e9ce9570-7b7b-4814-ad87-d364ee2d26eb, #wrap-content-s-e9ce9570-7b7b-4814-ad87-d364ee2d26eb { display: none !important; }}@media (max-width: 767px){#s-e9ce9570-7b7b-4814-ad87-d364ee2d26eb {
  display: none;
}
#s-e9ce9570-7b7b-4814-ad87-d364ee2d26eb, #wrap-s-e9ce9570-7b7b-4814-ad87-d364ee2d26eb, #wrap-content-s-e9ce9570-7b7b-4814-ad87-d364ee2d26eb { display: none !important; }}
#s-b9c23730-a571-455f-b901-3ce8efe41c3e {
  margin-top: -15px;
}
@media (min-width: 1200px){#s-b9c23730-a571-455f-b901-3ce8efe41c3e {
  display: none;
}
#s-b9c23730-a571-455f-b901-3ce8efe41c3e, #wrap-s-b9c23730-a571-455f-b901-3ce8efe41c3e, #wrap-content-s-b9c23730-a571-455f-b901-3ce8efe41c3e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9c23730-a571-455f-b901-3ce8efe41c3e {
  display: none;
}
#s-b9c23730-a571-455f-b901-3ce8efe41c3e, #wrap-s-b9c23730-a571-455f-b901-3ce8efe41c3e, #wrap-content-s-b9c23730-a571-455f-b901-3ce8efe41c3e { display: none !important; }}
#s-19e8b738-a752-4e1e-9563-a0cf8dfd7672 {
  margin-top: -15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-19e8b738-a752-4e1e-9563-a0cf8dfd7672 {
  display: none;
}
#s-19e8b738-a752-4e1e-9563-a0cf8dfd7672, #wrap-s-19e8b738-a752-4e1e-9563-a0cf8dfd7672, #wrap-content-s-19e8b738-a752-4e1e-9563-a0cf8dfd7672 { display: none !important; }}@media (max-width: 767px){#s-19e8b738-a752-4e1e-9563-a0cf8dfd7672 {
  display: none;
}
#s-19e8b738-a752-4e1e-9563-a0cf8dfd7672, #wrap-s-19e8b738-a752-4e1e-9563-a0cf8dfd7672, #wrap-content-s-19e8b738-a752-4e1e-9563-a0cf8dfd7672 { display: none !important; }}
#s-90152ad2-a54a-4cc5-b6b6-bafbd5f64717 {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
text-align: center;
}

#s-90152ad2-a54a-4cc5-b6b6-bafbd5f64717 {
  overflow: hidden;
  
  
      max-width: 170px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-90152ad2-a54a-4cc5-b6b6-bafbd5f64717 img.shogun-image {
    

    
    
    
  }


#s-90152ad2-a54a-4cc5-b6b6-bafbd5f64717 .shogun-image-content {
  
    justify-content: center;
  
}

#s-de2521ac-f995-4600-ad31-8f56240b8969 {
  margin-left: 11%;
margin-right: 11%;
min-height: 50px;
}
@media (min-width: 1200px){#s-de2521ac-f995-4600-ad31-8f56240b8969 {
  display: none;
}
#s-de2521ac-f995-4600-ad31-8f56240b8969, #wrap-s-de2521ac-f995-4600-ad31-8f56240b8969, #wrap-content-s-de2521ac-f995-4600-ad31-8f56240b8969 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de2521ac-f995-4600-ad31-8f56240b8969 {
  display: none;
}
#s-de2521ac-f995-4600-ad31-8f56240b8969, #wrap-s-de2521ac-f995-4600-ad31-8f56240b8969, #wrap-content-s-de2521ac-f995-4600-ad31-8f56240b8969 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de2521ac-f995-4600-ad31-8f56240b8969 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-de2521ac-f995-4600-ad31-8f56240b8969 {
  display: none;
}
#s-de2521ac-f995-4600-ad31-8f56240b8969, #wrap-s-de2521ac-f995-4600-ad31-8f56240b8969, #wrap-content-s-de2521ac-f995-4600-ad31-8f56240b8969 { display: none !important; }}
#s-de2521ac-f995-4600-ad31-8f56240b8969 {
  background-image: url();
}








#s-de2521ac-f995-4600-ad31-8f56240b8969 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-de2521ac-f995-4600-ad31-8f56240b8969.shg-box.shg-c {
  justify-content: center;
}

#s-bcbbb916-7491-4949-8826-50eb3dedf603 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-0b08ec66-78f0-41a9-a5cf-8c5e45966ddd {
  margin-top: 3px;
}
@media (min-width: 1200px){#s-0b08ec66-78f0-41a9-a5cf-8c5e45966ddd {
  display: none;
}
#s-0b08ec66-78f0-41a9-a5cf-8c5e45966ddd, #wrap-s-0b08ec66-78f0-41a9-a5cf-8c5e45966ddd, #wrap-content-s-0b08ec66-78f0-41a9-a5cf-8c5e45966ddd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b08ec66-78f0-41a9-a5cf-8c5e45966ddd {
  display: none;
}
#s-0b08ec66-78f0-41a9-a5cf-8c5e45966ddd, #wrap-s-0b08ec66-78f0-41a9-a5cf-8c5e45966ddd, #wrap-content-s-0b08ec66-78f0-41a9-a5cf-8c5e45966ddd { display: none !important; }}
#s-76f6326c-b158-431e-91d7-c84a53527ba0 {
  margin-top: -15px;
}
@media (min-width: 1200px){#s-76f6326c-b158-431e-91d7-c84a53527ba0 {
  display: none;
}
#s-76f6326c-b158-431e-91d7-c84a53527ba0, #wrap-s-76f6326c-b158-431e-91d7-c84a53527ba0, #wrap-content-s-76f6326c-b158-431e-91d7-c84a53527ba0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76f6326c-b158-431e-91d7-c84a53527ba0 {
  display: none;
}
#s-76f6326c-b158-431e-91d7-c84a53527ba0, #wrap-s-76f6326c-b158-431e-91d7-c84a53527ba0, #wrap-content-s-76f6326c-b158-431e-91d7-c84a53527ba0 { display: none !important; }}
#s-96c69826-fd84-40d9-ab96-6b5832102cdd {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
text-align: center;
}

#s-96c69826-fd84-40d9-ab96-6b5832102cdd {
  overflow: hidden;
  
  
      max-width: 170px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-96c69826-fd84-40d9-ab96-6b5832102cdd img.shogun-image {
    

    
    
    
  }


#s-96c69826-fd84-40d9-ab96-6b5832102cdd .shogun-image-content {
  
    justify-content: center;
  
}

#s-936e3f26-90ff-47d1-9437-fd757c1b2bcc {
  margin-top: 0%;
margin-left: 8%;
margin-right: 12%;
}
@media (min-width: 768px) and (max-width: 991px){#s-936e3f26-90ff-47d1-9437-fd757c1b2bcc {
  display: none;
}
#s-936e3f26-90ff-47d1-9437-fd757c1b2bcc, #wrap-s-936e3f26-90ff-47d1-9437-fd757c1b2bcc, #wrap-content-s-936e3f26-90ff-47d1-9437-fd757c1b2bcc { display: none !important; }}@media (max-width: 767px){#s-936e3f26-90ff-47d1-9437-fd757c1b2bcc {
  display: none;
}
#s-936e3f26-90ff-47d1-9437-fd757c1b2bcc, #wrap-s-936e3f26-90ff-47d1-9437-fd757c1b2bcc, #wrap-content-s-936e3f26-90ff-47d1-9437-fd757c1b2bcc { display: none !important; }}
@media (min-width: 0px) {
[id="s-936e3f26-90ff-47d1-9437-fd757c1b2bcc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-936e3f26-90ff-47d1-9437-fd757c1b2bcc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-936e3f26-90ff-47d1-9437-fd757c1b2bcc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-936e3f26-90ff-47d1-9437-fd757c1b2bcc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-77658c7e-cc83-4b15-b18c-737fa044f30b {
  margin-top: 5%;
margin-bottom: 4%;
max-width: 90%;
text-align: left;
}

#s-77658c7e-cc83-4b15-b18c-737fa044f30b {
  overflow: hidden;
  
  
      max-width: 90%;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-77658c7e-cc83-4b15-b18c-737fa044f30b img.shogun-image {
    

    
    
    
  }


#s-77658c7e-cc83-4b15-b18c-737fa044f30b .shogun-image-content {
  
    justify-content: center;
  
}

#s-12bb218a-4fd8-46ad-ae98-947a17a214cf {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-5682b020-69c8-49a1-95a1-878ed669b890 {
  margin-top: 3px;
}
@media (min-width: 1200px){#s-5682b020-69c8-49a1-95a1-878ed669b890 {
  display: none;
}
#s-5682b020-69c8-49a1-95a1-878ed669b890, #wrap-s-5682b020-69c8-49a1-95a1-878ed669b890, #wrap-content-s-5682b020-69c8-49a1-95a1-878ed669b890 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5682b020-69c8-49a1-95a1-878ed669b890 {
  display: none;
}
#s-5682b020-69c8-49a1-95a1-878ed669b890, #wrap-s-5682b020-69c8-49a1-95a1-878ed669b890, #wrap-content-s-5682b020-69c8-49a1-95a1-878ed669b890 { display: none !important; }}
#s-bc002aea-6580-404e-a22a-f609fcbbc075 {
  margin-top: 3%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc002aea-6580-404e-a22a-f609fcbbc075 {
  display: none;
}
#s-bc002aea-6580-404e-a22a-f609fcbbc075, #wrap-s-bc002aea-6580-404e-a22a-f609fcbbc075, #wrap-content-s-bc002aea-6580-404e-a22a-f609fcbbc075 { display: none !important; }}@media (max-width: 767px){#s-bc002aea-6580-404e-a22a-f609fcbbc075 {
  display: none;
}
#s-bc002aea-6580-404e-a22a-f609fcbbc075, #wrap-s-bc002aea-6580-404e-a22a-f609fcbbc075, #wrap-content-s-bc002aea-6580-404e-a22a-f609fcbbc075 { display: none !important; }}
#s-8c44ae71-6920-42dc-ade4-374c9daf0ff1 {
  margin-top: -15px;
}
@media (min-width: 1200px){#s-8c44ae71-6920-42dc-ade4-374c9daf0ff1 {
  display: none;
}
#s-8c44ae71-6920-42dc-ade4-374c9daf0ff1, #wrap-s-8c44ae71-6920-42dc-ade4-374c9daf0ff1, #wrap-content-s-8c44ae71-6920-42dc-ade4-374c9daf0ff1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c44ae71-6920-42dc-ade4-374c9daf0ff1 {
  display: none;
}
#s-8c44ae71-6920-42dc-ade4-374c9daf0ff1, #wrap-s-8c44ae71-6920-42dc-ade4-374c9daf0ff1, #wrap-content-s-8c44ae71-6920-42dc-ade4-374c9daf0ff1 { display: none !important; }}
#s-69218f6d-2d0f-4ac7-89d2-af01f993e771 {
  margin-top: -2%;
margin-bottom: -2%;
padding-bottom: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-69218f6d-2d0f-4ac7-89d2-af01f993e771 {
  display: none;
}
#s-69218f6d-2d0f-4ac7-89d2-af01f993e771, #wrap-s-69218f6d-2d0f-4ac7-89d2-af01f993e771, #wrap-content-s-69218f6d-2d0f-4ac7-89d2-af01f993e771 { display: none !important; }}@media (max-width: 767px){#s-69218f6d-2d0f-4ac7-89d2-af01f993e771 {
  display: none;
}
#s-69218f6d-2d0f-4ac7-89d2-af01f993e771, #wrap-s-69218f6d-2d0f-4ac7-89d2-af01f993e771, #wrap-content-s-69218f6d-2d0f-4ac7-89d2-af01f993e771 { display: none !important; }}
#s-6049c78f-e352-490b-88cf-bb5d55004421 {
  min-height: 10%;
}

@media (min-width: 0px) {
[id="s-6049c78f-e352-490b-88cf-bb5d55004421"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6049c78f-e352-490b-88cf-bb5d55004421"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6049c78f-e352-490b-88cf-bb5d55004421"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6049c78f-e352-490b-88cf-bb5d55004421"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6049c78f-e352-490b-88cf-bb5d55004421"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6049c78f-e352-490b-88cf-bb5d55004421"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6049c78f-e352-490b-88cf-bb5d55004421"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.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 {
  
  
}

.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-bfc5c136-1efe-4c80-99bc-d9d8a0a50cc2 {
  box-shadow:3px 3px 9px 0px rgba(0, 0, 0, 0.5);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNkYjIyMDUtZWUxYS00NjhhLWJmMTItNTI0MGIyOWYzYjhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmM3ZTA1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmNjNzFiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyY2RiMjIwNS1lZTFhLTQ2OGEtYmYxMi01MjQwYjI5ZjNiOGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-radius: 2px;
text-align: left;
text-decoration: none;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fc7e05"}, {"id"=>2, "pos"=>1, "color"=>"#fcc71b"}];
}
#s-bfc5c136-1efe-4c80-99bc-d9d8a0a50cc2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bfc5c136-1efe-4c80-99bc-d9d8a0a50cc2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bfc5c136-1efe-4c80-99bc-d9d8a0a50cc2-root {
    text-align: left;
  }


#s-bfc5c136-1efe-4c80-99bc-d9d8a0a50cc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bfc5c136-1efe-4c80-99bc-d9d8a0a50cc2-root {
    text-align: left;
  }


#s-bfc5c136-1efe-4c80-99bc-d9d8a0a50cc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfc5c136-1efe-4c80-99bc-d9d8a0a50cc2-root {
    text-align: left;
  }


#s-bfc5c136-1efe-4c80-99bc-d9d8a0a50cc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bfc5c136-1efe-4c80-99bc-d9d8a0a50cc2-root {
    text-align: left;
  }


#s-bfc5c136-1efe-4c80-99bc-d9d8a0a50cc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bfc5c136-1efe-4c80-99bc-d9d8a0a50cc2-root {
    text-align: left;
  }


#s-bfc5c136-1efe-4c80-99bc-d9d8a0a50cc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-a427e71a-8e95-4e41-a093-c9c03ab54076 {
  box-shadow:3px 3px 9px 0px rgba(0, 0, 0, 0.5);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDQyYTA2OWMtZWRhOC00OGEyLWE0ZmQtZjg3ODAwZjgzMDEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDJkNGY5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWY5ZWZkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwNDJhMDY5Yy1lZGE4LTQ4YTItYTRmZC1mODc4MDBmODMwMTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
text-decoration: none;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#02d4f9"}, {"id"=>2, "pos"=>1, "color"=>"#1f9efd"}];
opacity: 1;
}
#s-a427e71a-8e95-4e41-a093-c9c03ab54076:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a427e71a-8e95-4e41-a093-c9c03ab54076:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a427e71a-8e95-4e41-a093-c9c03ab54076-root {
    text-align: left;
  }


#s-a427e71a-8e95-4e41-a093-c9c03ab54076.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a427e71a-8e95-4e41-a093-c9c03ab54076-root {
    text-align: left;
  }


#s-a427e71a-8e95-4e41-a093-c9c03ab54076.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a427e71a-8e95-4e41-a093-c9c03ab54076-root {
    text-align: left;
  }


#s-a427e71a-8e95-4e41-a093-c9c03ab54076.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a427e71a-8e95-4e41-a093-c9c03ab54076-root {
    text-align: left;
  }


#s-a427e71a-8e95-4e41-a093-c9c03ab54076.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a427e71a-8e95-4e41-a093-c9c03ab54076-root {
    text-align: left;
  }


#s-a427e71a-8e95-4e41-a093-c9c03ab54076.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-d076ab97-a5f3-4336-b961-b514b5dc2d9b {
  min-height: 50px;
}








#s-d076ab97-a5f3-4336-b961-b514b5dc2d9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d076ab97-a5f3-4336-b961-b514b5dc2d9b.shg-box.shg-c {
  justify-content: center;
}

#s-b755f839-e93d-4fc6-9afe-e2465af3ab79 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-b755f839-e93d-4fc6-9afe-e2465af3ab79 {
  display: none;
}
#s-b755f839-e93d-4fc6-9afe-e2465af3ab79, #wrap-s-b755f839-e93d-4fc6-9afe-e2465af3ab79, #wrap-content-s-b755f839-e93d-4fc6-9afe-e2465af3ab79 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b755f839-e93d-4fc6-9afe-e2465af3ab79 {
  display: none;
}
#s-b755f839-e93d-4fc6-9afe-e2465af3ab79, #wrap-s-b755f839-e93d-4fc6-9afe-e2465af3ab79, #wrap-content-s-b755f839-e93d-4fc6-9afe-e2465af3ab79 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b755f839-e93d-4fc6-9afe-e2465af3ab79 {
  display: none;
}
#s-b755f839-e93d-4fc6-9afe-e2465af3ab79, #wrap-s-b755f839-e93d-4fc6-9afe-e2465af3ab79, #wrap-content-s-b755f839-e93d-4fc6-9afe-e2465af3ab79 { display: none !important; }}@media (max-width: 767px){#s-b755f839-e93d-4fc6-9afe-e2465af3ab79 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-b755f839-e93d-4fc6-9afe-e2465af3ab79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b755f839-e93d-4fc6-9afe-e2465af3ab79.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8689ec5b-f130-4f67-9d01-992633b3b94f {
  margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
max-width: 16em;
text-align: right;
}
@media (min-width: 1200px){#s-8689ec5b-f130-4f67-9d01-992633b3b94f {
  display: none;
}
#s-8689ec5b-f130-4f67-9d01-992633b3b94f, #wrap-s-8689ec5b-f130-4f67-9d01-992633b3b94f, #wrap-content-s-8689ec5b-f130-4f67-9d01-992633b3b94f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8689ec5b-f130-4f67-9d01-992633b3b94f {
  display: none;
}
#s-8689ec5b-f130-4f67-9d01-992633b3b94f, #wrap-s-8689ec5b-f130-4f67-9d01-992633b3b94f, #wrap-content-s-8689ec5b-f130-4f67-9d01-992633b3b94f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8689ec5b-f130-4f67-9d01-992633b3b94f {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
}
}
#s-8689ec5b-f130-4f67-9d01-992633b3b94f {
  overflow: hidden;
  
  
      max-width: 16em;
      
      
        margin-left: auto;
        margin-right: 0;
      
      
  
}







  #s-8689ec5b-f130-4f67-9d01-992633b3b94f img.shogun-image {
    

    
    
    
  }


#s-8689ec5b-f130-4f67-9d01-992633b3b94f .shogun-image-content {
  
    justify-content: center;
  
}

#s-bd89eac8-78e2-4487-b64b-9b1913304328 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
}
@media (min-width: 1200px){#s-bd89eac8-78e2-4487-b64b-9b1913304328 {
  display: none;
}
#s-bd89eac8-78e2-4487-b64b-9b1913304328, #wrap-s-bd89eac8-78e2-4487-b64b-9b1913304328, #wrap-content-s-bd89eac8-78e2-4487-b64b-9b1913304328 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd89eac8-78e2-4487-b64b-9b1913304328 {
  display: none;
}
#s-bd89eac8-78e2-4487-b64b-9b1913304328, #wrap-s-bd89eac8-78e2-4487-b64b-9b1913304328, #wrap-content-s-bd89eac8-78e2-4487-b64b-9b1913304328 { display: none !important; }}
#s-cfcb8168-c204-47d7-90c8-b744dfe1b72f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cfcb8168-c204-47d7-90c8-b744dfe1b72f {
  display: none;
}
#s-cfcb8168-c204-47d7-90c8-b744dfe1b72f, #wrap-s-cfcb8168-c204-47d7-90c8-b744dfe1b72f, #wrap-content-s-cfcb8168-c204-47d7-90c8-b744dfe1b72f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cfcb8168-c204-47d7-90c8-b744dfe1b72f {
  display: none;
}
#s-cfcb8168-c204-47d7-90c8-b744dfe1b72f, #wrap-s-cfcb8168-c204-47d7-90c8-b744dfe1b72f, #wrap-content-s-cfcb8168-c204-47d7-90c8-b744dfe1b72f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cfcb8168-c204-47d7-90c8-b744dfe1b72f {
  display: none;
}
#s-cfcb8168-c204-47d7-90c8-b744dfe1b72f, #wrap-s-cfcb8168-c204-47d7-90c8-b744dfe1b72f, #wrap-content-s-cfcb8168-c204-47d7-90c8-b744dfe1b72f { display: none !important; }}
#s-cfcb8168-c204-47d7-90c8-b744dfe1b72f {
  background-image: url();
}








#s-cfcb8168-c204-47d7-90c8-b744dfe1b72f > .shg-box-overlay {
  background-color: rgba(1, 30, 40, 1);
  opacity: 0.9;
  display: block;
}#s-cfcb8168-c204-47d7-90c8-b744dfe1b72f.shg-box.shg-c {
  justify-content: center;
}

#s-ac63f654-0771-493d-ad61-f7533e57e2bf {
  margin-top: 0%;
margin-bottom: 3%;
margin-right: 0px;
}
@media (min-width: 1200px){#s-ac63f654-0771-493d-ad61-f7533e57e2bf {
  display: none;
}
#s-ac63f654-0771-493d-ad61-f7533e57e2bf, #wrap-s-ac63f654-0771-493d-ad61-f7533e57e2bf, #wrap-content-s-ac63f654-0771-493d-ad61-f7533e57e2bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac63f654-0771-493d-ad61-f7533e57e2bf {
  display: none;
}
#s-ac63f654-0771-493d-ad61-f7533e57e2bf, #wrap-s-ac63f654-0771-493d-ad61-f7533e57e2bf, #wrap-content-s-ac63f654-0771-493d-ad61-f7533e57e2bf { display: none !important; }}
@media (min-width: 0px) {
[id="s-ac63f654-0771-493d-ad61-f7533e57e2bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac63f654-0771-493d-ad61-f7533e57e2bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac63f654-0771-493d-ad61-f7533e57e2bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac63f654-0771-493d-ad61-f7533e57e2bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-74b0dc51-f201-47b7-bc76-f85f94d730e3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 9%;
}
@media (min-width: 768px) and (max-width: 991px){#s-74b0dc51-f201-47b7-bc76-f85f94d730e3 {
  display: none;
}
#s-74b0dc51-f201-47b7-bc76-f85f94d730e3, #wrap-s-74b0dc51-f201-47b7-bc76-f85f94d730e3, #wrap-content-s-74b0dc51-f201-47b7-bc76-f85f94d730e3 { display: none !important; }}@media (max-width: 767px){#s-74b0dc51-f201-47b7-bc76-f85f94d730e3 {
  display: none;
}
#s-74b0dc51-f201-47b7-bc76-f85f94d730e3, #wrap-s-74b0dc51-f201-47b7-bc76-f85f94d730e3, #wrap-content-s-74b0dc51-f201-47b7-bc76-f85f94d730e3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-74b0dc51-f201-47b7-bc76-f85f94d730e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74b0dc51-f201-47b7-bc76-f85f94d730e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74b0dc51-f201-47b7-bc76-f85f94d730e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74b0dc51-f201-47b7-bc76-f85f94d730e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74b0dc51-f201-47b7-bc76-f85f94d730e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74b0dc51-f201-47b7-bc76-f85f94d730e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74b0dc51-f201-47b7-bc76-f85f94d730e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-e2719c82-97a2-4fd7-9bc7-6e4f820e4511 {
  margin-bottom: 25px;
max-width: 16em;
text-align: center;
}

#s-e2719c82-97a2-4fd7-9bc7-6e4f820e4511 {
  overflow: hidden;
  
  
      max-width: 16em;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-e2719c82-97a2-4fd7-9bc7-6e4f820e4511 img.shogun-image {
    

    
    
    
  }


#s-e2719c82-97a2-4fd7-9bc7-6e4f820e4511 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bd029764-d698-4bed-8171-2e45884ceffe {
  margin-top: 4px;
margin-left: 0px;
margin-bottom: 1px;
}

#s-ccf4f3db-99fa-4a51-9b27-e85e95a2a11a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-a0c3aecb-da9c-468c-bccd-683afd5cabd3 {
  margin-top: 3px;
}
@media (min-width: 1200px){#s-a0c3aecb-da9c-468c-bccd-683afd5cabd3 {
  display: none;
}
#s-a0c3aecb-da9c-468c-bccd-683afd5cabd3, #wrap-s-a0c3aecb-da9c-468c-bccd-683afd5cabd3, #wrap-content-s-a0c3aecb-da9c-468c-bccd-683afd5cabd3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0c3aecb-da9c-468c-bccd-683afd5cabd3 {
  display: none;
}
#s-a0c3aecb-da9c-468c-bccd-683afd5cabd3, #wrap-s-a0c3aecb-da9c-468c-bccd-683afd5cabd3, #wrap-content-s-a0c3aecb-da9c-468c-bccd-683afd5cabd3 { display: none !important; }}
#s-0a1cd6d2-e4ea-481c-8cb8-407fe281d94c {
  margin-top: 3px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a1cd6d2-e4ea-481c-8cb8-407fe281d94c {
  display: none;
}
#s-0a1cd6d2-e4ea-481c-8cb8-407fe281d94c, #wrap-s-0a1cd6d2-e4ea-481c-8cb8-407fe281d94c, #wrap-content-s-0a1cd6d2-e4ea-481c-8cb8-407fe281d94c { display: none !important; }}@media (max-width: 767px){#s-0a1cd6d2-e4ea-481c-8cb8-407fe281d94c {
  display: none;
}
#s-0a1cd6d2-e4ea-481c-8cb8-407fe281d94c, #wrap-s-0a1cd6d2-e4ea-481c-8cb8-407fe281d94c, #wrap-content-s-0a1cd6d2-e4ea-481c-8cb8-407fe281d94c { display: none !important; }}
#s-2c3ae8d0-ddad-420d-96e6-30fe92dbd096 {
  margin-top: -15px;
}
@media (min-width: 1200px){#s-2c3ae8d0-ddad-420d-96e6-30fe92dbd096 {
  display: none;
}
#s-2c3ae8d0-ddad-420d-96e6-30fe92dbd096, #wrap-s-2c3ae8d0-ddad-420d-96e6-30fe92dbd096, #wrap-content-s-2c3ae8d0-ddad-420d-96e6-30fe92dbd096 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c3ae8d0-ddad-420d-96e6-30fe92dbd096 {
  display: none;
}
#s-2c3ae8d0-ddad-420d-96e6-30fe92dbd096, #wrap-s-2c3ae8d0-ddad-420d-96e6-30fe92dbd096, #wrap-content-s-2c3ae8d0-ddad-420d-96e6-30fe92dbd096 { display: none !important; }}
#s-6d83e788-b39b-4ff7-9310-adf08c12130b {
  margin-top: -15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d83e788-b39b-4ff7-9310-adf08c12130b {
  display: none;
}
#s-6d83e788-b39b-4ff7-9310-adf08c12130b, #wrap-s-6d83e788-b39b-4ff7-9310-adf08c12130b, #wrap-content-s-6d83e788-b39b-4ff7-9310-adf08c12130b { display: none !important; }}@media (max-width: 767px){#s-6d83e788-b39b-4ff7-9310-adf08c12130b {
  display: none;
}
#s-6d83e788-b39b-4ff7-9310-adf08c12130b, #wrap-s-6d83e788-b39b-4ff7-9310-adf08c12130b, #wrap-content-s-6d83e788-b39b-4ff7-9310-adf08c12130b { display: none !important; }}
#s-008f1b2d-3a1c-455e-99f9-873c59253499 {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
text-align: center;
}

#s-008f1b2d-3a1c-455e-99f9-873c59253499 {
  overflow: hidden;
  
  
      max-width: 170px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-008f1b2d-3a1c-455e-99f9-873c59253499 img.shogun-image {
    

    
    
    
  }


#s-008f1b2d-3a1c-455e-99f9-873c59253499 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c2248a13-f3ed-46e6-8cb8-c9f6457d4d82 {
  margin-left: 11%;
margin-right: 11%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c2248a13-f3ed-46e6-8cb8-c9f6457d4d82 {
  display: none;
}
#s-c2248a13-f3ed-46e6-8cb8-c9f6457d4d82, #wrap-s-c2248a13-f3ed-46e6-8cb8-c9f6457d4d82, #wrap-content-s-c2248a13-f3ed-46e6-8cb8-c9f6457d4d82 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2248a13-f3ed-46e6-8cb8-c9f6457d4d82 {
  display: none;
}
#s-c2248a13-f3ed-46e6-8cb8-c9f6457d4d82, #wrap-s-c2248a13-f3ed-46e6-8cb8-c9f6457d4d82, #wrap-content-s-c2248a13-f3ed-46e6-8cb8-c9f6457d4d82 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c2248a13-f3ed-46e6-8cb8-c9f6457d4d82 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-c2248a13-f3ed-46e6-8cb8-c9f6457d4d82 {
  display: none;
}
#s-c2248a13-f3ed-46e6-8cb8-c9f6457d4d82, #wrap-s-c2248a13-f3ed-46e6-8cb8-c9f6457d4d82, #wrap-content-s-c2248a13-f3ed-46e6-8cb8-c9f6457d4d82 { display: none !important; }}
#s-c2248a13-f3ed-46e6-8cb8-c9f6457d4d82 {
  background-image: url();
}








#s-c2248a13-f3ed-46e6-8cb8-c9f6457d4d82 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-c2248a13-f3ed-46e6-8cb8-c9f6457d4d82.shg-box.shg-c {
  justify-content: center;
}

#s-d8c41430-888f-4025-9c96-7cf6913d9aa1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-1535341c-00bc-4b18-b5aa-ffd44dae1aab {
  margin-top: 3px;
}
@media (min-width: 1200px){#s-1535341c-00bc-4b18-b5aa-ffd44dae1aab {
  display: none;
}
#s-1535341c-00bc-4b18-b5aa-ffd44dae1aab, #wrap-s-1535341c-00bc-4b18-b5aa-ffd44dae1aab, #wrap-content-s-1535341c-00bc-4b18-b5aa-ffd44dae1aab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1535341c-00bc-4b18-b5aa-ffd44dae1aab {
  display: none;
}
#s-1535341c-00bc-4b18-b5aa-ffd44dae1aab, #wrap-s-1535341c-00bc-4b18-b5aa-ffd44dae1aab, #wrap-content-s-1535341c-00bc-4b18-b5aa-ffd44dae1aab { display: none !important; }}
#s-d1377e15-eb50-418d-9a5c-3e251b90f2ae {
  margin-top: -15px;
}
@media (min-width: 1200px){#s-d1377e15-eb50-418d-9a5c-3e251b90f2ae {
  display: none;
}
#s-d1377e15-eb50-418d-9a5c-3e251b90f2ae, #wrap-s-d1377e15-eb50-418d-9a5c-3e251b90f2ae, #wrap-content-s-d1377e15-eb50-418d-9a5c-3e251b90f2ae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1377e15-eb50-418d-9a5c-3e251b90f2ae {
  display: none;
}
#s-d1377e15-eb50-418d-9a5c-3e251b90f2ae, #wrap-s-d1377e15-eb50-418d-9a5c-3e251b90f2ae, #wrap-content-s-d1377e15-eb50-418d-9a5c-3e251b90f2ae { display: none !important; }}
#s-a08cd34f-30ce-4473-8396-2dc96759fdb6 {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
text-align: center;
}

#s-a08cd34f-30ce-4473-8396-2dc96759fdb6 {
  overflow: hidden;
  
  
      max-width: 170px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-a08cd34f-30ce-4473-8396-2dc96759fdb6 img.shogun-image {
    

    
    
    
  }


#s-a08cd34f-30ce-4473-8396-2dc96759fdb6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9c507d8a-71fe-4bde-a4c4-f83d6b9e5608 {
  margin-top: 0%;
margin-left: 8%;
margin-right: 12%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9c507d8a-71fe-4bde-a4c4-f83d6b9e5608 {
  display: none;
}
#s-9c507d8a-71fe-4bde-a4c4-f83d6b9e5608, #wrap-s-9c507d8a-71fe-4bde-a4c4-f83d6b9e5608, #wrap-content-s-9c507d8a-71fe-4bde-a4c4-f83d6b9e5608 { display: none !important; }}@media (max-width: 767px){#s-9c507d8a-71fe-4bde-a4c4-f83d6b9e5608 {
  display: none;
}
#s-9c507d8a-71fe-4bde-a4c4-f83d6b9e5608, #wrap-s-9c507d8a-71fe-4bde-a4c4-f83d6b9e5608, #wrap-content-s-9c507d8a-71fe-4bde-a4c4-f83d6b9e5608 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9c507d8a-71fe-4bde-a4c4-f83d6b9e5608"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c507d8a-71fe-4bde-a4c4-f83d6b9e5608"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9c507d8a-71fe-4bde-a4c4-f83d6b9e5608"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c507d8a-71fe-4bde-a4c4-f83d6b9e5608"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6a1f29a3-92a4-44c1-83f2-4877943e8e7c {
  margin-top: 5%;
margin-bottom: 4%;
max-width: 90%;
text-align: left;
}

#s-6a1f29a3-92a4-44c1-83f2-4877943e8e7c {
  overflow: hidden;
  
  
      max-width: 90%;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-6a1f29a3-92a4-44c1-83f2-4877943e8e7c img.shogun-image {
    

    
    
    
  }


#s-6a1f29a3-92a4-44c1-83f2-4877943e8e7c .shogun-image-content {
  
    justify-content: center;
  
}

#s-5021a566-5a60-44ca-bd09-e9d4bda2f47a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-e75e2fe4-6a08-4fcb-a0f2-b3c40f76517b {
  margin-top: 3px;
}
@media (min-width: 1200px){#s-e75e2fe4-6a08-4fcb-a0f2-b3c40f76517b {
  display: none;
}
#s-e75e2fe4-6a08-4fcb-a0f2-b3c40f76517b, #wrap-s-e75e2fe4-6a08-4fcb-a0f2-b3c40f76517b, #wrap-content-s-e75e2fe4-6a08-4fcb-a0f2-b3c40f76517b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e75e2fe4-6a08-4fcb-a0f2-b3c40f76517b {
  display: none;
}
#s-e75e2fe4-6a08-4fcb-a0f2-b3c40f76517b, #wrap-s-e75e2fe4-6a08-4fcb-a0f2-b3c40f76517b, #wrap-content-s-e75e2fe4-6a08-4fcb-a0f2-b3c40f76517b { display: none !important; }}
#s-50c5b234-e36b-4bf6-8e42-8c83aa846551 {
  margin-top: 3%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-50c5b234-e36b-4bf6-8e42-8c83aa846551 {
  display: none;
}
#s-50c5b234-e36b-4bf6-8e42-8c83aa846551, #wrap-s-50c5b234-e36b-4bf6-8e42-8c83aa846551, #wrap-content-s-50c5b234-e36b-4bf6-8e42-8c83aa846551 { display: none !important; }}@media (max-width: 767px){#s-50c5b234-e36b-4bf6-8e42-8c83aa846551 {
  display: none;
}
#s-50c5b234-e36b-4bf6-8e42-8c83aa846551, #wrap-s-50c5b234-e36b-4bf6-8e42-8c83aa846551, #wrap-content-s-50c5b234-e36b-4bf6-8e42-8c83aa846551 { display: none !important; }}
#s-3d0e21a4-39e6-4bdc-b5db-f66f55846cfe {
  margin-top: -15px;
}
@media (min-width: 1200px){#s-3d0e21a4-39e6-4bdc-b5db-f66f55846cfe {
  display: none;
}
#s-3d0e21a4-39e6-4bdc-b5db-f66f55846cfe, #wrap-s-3d0e21a4-39e6-4bdc-b5db-f66f55846cfe, #wrap-content-s-3d0e21a4-39e6-4bdc-b5db-f66f55846cfe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d0e21a4-39e6-4bdc-b5db-f66f55846cfe {
  display: none;
}
#s-3d0e21a4-39e6-4bdc-b5db-f66f55846cfe, #wrap-s-3d0e21a4-39e6-4bdc-b5db-f66f55846cfe, #wrap-content-s-3d0e21a4-39e6-4bdc-b5db-f66f55846cfe { display: none !important; }}
#s-1dea4c73-277d-4b21-9be7-27d0b8d7f195 {
  margin-top: -2%;
margin-bottom: -2%;
padding-bottom: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1dea4c73-277d-4b21-9be7-27d0b8d7f195 {
  display: none;
}
#s-1dea4c73-277d-4b21-9be7-27d0b8d7f195, #wrap-s-1dea4c73-277d-4b21-9be7-27d0b8d7f195, #wrap-content-s-1dea4c73-277d-4b21-9be7-27d0b8d7f195 { display: none !important; }}@media (max-width: 767px){#s-1dea4c73-277d-4b21-9be7-27d0b8d7f195 {
  display: none;
}
#s-1dea4c73-277d-4b21-9be7-27d0b8d7f195, #wrap-s-1dea4c73-277d-4b21-9be7-27d0b8d7f195, #wrap-content-s-1dea4c73-277d-4b21-9be7-27d0b8d7f195 { display: none !important; }}
#s-f21df8b1-1234-4bce-a919-1252c0c3199f {
  min-height: 10%;
}

@media (min-width: 0px) {
[id="s-f21df8b1-1234-4bce-a919-1252c0c3199f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f21df8b1-1234-4bce-a919-1252c0c3199f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f21df8b1-1234-4bce-a919-1252c0c3199f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f21df8b1-1234-4bce-a919-1252c0c3199f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f21df8b1-1234-4bce-a919-1252c0c3199f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f21df8b1-1234-4bce-a919-1252c0c3199f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f21df8b1-1234-4bce-a919-1252c0c3199f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-10d274d2-1630-497a-bcec-6b08755625f1 {
  box-shadow:3px 3px 9px 0px rgba(0, 0, 0, 0.5);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNkYjIyMDUtZWUxYS00NjhhLWJmMTItNTI0MGIyOWYzYjhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmM3ZTA1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmNjNzFiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyY2RiMjIwNS1lZTFhLTQ2OGEtYmYxMi01MjQwYjI5ZjNiOGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-radius: 2px;
text-align: left;
text-decoration: none;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fc7e05"}, {"id"=>2, "pos"=>1, "color"=>"#fcc71b"}];
}
#s-10d274d2-1630-497a-bcec-6b08755625f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-10d274d2-1630-497a-bcec-6b08755625f1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-10d274d2-1630-497a-bcec-6b08755625f1-root {
    text-align: left;
  }


#s-10d274d2-1630-497a-bcec-6b08755625f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-10d274d2-1630-497a-bcec-6b08755625f1-root {
    text-align: left;
  }


#s-10d274d2-1630-497a-bcec-6b08755625f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10d274d2-1630-497a-bcec-6b08755625f1-root {
    text-align: left;
  }


#s-10d274d2-1630-497a-bcec-6b08755625f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10d274d2-1630-497a-bcec-6b08755625f1-root {
    text-align: left;
  }


#s-10d274d2-1630-497a-bcec-6b08755625f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-10d274d2-1630-497a-bcec-6b08755625f1-root {
    text-align: left;
  }


#s-10d274d2-1630-497a-bcec-6b08755625f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-37c978b7-5d7e-4f2c-ae52-c0d91901c09c {
  box-shadow:3px 3px 9px 0px rgba(0, 0, 0, 0.5);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDQyYTA2OWMtZWRhOC00OGEyLWE0ZmQtZjg3ODAwZjgzMDEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDJkNGY5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWY5ZWZkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwNDJhMDY5Yy1lZGE4LTQ4YTItYTRmZC1mODc4MDBmODMwMTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
text-decoration: none;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#02d4f9"}, {"id"=>2, "pos"=>1, "color"=>"#1f9efd"}];
opacity: 1;
}
#s-37c978b7-5d7e-4f2c-ae52-c0d91901c09c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37c978b7-5d7e-4f2c-ae52-c0d91901c09c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-37c978b7-5d7e-4f2c-ae52-c0d91901c09c-root {
    text-align: left;
  }


#s-37c978b7-5d7e-4f2c-ae52-c0d91901c09c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-37c978b7-5d7e-4f2c-ae52-c0d91901c09c-root {
    text-align: left;
  }


#s-37c978b7-5d7e-4f2c-ae52-c0d91901c09c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37c978b7-5d7e-4f2c-ae52-c0d91901c09c-root {
    text-align: left;
  }


#s-37c978b7-5d7e-4f2c-ae52-c0d91901c09c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37c978b7-5d7e-4f2c-ae52-c0d91901c09c-root {
    text-align: left;
  }


#s-37c978b7-5d7e-4f2c-ae52-c0d91901c09c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-37c978b7-5d7e-4f2c-ae52-c0d91901c09c-root {
    text-align: left;
  }


#s-37c978b7-5d7e-4f2c-ae52-c0d91901c09c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-64913f63-0b90-47db-85f0-11e5248a5ac2 {
  min-height: 50px;
}








#s-64913f63-0b90-47db-85f0-11e5248a5ac2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64913f63-0b90-47db-85f0-11e5248a5ac2.shg-box.shg-c {
  justify-content: center;
}

#s-1a02300f-f517-48fd-a6f9-bd5feb2fd377 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-1a02300f-f517-48fd-a6f9-bd5feb2fd377 {
  display: none;
}
#s-1a02300f-f517-48fd-a6f9-bd5feb2fd377, #wrap-s-1a02300f-f517-48fd-a6f9-bd5feb2fd377, #wrap-content-s-1a02300f-f517-48fd-a6f9-bd5feb2fd377 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a02300f-f517-48fd-a6f9-bd5feb2fd377 {
  display: none;
}
#s-1a02300f-f517-48fd-a6f9-bd5feb2fd377, #wrap-s-1a02300f-f517-48fd-a6f9-bd5feb2fd377, #wrap-content-s-1a02300f-f517-48fd-a6f9-bd5feb2fd377 { display: none !important; }}@media (max-width: 767px){#s-1a02300f-f517-48fd-a6f9-bd5feb2fd377 {
  margin-top: 0px;
margin-bottom: 0px;
display: none;
}
#s-1a02300f-f517-48fd-a6f9-bd5feb2fd377, #wrap-s-1a02300f-f517-48fd-a6f9-bd5feb2fd377, #wrap-content-s-1a02300f-f517-48fd-a6f9-bd5feb2fd377 { display: none !important; }}







#s-1a02300f-f517-48fd-a6f9-bd5feb2fd377 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a02300f-f517-48fd-a6f9-bd5feb2fd377.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8c24d8af-afca-4f6a-8bce-9faaf476464a {
  margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
max-width: 16em;
text-align: right;
}
@media (min-width: 1200px){#s-8c24d8af-afca-4f6a-8bce-9faaf476464a {
  display: none;
}
#s-8c24d8af-afca-4f6a-8bce-9faaf476464a, #wrap-s-8c24d8af-afca-4f6a-8bce-9faaf476464a, #wrap-content-s-8c24d8af-afca-4f6a-8bce-9faaf476464a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c24d8af-afca-4f6a-8bce-9faaf476464a {
  display: none;
}
#s-8c24d8af-afca-4f6a-8bce-9faaf476464a, #wrap-s-8c24d8af-afca-4f6a-8bce-9faaf476464a, #wrap-content-s-8c24d8af-afca-4f6a-8bce-9faaf476464a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c24d8af-afca-4f6a-8bce-9faaf476464a {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
}
}
#s-8c24d8af-afca-4f6a-8bce-9faaf476464a {
  overflow: hidden;
  
  
      max-width: 16em;
      
      
        margin-left: auto;
        margin-right: 0;
      
      
  
}







  #s-8c24d8af-afca-4f6a-8bce-9faaf476464a img.shogun-image {
    

    
    
    
  }


#s-8c24d8af-afca-4f6a-8bce-9faaf476464a .shogun-image-content {
  
    justify-content: center;
  
}

#s-3b1a8439-81b0-4b29-86b4-618490add62c {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
}
@media (min-width: 1200px){#s-3b1a8439-81b0-4b29-86b4-618490add62c {
  display: none;
}
#s-3b1a8439-81b0-4b29-86b4-618490add62c, #wrap-s-3b1a8439-81b0-4b29-86b4-618490add62c, #wrap-content-s-3b1a8439-81b0-4b29-86b4-618490add62c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b1a8439-81b0-4b29-86b4-618490add62c {
  display: none;
}
#s-3b1a8439-81b0-4b29-86b4-618490add62c, #wrap-s-3b1a8439-81b0-4b29-86b4-618490add62c, #wrap-content-s-3b1a8439-81b0-4b29-86b4-618490add62c { display: none !important; }}
#s-d3a97a85-7c46-4729-a7ce-002861e95a68 {
  margin-left: 11%;
margin-right: 11%;
min-height: 50px;
}
@media (min-width: 1200px){#s-d3a97a85-7c46-4729-a7ce-002861e95a68 {
  display: none;
}
#s-d3a97a85-7c46-4729-a7ce-002861e95a68, #wrap-s-d3a97a85-7c46-4729-a7ce-002861e95a68, #wrap-content-s-d3a97a85-7c46-4729-a7ce-002861e95a68 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3a97a85-7c46-4729-a7ce-002861e95a68 {
  display: none;
}
#s-d3a97a85-7c46-4729-a7ce-002861e95a68, #wrap-s-d3a97a85-7c46-4729-a7ce-002861e95a68, #wrap-content-s-d3a97a85-7c46-4729-a7ce-002861e95a68 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3a97a85-7c46-4729-a7ce-002861e95a68 {
  display: none;
}
#s-d3a97a85-7c46-4729-a7ce-002861e95a68, #wrap-s-d3a97a85-7c46-4729-a7ce-002861e95a68, #wrap-content-s-d3a97a85-7c46-4729-a7ce-002861e95a68 { display: none !important; }}
#s-d3a97a85-7c46-4729-a7ce-002861e95a68 {
  background-image: url();
}








#s-d3a97a85-7c46-4729-a7ce-002861e95a68 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-d3a97a85-7c46-4729-a7ce-002861e95a68.shg-box.shg-c {
  justify-content: center;
}

#s-77d0a5cf-bb92-49c1-8eec-c89c086a1ef0 {
  margin-top: 0%;
margin-bottom: 3%;
margin-right: 0px;
}
@media (min-width: 1200px){#s-77d0a5cf-bb92-49c1-8eec-c89c086a1ef0 {
  display: none;
}
#s-77d0a5cf-bb92-49c1-8eec-c89c086a1ef0, #wrap-s-77d0a5cf-bb92-49c1-8eec-c89c086a1ef0, #wrap-content-s-77d0a5cf-bb92-49c1-8eec-c89c086a1ef0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77d0a5cf-bb92-49c1-8eec-c89c086a1ef0 {
  display: none;
}
#s-77d0a5cf-bb92-49c1-8eec-c89c086a1ef0, #wrap-s-77d0a5cf-bb92-49c1-8eec-c89c086a1ef0, #wrap-content-s-77d0a5cf-bb92-49c1-8eec-c89c086a1ef0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-77d0a5cf-bb92-49c1-8eec-c89c086a1ef0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77d0a5cf-bb92-49c1-8eec-c89c086a1ef0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77d0a5cf-bb92-49c1-8eec-c89c086a1ef0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77d0a5cf-bb92-49c1-8eec-c89c086a1ef0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8f22c532-0ea0-4d71-89be-78d4fb4392a1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 9%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f22c532-0ea0-4d71-89be-78d4fb4392a1 {
  display: none;
}
#s-8f22c532-0ea0-4d71-89be-78d4fb4392a1, #wrap-s-8f22c532-0ea0-4d71-89be-78d4fb4392a1, #wrap-content-s-8f22c532-0ea0-4d71-89be-78d4fb4392a1 { display: none !important; }}@media (max-width: 767px){#s-8f22c532-0ea0-4d71-89be-78d4fb4392a1 {
  display: none;
}
#s-8f22c532-0ea0-4d71-89be-78d4fb4392a1, #wrap-s-8f22c532-0ea0-4d71-89be-78d4fb4392a1, #wrap-content-s-8f22c532-0ea0-4d71-89be-78d4fb4392a1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8f22c532-0ea0-4d71-89be-78d4fb4392a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f22c532-0ea0-4d71-89be-78d4fb4392a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8f22c532-0ea0-4d71-89be-78d4fb4392a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8f22c532-0ea0-4d71-89be-78d4fb4392a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8f22c532-0ea0-4d71-89be-78d4fb4392a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f22c532-0ea0-4d71-89be-78d4fb4392a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8f22c532-0ea0-4d71-89be-78d4fb4392a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-06f69255-04ad-4943-86fc-cdf2bc5295d5 {
  margin-bottom: 25px;
max-width: 16em;
text-align: center;
}

#s-06f69255-04ad-4943-86fc-cdf2bc5295d5 {
  overflow: hidden;
  
  
      max-width: 16em;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-06f69255-04ad-4943-86fc-cdf2bc5295d5 img.shogun-image {
    

    
    
    
  }


#s-06f69255-04ad-4943-86fc-cdf2bc5295d5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e5096581-e2bf-4899-8b6f-c7ebb650dc72 {
  margin-top: 4px;
margin-left: 0px;
margin-bottom: 1px;
}

#s-b5a571a5-5a3c-493a-89dd-0f972c581fdc {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-211b0761-4396-4d6e-acb9-579fe8f8e8ee {
  margin-top: 3px;
}
@media (min-width: 1200px){#s-211b0761-4396-4d6e-acb9-579fe8f8e8ee {
  display: none;
}
#s-211b0761-4396-4d6e-acb9-579fe8f8e8ee, #wrap-s-211b0761-4396-4d6e-acb9-579fe8f8e8ee, #wrap-content-s-211b0761-4396-4d6e-acb9-579fe8f8e8ee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-211b0761-4396-4d6e-acb9-579fe8f8e8ee {
  display: none;
}
#s-211b0761-4396-4d6e-acb9-579fe8f8e8ee, #wrap-s-211b0761-4396-4d6e-acb9-579fe8f8e8ee, #wrap-content-s-211b0761-4396-4d6e-acb9-579fe8f8e8ee { display: none !important; }}
#s-d766a08c-4b60-41dd-9fb7-50202dcf937d {
  margin-top: 3px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d766a08c-4b60-41dd-9fb7-50202dcf937d {
  display: none;
}
#s-d766a08c-4b60-41dd-9fb7-50202dcf937d, #wrap-s-d766a08c-4b60-41dd-9fb7-50202dcf937d, #wrap-content-s-d766a08c-4b60-41dd-9fb7-50202dcf937d { display: none !important; }}@media (max-width: 767px){#s-d766a08c-4b60-41dd-9fb7-50202dcf937d {
  display: none;
}
#s-d766a08c-4b60-41dd-9fb7-50202dcf937d, #wrap-s-d766a08c-4b60-41dd-9fb7-50202dcf937d, #wrap-content-s-d766a08c-4b60-41dd-9fb7-50202dcf937d { display: none !important; }}
#s-4ff8e21a-60db-417f-bc8e-d4126ac35d5b {
  margin-top: -15px;
}
@media (min-width: 1200px){#s-4ff8e21a-60db-417f-bc8e-d4126ac35d5b {
  display: none;
}
#s-4ff8e21a-60db-417f-bc8e-d4126ac35d5b, #wrap-s-4ff8e21a-60db-417f-bc8e-d4126ac35d5b, #wrap-content-s-4ff8e21a-60db-417f-bc8e-d4126ac35d5b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ff8e21a-60db-417f-bc8e-d4126ac35d5b {
  display: none;
}
#s-4ff8e21a-60db-417f-bc8e-d4126ac35d5b, #wrap-s-4ff8e21a-60db-417f-bc8e-d4126ac35d5b, #wrap-content-s-4ff8e21a-60db-417f-bc8e-d4126ac35d5b { display: none !important; }}
#s-078ebc05-f2fa-4400-9c3d-e3ba36fef66e {
  margin-top: -15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-078ebc05-f2fa-4400-9c3d-e3ba36fef66e {
  display: none;
}
#s-078ebc05-f2fa-4400-9c3d-e3ba36fef66e, #wrap-s-078ebc05-f2fa-4400-9c3d-e3ba36fef66e, #wrap-content-s-078ebc05-f2fa-4400-9c3d-e3ba36fef66e { display: none !important; }}@media (max-width: 767px){#s-078ebc05-f2fa-4400-9c3d-e3ba36fef66e {
  display: none;
}
#s-078ebc05-f2fa-4400-9c3d-e3ba36fef66e, #wrap-s-078ebc05-f2fa-4400-9c3d-e3ba36fef66e, #wrap-content-s-078ebc05-f2fa-4400-9c3d-e3ba36fef66e { display: none !important; }}
#s-9e0f79f4-ef8a-45e1-a056-f64fce732a86 {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
text-align: center;
}

#s-9e0f79f4-ef8a-45e1-a056-f64fce732a86 {
  overflow: hidden;
  
  
      max-width: 170px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-9e0f79f4-ef8a-45e1-a056-f64fce732a86 img.shogun-image {
    

    
    
    
  }


#s-9e0f79f4-ef8a-45e1-a056-f64fce732a86 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a85245e6-90e9-4cc1-bbf9-fe137ab886ee {
  margin-left: 11%;
margin-right: 11%;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a85245e6-90e9-4cc1-bbf9-fe137ab886ee {
  display: none;
}
#s-a85245e6-90e9-4cc1-bbf9-fe137ab886ee, #wrap-s-a85245e6-90e9-4cc1-bbf9-fe137ab886ee, #wrap-content-s-a85245e6-90e9-4cc1-bbf9-fe137ab886ee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a85245e6-90e9-4cc1-bbf9-fe137ab886ee {
  display: none;
}
#s-a85245e6-90e9-4cc1-bbf9-fe137ab886ee, #wrap-s-a85245e6-90e9-4cc1-bbf9-fe137ab886ee, #wrap-content-s-a85245e6-90e9-4cc1-bbf9-fe137ab886ee { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a85245e6-90e9-4cc1-bbf9-fe137ab886ee {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-a85245e6-90e9-4cc1-bbf9-fe137ab886ee {
  display: none;
}
#s-a85245e6-90e9-4cc1-bbf9-fe137ab886ee, #wrap-s-a85245e6-90e9-4cc1-bbf9-fe137ab886ee, #wrap-content-s-a85245e6-90e9-4cc1-bbf9-fe137ab886ee { display: none !important; }}
#s-a85245e6-90e9-4cc1-bbf9-fe137ab886ee {
  background-image: url();
}








#s-a85245e6-90e9-4cc1-bbf9-fe137ab886ee > .shg-box-overlay {
  background-color: rgba(1, 30, 40, 1);
  opacity: 0.9;
  display: block;
}#s-a85245e6-90e9-4cc1-bbf9-fe137ab886ee.shg-box.shg-c {
  justify-content: center;
}

#s-3ab2d375-2396-4e75-8f45-703750c5181c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-4ae5ab41-52a4-4068-b668-cf9e7ed0ec07 {
  margin-top: 3px;
}
@media (min-width: 1200px){#s-4ae5ab41-52a4-4068-b668-cf9e7ed0ec07 {
  display: none;
}
#s-4ae5ab41-52a4-4068-b668-cf9e7ed0ec07, #wrap-s-4ae5ab41-52a4-4068-b668-cf9e7ed0ec07, #wrap-content-s-4ae5ab41-52a4-4068-b668-cf9e7ed0ec07 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ae5ab41-52a4-4068-b668-cf9e7ed0ec07 {
  display: none;
}
#s-4ae5ab41-52a4-4068-b668-cf9e7ed0ec07, #wrap-s-4ae5ab41-52a4-4068-b668-cf9e7ed0ec07, #wrap-content-s-4ae5ab41-52a4-4068-b668-cf9e7ed0ec07 { display: none !important; }}
#s-0bc92a81-ad33-4c7c-b3c7-22110d723084 {
  margin-top: -15px;
}
@media (min-width: 1200px){#s-0bc92a81-ad33-4c7c-b3c7-22110d723084 {
  display: none;
}
#s-0bc92a81-ad33-4c7c-b3c7-22110d723084, #wrap-s-0bc92a81-ad33-4c7c-b3c7-22110d723084, #wrap-content-s-0bc92a81-ad33-4c7c-b3c7-22110d723084 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0bc92a81-ad33-4c7c-b3c7-22110d723084 {
  display: none;
}
#s-0bc92a81-ad33-4c7c-b3c7-22110d723084, #wrap-s-0bc92a81-ad33-4c7c-b3c7-22110d723084, #wrap-content-s-0bc92a81-ad33-4c7c-b3c7-22110d723084 { display: none !important; }}
#s-af2e3723-2b2b-43e9-9a39-d7db91d2e8e3 {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
text-align: center;
}

#s-af2e3723-2b2b-43e9-9a39-d7db91d2e8e3 {
  overflow: hidden;
  
  
      max-width: 170px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-af2e3723-2b2b-43e9-9a39-d7db91d2e8e3 img.shogun-image {
    

    
    
    
  }


#s-af2e3723-2b2b-43e9-9a39-d7db91d2e8e3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-591ee7aa-e277-4d40-900c-616ad3e1c42f {
  margin-top: 0%;
margin-left: 8%;
margin-right: 12%;
}
@media (min-width: 768px) and (max-width: 991px){#s-591ee7aa-e277-4d40-900c-616ad3e1c42f {
  display: none;
}
#s-591ee7aa-e277-4d40-900c-616ad3e1c42f, #wrap-s-591ee7aa-e277-4d40-900c-616ad3e1c42f, #wrap-content-s-591ee7aa-e277-4d40-900c-616ad3e1c42f { display: none !important; }}@media (max-width: 767px){#s-591ee7aa-e277-4d40-900c-616ad3e1c42f {
  display: none;
}
#s-591ee7aa-e277-4d40-900c-616ad3e1c42f, #wrap-s-591ee7aa-e277-4d40-900c-616ad3e1c42f, #wrap-content-s-591ee7aa-e277-4d40-900c-616ad3e1c42f { display: none !important; }}
@media (min-width: 0px) {
[id="s-591ee7aa-e277-4d40-900c-616ad3e1c42f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-591ee7aa-e277-4d40-900c-616ad3e1c42f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-591ee7aa-e277-4d40-900c-616ad3e1c42f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-591ee7aa-e277-4d40-900c-616ad3e1c42f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5275db2d-e300-4e99-a535-80407768f8e3 {
  margin-top: 5%;
margin-bottom: 4%;
max-width: 90%;
text-align: left;
}

#s-5275db2d-e300-4e99-a535-80407768f8e3 {
  overflow: hidden;
  
  
      max-width: 90%;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-5275db2d-e300-4e99-a535-80407768f8e3 img.shogun-image {
    

    
    
    
  }


#s-5275db2d-e300-4e99-a535-80407768f8e3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8dde34b8-9593-4d28-bc15-b6b232ea0642 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-7dc428b5-56be-4a05-ad79-0c3d05e0d546 {
  margin-top: 3px;
}
@media (min-width: 1200px){#s-7dc428b5-56be-4a05-ad79-0c3d05e0d546 {
  display: none;
}
#s-7dc428b5-56be-4a05-ad79-0c3d05e0d546, #wrap-s-7dc428b5-56be-4a05-ad79-0c3d05e0d546, #wrap-content-s-7dc428b5-56be-4a05-ad79-0c3d05e0d546 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7dc428b5-56be-4a05-ad79-0c3d05e0d546 {
  display: none;
}
#s-7dc428b5-56be-4a05-ad79-0c3d05e0d546, #wrap-s-7dc428b5-56be-4a05-ad79-0c3d05e0d546, #wrap-content-s-7dc428b5-56be-4a05-ad79-0c3d05e0d546 { display: none !important; }}
#s-ea61ffd7-0242-4ec0-97db-47e63e240d53 {
  margin-top: 3%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea61ffd7-0242-4ec0-97db-47e63e240d53 {
  display: none;
}
#s-ea61ffd7-0242-4ec0-97db-47e63e240d53, #wrap-s-ea61ffd7-0242-4ec0-97db-47e63e240d53, #wrap-content-s-ea61ffd7-0242-4ec0-97db-47e63e240d53 { display: none !important; }}@media (max-width: 767px){#s-ea61ffd7-0242-4ec0-97db-47e63e240d53 {
  display: none;
}
#s-ea61ffd7-0242-4ec0-97db-47e63e240d53, #wrap-s-ea61ffd7-0242-4ec0-97db-47e63e240d53, #wrap-content-s-ea61ffd7-0242-4ec0-97db-47e63e240d53 { display: none !important; }}
#s-2c96d562-021e-4872-90cf-9ccc6aaad9a0 {
  margin-top: -15px;
}
@media (min-width: 1200px){#s-2c96d562-021e-4872-90cf-9ccc6aaad9a0 {
  display: none;
}
#s-2c96d562-021e-4872-90cf-9ccc6aaad9a0, #wrap-s-2c96d562-021e-4872-90cf-9ccc6aaad9a0, #wrap-content-s-2c96d562-021e-4872-90cf-9ccc6aaad9a0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c96d562-021e-4872-90cf-9ccc6aaad9a0 {
  display: none;
}
#s-2c96d562-021e-4872-90cf-9ccc6aaad9a0, #wrap-s-2c96d562-021e-4872-90cf-9ccc6aaad9a0, #wrap-content-s-2c96d562-021e-4872-90cf-9ccc6aaad9a0 { display: none !important; }}
#s-6da44cc6-2ff6-4b8e-a9d9-e4da8cfb69fb {
  margin-top: -2%;
margin-bottom: -2%;
padding-bottom: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6da44cc6-2ff6-4b8e-a9d9-e4da8cfb69fb {
  display: none;
}
#s-6da44cc6-2ff6-4b8e-a9d9-e4da8cfb69fb, #wrap-s-6da44cc6-2ff6-4b8e-a9d9-e4da8cfb69fb, #wrap-content-s-6da44cc6-2ff6-4b8e-a9d9-e4da8cfb69fb { display: none !important; }}@media (max-width: 767px){#s-6da44cc6-2ff6-4b8e-a9d9-e4da8cfb69fb {
  display: none;
}
#s-6da44cc6-2ff6-4b8e-a9d9-e4da8cfb69fb, #wrap-s-6da44cc6-2ff6-4b8e-a9d9-e4da8cfb69fb, #wrap-content-s-6da44cc6-2ff6-4b8e-a9d9-e4da8cfb69fb { display: none !important; }}
#s-f77a8bb5-648a-4bc2-81b9-48166ed2b396 {
  min-height: 10%;
}

@media (min-width: 0px) {
[id="s-f77a8bb5-648a-4bc2-81b9-48166ed2b396"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f77a8bb5-648a-4bc2-81b9-48166ed2b396"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f77a8bb5-648a-4bc2-81b9-48166ed2b396"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f77a8bb5-648a-4bc2-81b9-48166ed2b396"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f77a8bb5-648a-4bc2-81b9-48166ed2b396"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f77a8bb5-648a-4bc2-81b9-48166ed2b396"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f77a8bb5-648a-4bc2-81b9-48166ed2b396"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-eaf5503a-35c7-4fcd-a281-82c407b18eb1 {
  box-shadow:3px 3px 9px 0px rgba(0, 0, 0, 0.5);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNkYjIyMDUtZWUxYS00NjhhLWJmMTItNTI0MGIyOWYzYjhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmM3ZTA1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmNjNzFiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyY2RiMjIwNS1lZTFhLTQ2OGEtYmYxMi01MjQwYjI5ZjNiOGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-radius: 2px;
text-align: left;
text-decoration: none;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fc7e05"}, {"id"=>2, "pos"=>1, "color"=>"#fcc71b"}];
}
#s-eaf5503a-35c7-4fcd-a281-82c407b18eb1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eaf5503a-35c7-4fcd-a281-82c407b18eb1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eaf5503a-35c7-4fcd-a281-82c407b18eb1-root {
    text-align: left;
  }


#s-eaf5503a-35c7-4fcd-a281-82c407b18eb1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eaf5503a-35c7-4fcd-a281-82c407b18eb1-root {
    text-align: left;
  }


#s-eaf5503a-35c7-4fcd-a281-82c407b18eb1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eaf5503a-35c7-4fcd-a281-82c407b18eb1-root {
    text-align: left;
  }


#s-eaf5503a-35c7-4fcd-a281-82c407b18eb1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eaf5503a-35c7-4fcd-a281-82c407b18eb1-root {
    text-align: left;
  }


#s-eaf5503a-35c7-4fcd-a281-82c407b18eb1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eaf5503a-35c7-4fcd-a281-82c407b18eb1-root {
    text-align: left;
  }


#s-eaf5503a-35c7-4fcd-a281-82c407b18eb1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-c177da2a-384b-4074-b393-72046cf27209 {
  box-shadow:3px 3px 9px 0px rgba(0, 0, 0, 0.5);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDQyYTA2OWMtZWRhOC00OGEyLWE0ZmQtZjg3ODAwZjgzMDEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDJkNGY5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWY5ZWZkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwNDJhMDY5Yy1lZGE4LTQ4YTItYTRmZC1mODc4MDBmODMwMTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
text-decoration: none;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#02d4f9"}, {"id"=>2, "pos"=>1, "color"=>"#1f9efd"}];
opacity: 1;
}
#s-c177da2a-384b-4074-b393-72046cf27209:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c177da2a-384b-4074-b393-72046cf27209:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c177da2a-384b-4074-b393-72046cf27209-root {
    text-align: left;
  }


#s-c177da2a-384b-4074-b393-72046cf27209.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c177da2a-384b-4074-b393-72046cf27209-root {
    text-align: left;
  }


#s-c177da2a-384b-4074-b393-72046cf27209.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c177da2a-384b-4074-b393-72046cf27209-root {
    text-align: left;
  }


#s-c177da2a-384b-4074-b393-72046cf27209.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c177da2a-384b-4074-b393-72046cf27209-root {
    text-align: left;
  }


#s-c177da2a-384b-4074-b393-72046cf27209.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c177da2a-384b-4074-b393-72046cf27209-root {
    text-align: left;
  }


#s-c177da2a-384b-4074-b393-72046cf27209.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-70e13343-f442-4b14-bf05-b4232a8647c0 {
  min-height: 50px;
}








#s-70e13343-f442-4b14-bf05-b4232a8647c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70e13343-f442-4b14-bf05-b4232a8647c0.shg-box.shg-c {
  justify-content: center;
}

#s-bac5f9b9-609a-4fed-9819-695f9b7601cd {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-bac5f9b9-609a-4fed-9819-695f9b7601cd {
  display: none;
}
#s-bac5f9b9-609a-4fed-9819-695f9b7601cd, #wrap-s-bac5f9b9-609a-4fed-9819-695f9b7601cd, #wrap-content-s-bac5f9b9-609a-4fed-9819-695f9b7601cd { display: none !important; }}
#s-bac5f9b9-609a-4fed-9819-695f9b7601cd {
  background-image: url(https://i.shgcdn.com/97d1cc1c-e6ff-4efe-a383-205f141f6762/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-bac5f9b9-609a-4fed-9819-695f9b7601cd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.95;
  display: block;
}#s-bac5f9b9-609a-4fed-9819-695f9b7601cd.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-62f25c29-b1f0-48f7-87d2-e60b14bdfddf {
  padding-top: 5%;
padding-bottom: 0px;
}
}
#s-3fe9ecdf-529e-4cc1-b2ca-bba19c5499db {
  margin-top: 3%;
margin-left: 12%;
margin-bottom: 3%;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-3fe9ecdf-529e-4cc1-b2ca-bba19c5499db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fe9ecdf-529e-4cc1-b2ca-bba19c5499db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3fe9ecdf-529e-4cc1-b2ca-bba19c5499db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fe9ecdf-529e-4cc1-b2ca-bba19c5499db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0f96b324-2c94-4089-8a6c-0e34def08226 {
  min-height: 340px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0f96b324-2c94-4089-8a6c-0e34def08226 {
  min-height: 250px;
}
}







#s-0f96b324-2c94-4089-8a6c-0e34def08226 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f96b324-2c94-4089-8a6c-0e34def08226.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4415b27b-626e-4764-936d-be972cac3459 {
  text-align: center;
}

#s-4415b27b-626e-4764-936d-be972cac3459 {
  overflow: hidden;
  
  
}








#s-4415b27b-626e-4764-936d-be972cac3459 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cb156698-4514-4a8a-971f-ee32372fc17a {
  margin-top: 15px;
margin-bottom: 5px;
}

#s-ccbb751a-6bd5-4eb0-a764-71ab206cead0 {
  margin-left: 15px;
margin-bottom: 5px;
margin-right: 15px;
}

#s-2da3d93b-3914-4006-b113-d9104c5b70d6 {
  min-height: 340px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2da3d93b-3914-4006-b113-d9104c5b70d6 {
  min-height: 250px;
}
}







#s-2da3d93b-3914-4006-b113-d9104c5b70d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2da3d93b-3914-4006-b113-d9104c5b70d6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-346c80b8-bc87-44cb-8c08-9a074976b898 {
  text-align: center;
}

#s-346c80b8-bc87-44cb-8c08-9a074976b898 {
  overflow: hidden;
  
  
}








#s-346c80b8-bc87-44cb-8c08-9a074976b898 .shogun-image-content {
  
    justify-content: center;
  
}

#s-365c682e-0b68-47bc-be61-95ac59074d30 {
  margin-top: 15px;
margin-bottom: 5px;
}

#s-dea9a74c-490f-4b1e-a198-8c61399ab983 {
  margin-left: 15px;
margin-bottom: 5px;
margin-right: 15px;
}

#s-0f07b7f9-9c4e-4d9f-80f6-c47cbc9207a1 {
  min-height: 340px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0f07b7f9-9c4e-4d9f-80f6-c47cbc9207a1 {
  min-height: 250px;
}
}







#s-0f07b7f9-9c4e-4d9f-80f6-c47cbc9207a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f07b7f9-9c4e-4d9f-80f6-c47cbc9207a1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d03b3bf0-fb6d-415f-a50f-ad2933799724 {
  text-align: center;
}

#s-d03b3bf0-fb6d-415f-a50f-ad2933799724 {
  overflow: hidden;
  
  
}








#s-d03b3bf0-fb6d-415f-a50f-ad2933799724 .shogun-image-content {
  
    justify-content: center;
  
}

#s-55a988ac-f994-4608-8ac0-71aa77dac132 {
  margin-top: 15px;
margin-bottom: 5px;
}

#s-3a3af3e3-e7a0-426c-ba70-eb70817cf0d5 {
  margin-left: 15px;
margin-bottom: 5px;
margin-right: 15px;
}

#s-052e0ff0-b43a-4557-945f-64d2688e7333 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-052e0ff0-b43a-4557-945f-64d2688e7333 {
  display: none;
}
#s-052e0ff0-b43a-4557-945f-64d2688e7333, #wrap-s-052e0ff0-b43a-4557-945f-64d2688e7333, #wrap-content-s-052e0ff0-b43a-4557-945f-64d2688e7333 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-052e0ff0-b43a-4557-945f-64d2688e7333 {
  display: none;
}
#s-052e0ff0-b43a-4557-945f-64d2688e7333, #wrap-s-052e0ff0-b43a-4557-945f-64d2688e7333, #wrap-content-s-052e0ff0-b43a-4557-945f-64d2688e7333 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-052e0ff0-b43a-4557-945f-64d2688e7333 {
  display: none;
}
#s-052e0ff0-b43a-4557-945f-64d2688e7333, #wrap-s-052e0ff0-b43a-4557-945f-64d2688e7333, #wrap-content-s-052e0ff0-b43a-4557-945f-64d2688e7333 { display: none !important; }}







#s-052e0ff0-b43a-4557-945f-64d2688e7333 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.95;
  display: block;
}#s-052e0ff0-b43a-4557-945f-64d2688e7333.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-a4739b2e-0233-44a4-894b-a449febd0cd1 {
  padding-top: 5%;
padding-bottom: 0px;
}
}
#s-cb0750d7-5184-4ca3-8740-1aeb3a359483 {
  margin-top: 3%;
margin-left: 12%;
margin-bottom: 3%;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-cb0750d7-5184-4ca3-8740-1aeb3a359483"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb0750d7-5184-4ca3-8740-1aeb3a359483"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cb0750d7-5184-4ca3-8740-1aeb3a359483"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb0750d7-5184-4ca3-8740-1aeb3a359483"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b5a4a508-ee2f-46a1-839c-160e5dd1cede {
  min-height: 340px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b5a4a508-ee2f-46a1-839c-160e5dd1cede {
  min-height: 250px;
}
}







#s-b5a4a508-ee2f-46a1-839c-160e5dd1cede > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5a4a508-ee2f-46a1-839c-160e5dd1cede.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7b298994-2b8a-4795-a42c-1c011aed1c53 {
  text-align: center;
}

#s-7b298994-2b8a-4795-a42c-1c011aed1c53 {
  overflow: hidden;
  
  
}








#s-7b298994-2b8a-4795-a42c-1c011aed1c53 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fac6ed0e-fed7-4f72-933f-3ecd5294202b {
  margin-top: 15px;
margin-bottom: 5px;
}

#s-bb27c7fb-7f69-4201-843d-294cf1bb8cbc {
  margin-left: 15px;
margin-bottom: 5px;
margin-right: 15px;
}

#s-6f7c26b2-3110-48db-8ecf-f6aca5a4e5e4 {
  min-height: 340px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6f7c26b2-3110-48db-8ecf-f6aca5a4e5e4 {
  min-height: 250px;
}
}







#s-6f7c26b2-3110-48db-8ecf-f6aca5a4e5e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f7c26b2-3110-48db-8ecf-f6aca5a4e5e4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8a0a7afa-f62c-4bc3-8093-e0b7c7e1e839 {
  margin-top: 3%;
text-align: center;
}

#s-8a0a7afa-f62c-4bc3-8093-e0b7c7e1e839 {
  overflow: hidden;
  
  
}








#s-8a0a7afa-f62c-4bc3-8093-e0b7c7e1e839 .shogun-image-content {
  
    justify-content: center;
  
}

#s-22bf0aa0-c5fe-4cdc-a425-ea1603a75eee {
  margin-top: 15px;
margin-bottom: 5px;
}

#s-8924d56e-47b3-4f35-8c18-933f7d5d2400 {
  margin-left: 15px;
margin-bottom: 5px;
margin-right: 15px;
}

#s-71dbfed7-9d4f-485b-b06e-246c8c6d8e29 {
  min-height: 340px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-71dbfed7-9d4f-485b-b06e-246c8c6d8e29 {
  min-height: 250px;
}
}







#s-71dbfed7-9d4f-485b-b06e-246c8c6d8e29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71dbfed7-9d4f-485b-b06e-246c8c6d8e29.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b38f67a2-6765-4ff1-8310-26324fbfdc14 {
  margin-top: 3%;
text-align: center;
}

#s-b38f67a2-6765-4ff1-8310-26324fbfdc14 {
  overflow: hidden;
  
  
}








#s-b38f67a2-6765-4ff1-8310-26324fbfdc14 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6d1c9a4e-576d-4946-abf5-266afa50458a {
  margin-top: 15px;
margin-bottom: 5px;
}

#s-d0ded612-64db-4cdd-955f-cbc1a8974c73 {
  margin-left: 15px;
margin-bottom: 5px;
margin-right: 15px;
}

#s-9863dd8a-ddd2-4d6a-afa3-4b45e16c7d39 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 7%;
padding-right: 5%;
min-height: 373px;
background-position: center center;
}








#s-9863dd8a-ddd2-4d6a-afa3-4b45e16c7d39 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
  display: block;
}#s-9863dd8a-ddd2-4d6a-afa3-4b45e16c7d39.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-6bddc0f4-ec92-42db-8359-5d89ef5eb139 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6bddc0f4-ec92-42db-8359-5d89ef5eb139 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6bddc0f4-ec92-42db-8359-5d89ef5eb139 .shg-sld-nav-button.shg-sld-left,
#s-6bddc0f4-ec92-42db-8359-5d89ef5eb139 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-e8f94065-812e-422e-85f2-ee21d9fe6180"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8f94065-812e-422e-85f2-ee21d9fe6180"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e8f94065-812e-422e-85f2-ee21d9fe6180"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8f94065-812e-422e-85f2-ee21d9fe6180"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-2ca25b89-0661-4f80-afd1-1bedced3e422 {
  text-align: center;
}

#s-2ca25b89-0661-4f80-afd1-1bedced3e422 {
  overflow: hidden;
  
  
}







  #s-2ca25b89-0661-4f80-afd1-1bedced3e422 img.shogun-image {
    

    
    
    
  }


#s-2ca25b89-0661-4f80-afd1-1bedced3e422 .shogun-image-content {
  
    justify-content: center;
  
}

#s-96075c19-f80a-4aab-aa43-ebd3e916aa05 {
  text-align: center;
}

#s-96075c19-f80a-4aab-aa43-ebd3e916aa05 {
  overflow: hidden;
  
  
}







  #s-96075c19-f80a-4aab-aa43-ebd3e916aa05 img.shogun-image {
    

    
    
    
  }


#s-96075c19-f80a-4aab-aa43-ebd3e916aa05 .shogun-image-content {
  
    justify-content: center;
  
}

#s-87389bdd-e31d-48e9-a71f-31fd448dbac8 {
  text-align: center;
}

#s-87389bdd-e31d-48e9-a71f-31fd448dbac8 {
  overflow: hidden;
  
  
}







  #s-87389bdd-e31d-48e9-a71f-31fd448dbac8 img.shogun-image {
    

    
    
    
  }


#s-87389bdd-e31d-48e9-a71f-31fd448dbac8 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-853f7fc7-b530-450a-89a6-17d56e7c4afe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-853f7fc7-b530-450a-89a6-17d56e7c4afe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-853f7fc7-b530-450a-89a6-17d56e7c4afe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-853f7fc7-b530-450a-89a6-17d56e7c4afe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-68f6341d-2941-4e95-acd4-58e8db5040d0 {
  text-align: center;
}

#s-68f6341d-2941-4e95-acd4-58e8db5040d0 {
  overflow: hidden;
  
  
}







  #s-68f6341d-2941-4e95-acd4-58e8db5040d0 img.shogun-image {
    

    
    
    
  }


#s-68f6341d-2941-4e95-acd4-58e8db5040d0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-482c3de5-7ec0-4909-88fd-7d6169306993 {
  text-align: center;
}

#s-482c3de5-7ec0-4909-88fd-7d6169306993 {
  overflow: hidden;
  
  
}







  #s-482c3de5-7ec0-4909-88fd-7d6169306993 img.shogun-image {
    

    
    
    
  }


#s-482c3de5-7ec0-4909-88fd-7d6169306993 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ceafb2fb-d54b-40c1-b8aa-b3fe8d75eb45 {
  text-align: center;
}

#s-ceafb2fb-d54b-40c1-b8aa-b3fe8d75eb45 {
  overflow: hidden;
  
  
}







  #s-ceafb2fb-d54b-40c1-b8aa-b3fe8d75eb45 img.shogun-image {
    

    
    
    
  }


#s-ceafb2fb-d54b-40c1-b8aa-b3fe8d75eb45 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-bf50c01b-6fa3-4cf8-a7ed-556fe4bfbc4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf50c01b-6fa3-4cf8-a7ed-556fe4bfbc4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bf50c01b-6fa3-4cf8-a7ed-556fe4bfbc4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf50c01b-6fa3-4cf8-a7ed-556fe4bfbc4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9dbd9182-d9d1-4c27-8b50-cac3079e1d20 {
  text-align: center;
}

#s-9dbd9182-d9d1-4c27-8b50-cac3079e1d20 {
  overflow: hidden;
  
  
}







  #s-9dbd9182-d9d1-4c27-8b50-cac3079e1d20 img.shogun-image {
    

    
    
    
  }


#s-9dbd9182-d9d1-4c27-8b50-cac3079e1d20 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ee10f8f3-2f6a-4a8b-b5c3-7679ed72efaf {
  text-align: center;
}

#s-ee10f8f3-2f6a-4a8b-b5c3-7679ed72efaf {
  overflow: hidden;
  
  
}







  #s-ee10f8f3-2f6a-4a8b-b5c3-7679ed72efaf img.shogun-image {
    

    
    
    
  }


#s-ee10f8f3-2f6a-4a8b-b5c3-7679ed72efaf .shogun-image-content {
  
    justify-content: center;
  
}

#s-d5bb6937-0f4e-4e1e-8238-3dcead641213 {
  text-align: center;
}

#s-d5bb6937-0f4e-4e1e-8238-3dcead641213 {
  overflow: hidden;
  
  
}







  #s-d5bb6937-0f4e-4e1e-8238-3dcead641213 img.shogun-image {
    

    
    
    
  }


#s-d5bb6937-0f4e-4e1e-8238-3dcead641213 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-86194f3c-bf09-4c7f-88f2-24f5304b5498"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86194f3c-bf09-4c7f-88f2-24f5304b5498"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-86194f3c-bf09-4c7f-88f2-24f5304b5498"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-86194f3c-bf09-4c7f-88f2-24f5304b5498"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-8f667be2-5bfa-42d3-8ce8-c3aa37ae063a {
  text-align: center;
}

#s-8f667be2-5bfa-42d3-8ce8-c3aa37ae063a {
  overflow: hidden;
  
  
}







  #s-8f667be2-5bfa-42d3-8ce8-c3aa37ae063a img.shogun-image {
    

    
    
    
  }


#s-8f667be2-5bfa-42d3-8ce8-c3aa37ae063a .shogun-image-content {
  
    justify-content: center;
  
}

#s-a8128dc6-efac-4ade-8dbc-69d3a41ad43c {
  text-align: center;
}

#s-a8128dc6-efac-4ade-8dbc-69d3a41ad43c {
  overflow: hidden;
  
  
}







  #s-a8128dc6-efac-4ade-8dbc-69d3a41ad43c img.shogun-image {
    

    
    
    
  }


#s-a8128dc6-efac-4ade-8dbc-69d3a41ad43c .shogun-image-content {
  
    justify-content: center;
  
}

#s-8f93e258-5c13-44c5-a731-6f322027795d {
  text-align: center;
}

#s-8f93e258-5c13-44c5-a731-6f322027795d {
  overflow: hidden;
  
  
}







  #s-8f93e258-5c13-44c5-a731-6f322027795d img.shogun-image {
    

    
    
    
  }


#s-8f93e258-5c13-44c5-a731-6f322027795d .shogun-image-content {
  
    justify-content: center;
  
}

#s-2e345a4b-5b47-4671-8780-019c103c7140 {
  padding-top: 5%;
padding-bottom: 6%;
min-height: 50px;
background-color: rgba(10, 10, 10, 1);
}
@media (max-width: 767px){#s-2e345a4b-5b47-4671-8780-019c103c7140 {
  display: none;
}
#s-2e345a4b-5b47-4671-8780-019c103c7140, #wrap-s-2e345a4b-5b47-4671-8780-019c103c7140, #wrap-content-s-2e345a4b-5b47-4671-8780-019c103c7140 { display: none !important; }}







#s-2e345a4b-5b47-4671-8780-019c103c7140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e345a4b-5b47-4671-8780-019c103c7140.shg-box.shg-c {
  justify-content: center;
}

#s-9020994b-b150-4f6c-88b3-97e05ddcaf12 {
  margin-top: 4%;
}

#s-02b9ad78-8759-4b0a-8e38-59e8ad4847c5 {
  margin-left: 15%;
margin-right: 15%;
}

#s-895f02e1-b935-4a9d-83ca-0784b82d9ab0 {
  margin-top: 4%;
margin-left: 16%;
margin-right: 16%;
}
@media (min-width: 768px) and (max-width: 991px){#s-895f02e1-b935-4a9d-83ca-0784b82d9ab0 {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-895f02e1-b935-4a9d-83ca-0784b82d9ab0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-895f02e1-b935-4a9d-83ca-0784b82d9ab0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-895f02e1-b935-4a9d-83ca-0784b82d9ab0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-895f02e1-b935-4a9d-83ca-0784b82d9ab0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-07a0e150-23dc-40b6-aaf0-2a454a064c3a {
  margin-left: 15%;
margin-right: 15%;
}

#s-761258f6-a457-4076-a1c0-6401faded254 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 3%;
margin-right: 15%;
}

#s-5842bbf6-9535-4abd-9848-0aced7f7b34a {
  margin-left: 15%;
margin-right: 15%;
}

#s-28287df9-a3e6-40b3-a3fb-f7a67be064f2 {
  margin-left: 15%;
margin-bottom: 3%;
margin-right: 15%;
}

#s-b54bdbe1-a85a-4c9f-8817-328c6bb2cb6a {
  margin-left: 15%;
margin-right: 15%;
}

#s-88eb1463-9b37-45d4-ae01-69c8e8d1f8ae {
  margin-left: 15%;
margin-right: 15%;
}

#s-2301b670-fea6-4267-8c2f-775410ecfd53 {
  margin-top: 3%;
margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-2301b670-fea6-4267-8c2f-775410ecfd53"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-2301b670-fea6-4267-8c2f-775410ecfd53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-2301b670-fea6-4267-8c2f-775410ecfd53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-2301b670-fea6-4267-8c2f-775410ecfd53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

}

#s-92093efb-c1d9-4bd0-ba7c-bbbbc8b5ee63 {
  text-align: center;
}

#s-92093efb-c1d9-4bd0-ba7c-bbbbc8b5ee63 {
  overflow: hidden;
  
  
}








#s-92093efb-c1d9-4bd0-ba7c-bbbbc8b5ee63 .shogun-image-content {
  
    justify-content: center;
  
}

#s-dfb94f87-0ece-4fb5-ab66-6d65cf7f20ae {
  text-align: center;
}

#s-dfb94f87-0ece-4fb5-ab66-6d65cf7f20ae {
  overflow: hidden;
  
  
}








#s-dfb94f87-0ece-4fb5-ab66-6d65cf7f20ae .shogun-image-content {
  
    justify-content: center;
  
}

#s-92049671-af6b-4a5e-b8e7-155a5338705a {
  text-align: center;
}

#s-92049671-af6b-4a5e-b8e7-155a5338705a {
  overflow: hidden;
  
  
}








#s-92049671-af6b-4a5e-b8e7-155a5338705a .shogun-image-content {
  
    justify-content: center;
  
}

#s-c22158e4-e846-4854-81a6-aac0ebdef5ef {
  text-align: center;
}

#s-c22158e4-e846-4854-81a6-aac0ebdef5ef {
  overflow: hidden;
  
  
}








#s-c22158e4-e846-4854-81a6-aac0ebdef5ef .shogun-image-content {
  
    justify-content: center;
  
}

#s-9aba4616-fb7d-4d19-afef-2ad71348b65f {
  margin-top: 2px;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-9aba4616-fb7d-4d19-afef-2ad71348b65f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-9aba4616-fb7d-4d19-afef-2ad71348b65f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-9aba4616-fb7d-4d19-afef-2ad71348b65f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-9aba4616-fb7d-4d19-afef-2ad71348b65f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

}

#s-a33dc2ab-5a17-4920-b9c9-63e4f154b805 {
  text-align: center;
}

#s-a33dc2ab-5a17-4920-b9c9-63e4f154b805 {
  overflow: hidden;
  
  
}








#s-a33dc2ab-5a17-4920-b9c9-63e4f154b805 .shogun-image-content {
  
    justify-content: center;
  
}

#s-14986332-1b5c-460b-8591-b804301f5045 {
  text-align: center;
}

#s-14986332-1b5c-460b-8591-b804301f5045 {
  overflow: hidden;
  
  
}








#s-14986332-1b5c-460b-8591-b804301f5045 .shogun-image-content {
  
    justify-content: center;
  
}

#s-17880fd4-aebb-4fb0-9f8d-174890cd3cc4 {
  text-align: center;
}

#s-17880fd4-aebb-4fb0-9f8d-174890cd3cc4 {
  overflow: hidden;
  
  
}








#s-17880fd4-aebb-4fb0-9f8d-174890cd3cc4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f4e157ac-65ac-4eee-b562-2102ef319b30 {
  text-align: center;
}

#s-f4e157ac-65ac-4eee-b562-2102ef319b30 {
  overflow: hidden;
  
  
}








#s-f4e157ac-65ac-4eee-b562-2102ef319b30 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fca1d71e-92bb-4bda-adf4-959524ab2b50 {
  padding-top: 5%;
padding-bottom: 6%;
min-height: 50px;
background-color: rgba(10, 10, 10, 1);
}
@media (min-width: 1200px){#s-fca1d71e-92bb-4bda-adf4-959524ab2b50 {
  display: none;
}
#s-fca1d71e-92bb-4bda-adf4-959524ab2b50, #wrap-s-fca1d71e-92bb-4bda-adf4-959524ab2b50, #wrap-content-s-fca1d71e-92bb-4bda-adf4-959524ab2b50 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fca1d71e-92bb-4bda-adf4-959524ab2b50 {
  display: none;
}
#s-fca1d71e-92bb-4bda-adf4-959524ab2b50, #wrap-s-fca1d71e-92bb-4bda-adf4-959524ab2b50, #wrap-content-s-fca1d71e-92bb-4bda-adf4-959524ab2b50 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fca1d71e-92bb-4bda-adf4-959524ab2b50 {
  display: none;
}
#s-fca1d71e-92bb-4bda-adf4-959524ab2b50, #wrap-s-fca1d71e-92bb-4bda-adf4-959524ab2b50, #wrap-content-s-fca1d71e-92bb-4bda-adf4-959524ab2b50 { display: none !important; }}







#s-fca1d71e-92bb-4bda-adf4-959524ab2b50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fca1d71e-92bb-4bda-adf4-959524ab2b50.shg-box.shg-c {
  justify-content: center;
}

#s-bd2ce39d-9e5d-4545-ab5d-e14feeb120f0 {
  margin-top: 4%;
}

#s-3f564428-e7fe-4ede-823e-65afcf654ff4 {
  margin-left: 15%;
margin-right: 15%;
}

#s-1ce83c48-ff1c-4e4e-9e06-9f4c47a32b0d {
  margin-top: 4%;
margin-left: 16%;
margin-right: 16%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ce83c48-ff1c-4e4e-9e06-9f4c47a32b0d {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-1ce83c48-ff1c-4e4e-9e06-9f4c47a32b0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ce83c48-ff1c-4e4e-9e06-9f4c47a32b0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1ce83c48-ff1c-4e4e-9e06-9f4c47a32b0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ce83c48-ff1c-4e4e-9e06-9f4c47a32b0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-46375b84-4af4-4098-9f67-50a29096403e {
  margin-left: 15%;
margin-right: 15%;
}

#s-4b75eb46-a34a-4f7c-a6ff-fe647dda7980 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 3%;
margin-right: 15%;
}

#s-a2e564e2-c4ab-41dc-b3d0-f7d90c04b79f {
  margin-left: 15%;
margin-right: 15%;
}

#s-8a59a344-fd6b-4390-8913-bda93034c23a {
  margin-left: 15%;
margin-bottom: 3%;
margin-right: 15%;
}

#s-539f929b-bbf0-46ef-a066-209d18d5ddc1 {
  margin-left: 15%;
margin-right: 15%;
}

#s-1bf51902-fbe5-4d58-8726-01f22a38bcb8 {
  margin-left: 15%;
margin-right: 15%;
}

#s-7a51ffbf-6512-4c13-a0bb-387c26a5bafd {
  margin-top: 3%;
margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-7a51ffbf-6512-4c13-a0bb-387c26a5bafd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-7a51ffbf-6512-4c13-a0bb-387c26a5bafd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-7a51ffbf-6512-4c13-a0bb-387c26a5bafd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-7a51ffbf-6512-4c13-a0bb-387c26a5bafd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

}

#s-626022a7-fe0c-4def-8409-a3719103e248 {
  text-align: center;
}

#s-626022a7-fe0c-4def-8409-a3719103e248 {
  overflow: hidden;
  
  
}








#s-626022a7-fe0c-4def-8409-a3719103e248 .shogun-image-content {
  
    justify-content: center;
  
}

#s-98c5f0b8-fa70-4f81-8b9f-b0bf01491764 {
  text-align: center;
}

#s-98c5f0b8-fa70-4f81-8b9f-b0bf01491764 {
  overflow: hidden;
  
  
}








#s-98c5f0b8-fa70-4f81-8b9f-b0bf01491764 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8b73e478-7137-4cfd-9b5d-e0015ac484d8 {
  text-align: center;
}

#s-8b73e478-7137-4cfd-9b5d-e0015ac484d8 {
  overflow: hidden;
  
  
}








#s-8b73e478-7137-4cfd-9b5d-e0015ac484d8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cb57acc5-4ba6-481e-98ad-5ba3eb2e0798 {
  text-align: center;
}

#s-cb57acc5-4ba6-481e-98ad-5ba3eb2e0798 {
  overflow: hidden;
  
  
}








#s-cb57acc5-4ba6-481e-98ad-5ba3eb2e0798 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7ca26a69-c444-4369-983b-e17bbd07f51f {
  margin-top: 2px;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-7ca26a69-c444-4369-983b-e17bbd07f51f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-7ca26a69-c444-4369-983b-e17bbd07f51f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-7ca26a69-c444-4369-983b-e17bbd07f51f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-7ca26a69-c444-4369-983b-e17bbd07f51f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

}

#s-ffc7c6cd-fe26-435b-9861-dd6c5e7608f8 {
  text-align: center;
}

#s-ffc7c6cd-fe26-435b-9861-dd6c5e7608f8 {
  overflow: hidden;
  
  
}








#s-ffc7c6cd-fe26-435b-9861-dd6c5e7608f8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d5b4e77b-21f9-4659-ac14-c6e5c910da8e {
  text-align: center;
}

#s-d5b4e77b-21f9-4659-ac14-c6e5c910da8e {
  overflow: hidden;
  
  
}








#s-d5b4e77b-21f9-4659-ac14-c6e5c910da8e .shogun-image-content {
  
    justify-content: center;
  
}

#s-20e47134-7ba4-41cf-a320-0dd9d1846ffe {
  text-align: center;
}

#s-20e47134-7ba4-41cf-a320-0dd9d1846ffe {
  overflow: hidden;
  
  
}








#s-20e47134-7ba4-41cf-a320-0dd9d1846ffe .shogun-image-content {
  
    justify-content: center;
  
}

#s-03387545-d54c-4193-96df-b12b88d22b54 {
  text-align: center;
}

#s-03387545-d54c-4193-96df-b12b88d22b54 {
  overflow: hidden;
  
  
}








#s-03387545-d54c-4193-96df-b12b88d22b54 .shogun-image-content {
  
    justify-content: center;
  
}

#s-aa572990-7fc5-4781-afaa-008be942d3f3 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(10, 10, 10, 1);
}
@media (max-width: 767px){#s-aa572990-7fc5-4781-afaa-008be942d3f3 {
  display: none;
}
#s-aa572990-7fc5-4781-afaa-008be942d3f3, #wrap-s-aa572990-7fc5-4781-afaa-008be942d3f3, #wrap-content-s-aa572990-7fc5-4781-afaa-008be942d3f3 { display: none !important; }}







#s-aa572990-7fc5-4781-afaa-008be942d3f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa572990-7fc5-4781-afaa-008be942d3f3.shg-box.shg-c {
  justify-content: center;
}

#s-eec0ee07-e833-463f-8ca7-35331df9d2d3 {
  padding-top: 4%;
padding-bottom: 2%;
}

#s-eec0ee07-e833-463f-8ca7-35331df9d2d3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-eec0ee07-e833-463f-8ca7-35331df9d2d3 .shg-sld-nav-button.shg-sld-left,
#s-eec0ee07-e833-463f-8ca7-35331df9d2d3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0fe23b44-4a71-4014-98b3-580f0b61a32e {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-0fe23b44-4a71-4014-98b3-580f0b61a32e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fe23b44-4a71-4014-98b3-580f0b61a32e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0fe23b44-4a71-4014-98b3-580f0b61a32e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fe23b44-4a71-4014-98b3-580f0b61a32e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 0px) {
[id="s-16c695a9-cb33-4bfe-bf85-d08b09ffe160"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16c695a9-cb33-4bfe-bf85-d08b09ffe160"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-16c695a9-cb33-4bfe-bf85-d08b09ffe160"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-16c695a9-cb33-4bfe-bf85-d08b09ffe160"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-5276ae13-5a70-4891-887f-ecd99d1f45f4 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(10, 10, 10, 1);
}
@media (min-width: 1200px){#s-5276ae13-5a70-4891-887f-ecd99d1f45f4 {
  display: none;
}
#s-5276ae13-5a70-4891-887f-ecd99d1f45f4, #wrap-s-5276ae13-5a70-4891-887f-ecd99d1f45f4, #wrap-content-s-5276ae13-5a70-4891-887f-ecd99d1f45f4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5276ae13-5a70-4891-887f-ecd99d1f45f4 {
  display: none;
}
#s-5276ae13-5a70-4891-887f-ecd99d1f45f4, #wrap-s-5276ae13-5a70-4891-887f-ecd99d1f45f4, #wrap-content-s-5276ae13-5a70-4891-887f-ecd99d1f45f4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5276ae13-5a70-4891-887f-ecd99d1f45f4 {
  display: none;
}
#s-5276ae13-5a70-4891-887f-ecd99d1f45f4, #wrap-s-5276ae13-5a70-4891-887f-ecd99d1f45f4, #wrap-content-s-5276ae13-5a70-4891-887f-ecd99d1f45f4 { display: none !important; }}







#s-5276ae13-5a70-4891-887f-ecd99d1f45f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5276ae13-5a70-4891-887f-ecd99d1f45f4.shg-box.shg-c {
  justify-content: center;
}

#s-526882be-7378-472f-972c-537628ab5df5 {
  padding-top: 4%;
padding-bottom: 2%;
}

#s-526882be-7378-472f-972c-537628ab5df5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-526882be-7378-472f-972c-537628ab5df5 .shg-sld-nav-button.shg-sld-left,
#s-526882be-7378-472f-972c-537628ab5df5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3aefeff5-9427-4ceb-aa35-982f9a3e2b78 {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-3aefeff5-9427-4ceb-aa35-982f9a3e2b78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3aefeff5-9427-4ceb-aa35-982f9a3e2b78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3aefeff5-9427-4ceb-aa35-982f9a3e2b78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3aefeff5-9427-4ceb-aa35-982f9a3e2b78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 0px) {
[id="s-a81eaa39-e69a-4ec5-a0ec-3e64605e3a2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a81eaa39-e69a-4ec5-a0ec-3e64605e3a2d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a81eaa39-e69a-4ec5-a0ec-3e64605e3a2d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a81eaa39-e69a-4ec5-a0ec-3e64605e3a2d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-60a5206c-5439-40f6-94e6-cbdd514be6b6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-top: 6%;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-60a5206c-5439-40f6-94e6-cbdd514be6b6 {
  display: none;
}
#s-60a5206c-5439-40f6-94e6-cbdd514be6b6, #wrap-s-60a5206c-5439-40f6-94e6-cbdd514be6b6, #wrap-content-s-60a5206c-5439-40f6-94e6-cbdd514be6b6 { display: none !important; }}







#s-60a5206c-5439-40f6-94e6-cbdd514be6b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60a5206c-5439-40f6-94e6-cbdd514be6b6.shg-box.shg-c {
  justify-content: flex-start;
}

@media (max-width: 767px){#s-f127c24b-17f2-4306-a799-a2bdf387594e {
  margin-top: 6%;
margin-bottom: 5px;
}
}
#s-7d9eeed5-31d2-41f5-adf4-38c7bb865ce9 {
  margin-top: 5px;
margin-left: 15%;
margin-right: 15%;
}

#s-b3f77af7-c5db-4640-b526-ff5567858998 {
  margin-top: 3%;
margin-left: 12%;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-b3f77af7-c5db-4640-b526-ff5567858998"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3f77af7-c5db-4640-b526-ff5567858998"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b3f77af7-c5db-4640-b526-ff5567858998"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3f77af7-c5db-4640-b526-ff5567858998"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9a4a6d54-ecc7-4996-babc-cabb265eeb29 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-9a4a6d54-ecc7-4996-babc-cabb265eeb29 {
  overflow: hidden;
  
  
      max-width: 120px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-9a4a6d54-ecc7-4996-babc-cabb265eeb29 img.shogun-image {
    

    
    
    
  }


#s-9a4a6d54-ecc7-4996-babc-cabb265eeb29 .shogun-image-content {
  
    justify-content: center;
  
}

#s-15c04115-8ac3-450b-bcb3-c5ac211a9492 {
  margin-top: 30px;
margin-left: 15%;
margin-right: 15%;
}

#s-52e31d0d-6ac9-4c46-9199-c8c50bc67f65 {
  margin-left: 15%;
margin-bottom: 5%;
margin-right: 15%;
}

#s-78eb2b18-54c5-4dc7-91ff-d5f941d0b832 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-78eb2b18-54c5-4dc7-91ff-d5f941d0b832 {
  overflow: hidden;
  
  
      max-width: 120px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-78eb2b18-54c5-4dc7-91ff-d5f941d0b832 img.shogun-image {
    

    
    
    
  }


#s-78eb2b18-54c5-4dc7-91ff-d5f941d0b832 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0e9c6fef-6207-4ed4-927e-4e644e8b89d4 {
  margin-top: 30px;
margin-left: 15%;
margin-right: 15%;
}

#s-45616b20-1002-4e5c-9d45-4ca804f7f4e8 {
  margin-left: 15%;
margin-bottom: 5%;
margin-right: 15%;
}

#s-7237ed2b-cf01-42c2-8bd0-3fdb8c7194ea {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-7237ed2b-cf01-42c2-8bd0-3fdb8c7194ea {
  overflow: hidden;
  
  
      max-width: 120px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-7237ed2b-cf01-42c2-8bd0-3fdb8c7194ea img.shogun-image {
    

    
    
    
  }


#s-7237ed2b-cf01-42c2-8bd0-3fdb8c7194ea .shogun-image-content {
  
    justify-content: center;
  
}

#s-7b81ef14-41c4-4033-b8b0-21edcb896a95 {
  margin-top: 30px;
margin-left: 15%;
margin-right: 15%;
}

#s-61eda338-9648-4e72-95c0-527a8cd81d17 {
  margin-left: 15%;
margin-bottom: 5%;
margin-right: 15%;
}

#s-aed045c5-7b30-46c2-b668-11abd4dbcbb0 {
  margin-left: 15%;
margin-bottom: 5%;
margin-right: 15%;
}

#s-f0f69047-c48b-49f2-bce5-e9cee1615871 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-top: 6%;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-f0f69047-c48b-49f2-bce5-e9cee1615871 {
  display: none;
}
#s-f0f69047-c48b-49f2-bce5-e9cee1615871, #wrap-s-f0f69047-c48b-49f2-bce5-e9cee1615871, #wrap-content-s-f0f69047-c48b-49f2-bce5-e9cee1615871 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0f69047-c48b-49f2-bce5-e9cee1615871 {
  display: none;
}
#s-f0f69047-c48b-49f2-bce5-e9cee1615871, #wrap-s-f0f69047-c48b-49f2-bce5-e9cee1615871, #wrap-content-s-f0f69047-c48b-49f2-bce5-e9cee1615871 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0f69047-c48b-49f2-bce5-e9cee1615871 {
  display: none;
}
#s-f0f69047-c48b-49f2-bce5-e9cee1615871, #wrap-s-f0f69047-c48b-49f2-bce5-e9cee1615871, #wrap-content-s-f0f69047-c48b-49f2-bce5-e9cee1615871 { display: none !important; }}







#s-f0f69047-c48b-49f2-bce5-e9cee1615871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0f69047-c48b-49f2-bce5-e9cee1615871.shg-box.shg-c {
  justify-content: flex-start;
}

@media (max-width: 767px){#s-221fe543-2b5c-44ae-9f98-fe0818b001ea {
  margin-top: 6%;
margin-bottom: 5px;
}
}
#s-54d768d8-c720-4c8c-9514-b46a378dd201 {
  margin-top: 5px;
margin-left: 15%;
margin-right: 15%;
}

#s-7b4f3b02-7d4e-4f21-b256-d29d87e2d187 {
  margin-top: 3%;
margin-left: 12%;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-7b4f3b02-7d4e-4f21-b256-d29d87e2d187"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b4f3b02-7d4e-4f21-b256-d29d87e2d187"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7b4f3b02-7d4e-4f21-b256-d29d87e2d187"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b4f3b02-7d4e-4f21-b256-d29d87e2d187"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ffbc5d71-9d1a-4efa-8b44-a8319db05cb1 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-ffbc5d71-9d1a-4efa-8b44-a8319db05cb1 {
  overflow: hidden;
  
  
      max-width: 120px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-ffbc5d71-9d1a-4efa-8b44-a8319db05cb1 img.shogun-image {
    

    
    
    
  }


#s-ffbc5d71-9d1a-4efa-8b44-a8319db05cb1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bf22b05d-d1db-4642-b64d-65cebba01144 {
  margin-top: 30px;
margin-left: 15%;
margin-right: 15%;
}

#s-6792a48a-9591-47ba-b5ae-e46b7e375493 {
  margin-left: 15%;
margin-bottom: 5%;
margin-right: 15%;
}

#s-16f6ae27-64fa-45cc-a985-17aad15bab2f {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-16f6ae27-64fa-45cc-a985-17aad15bab2f {
  overflow: hidden;
  
  
      max-width: 120px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-16f6ae27-64fa-45cc-a985-17aad15bab2f img.shogun-image {
    

    
    
    
  }


#s-16f6ae27-64fa-45cc-a985-17aad15bab2f .shogun-image-content {
  
    justify-content: center;
  
}

#s-fdc3a40c-9e5d-4906-9a39-8985e3b7f4d8 {
  margin-top: 30px;
margin-left: 15%;
margin-right: 15%;
}

#s-a13073ff-d25a-40e6-a4e7-f43d6448d854 {
  margin-left: 15%;
margin-bottom: 5%;
margin-right: 15%;
}

#s-fae1bf90-a07b-4bbb-b157-6d7d749fdbe7 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-fae1bf90-a07b-4bbb-b157-6d7d749fdbe7 {
  overflow: hidden;
  
  
      max-width: 120px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-fae1bf90-a07b-4bbb-b157-6d7d749fdbe7 img.shogun-image {
    

    
    
    
  }


#s-fae1bf90-a07b-4bbb-b157-6d7d749fdbe7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7a786e4d-b5ec-4325-93e3-bd0c1a33631d {
  margin-top: 30px;
margin-left: 15%;
margin-right: 15%;
}

#s-e9f4796c-a451-40c2-857e-eda168463334 {
  margin-left: 15%;
margin-bottom: 5%;
margin-right: 15%;
}

#s-5087e683-f826-4213-9f53-60f874d42597 {
  margin-left: 15%;
margin-bottom: 5%;
margin-right: 15%;
}

#s-d9fca48f-7f31-4553-9dfd-5d9a306ce46e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-d9fca48f-7f31-4553-9dfd-5d9a306ce46e {
  display: none;
}
#s-d9fca48f-7f31-4553-9dfd-5d9a306ce46e, #wrap-s-d9fca48f-7f31-4553-9dfd-5d9a306ce46e, #wrap-content-s-d9fca48f-7f31-4553-9dfd-5d9a306ce46e { display: none !important; }}







#s-d9fca48f-7f31-4553-9dfd-5d9a306ce46e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.9;
  display: block;
}#s-d9fca48f-7f31-4553-9dfd-5d9a306ce46e.shg-box.shg-c {
  justify-content: center;
}

#s-9c06dadb-4b55-4614-be77-e5ca87d15422 {
  margin-top: 0%;
margin-bottom: 3%;
}

#s-b530a934-037e-431f-952c-a1f71057e897 {
  margin-top: 5px;
margin-right: -2px;
}

#s-75c3f425-4bdb-47ca-bdb3-9545909f5887 {
  margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-75c3f425-4bdb-47ca-bdb3-9545909f5887"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75c3f425-4bdb-47ca-bdb3-9545909f5887"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75c3f425-4bdb-47ca-bdb3-9545909f5887"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75c3f425-4bdb-47ca-bdb3-9545909f5887"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8bc46397-cb6a-4cbb-973f-85767755f94b {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 13px;
margin-right: 15%;
}

#s-af69f295-63ed-4eb1-8f5d-71a6ba804c44 {
  margin-left: 15%;
margin-right: 15%;
}

#s-7a47c996-b561-403a-8ddf-9b46d2581b3d {
  margin-top: -7px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}

#s-be785487-5877-48d2-8124-597e7bac914a {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 13px;
margin-right: 15%;
}

#s-e6a0f36b-f638-4883-9f60-ab86f4251e2b {
  margin-left: 15%;
margin-right: 15%;
}

#s-cef493e3-57f4-4dbb-996c-b0e50588830a {
  margin-top: -7px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}

#s-4e2f2690-47bb-4695-a5c2-3f1dcf8e2b21 {
  margin-left: 15%;
margin-right: 15%;
}

#s-a1334372-fa3b-45d2-bfa8-acf43cb997de {
  margin-top: -7px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}

#s-1b08da83-074b-4265-ac17-3ab7feff1e17 {
  margin-left: 15%;
margin-right: 15%;
}

#s-1dfe49df-676c-4d50-a8b1-cfd60472dedf {
  margin-top: -7px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}

#s-05e7dbfb-3b36-4757-ad5a-127a0dc7d69b {
  padding-top: 3%;
padding-bottom: 5px;
}

#s-f9da6a96-a941-472f-8cdd-983eed46d897 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-f9da6a96-a941-472f-8cdd-983eed46d897 {
  display: none;
}
#s-f9da6a96-a941-472f-8cdd-983eed46d897, #wrap-s-f9da6a96-a941-472f-8cdd-983eed46d897, #wrap-content-s-f9da6a96-a941-472f-8cdd-983eed46d897 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9da6a96-a941-472f-8cdd-983eed46d897 {
  display: none;
}
#s-f9da6a96-a941-472f-8cdd-983eed46d897, #wrap-s-f9da6a96-a941-472f-8cdd-983eed46d897, #wrap-content-s-f9da6a96-a941-472f-8cdd-983eed46d897 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9da6a96-a941-472f-8cdd-983eed46d897 {
  display: none;
}
#s-f9da6a96-a941-472f-8cdd-983eed46d897, #wrap-s-f9da6a96-a941-472f-8cdd-983eed46d897, #wrap-content-s-f9da6a96-a941-472f-8cdd-983eed46d897 { display: none !important; }}







#s-f9da6a96-a941-472f-8cdd-983eed46d897 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.9;
  display: block;
}#s-f9da6a96-a941-472f-8cdd-983eed46d897.shg-box.shg-c {
  justify-content: center;
}

#s-d6fa60e3-a226-48c5-b73a-09591f0c7d54 {
  margin-top: 0%;
margin-bottom: 3%;
}

#s-8ce3a8d2-a688-4a98-ba39-6a7e02326765 {
  margin-top: 5px;
margin-right: -2px;
}

#s-004f651a-a088-435e-af93-adadd8e4e788 {
  margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-004f651a-a088-435e-af93-adadd8e4e788"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-004f651a-a088-435e-af93-adadd8e4e788"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-004f651a-a088-435e-af93-adadd8e4e788"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-004f651a-a088-435e-af93-adadd8e4e788"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a83be755-ab26-40cb-8853-b36e38414581 {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 13px;
margin-right: 15%;
}

#s-7881c3e1-28dd-46a2-9cf7-f0bfa2f41064 {
  margin-left: 15%;
margin-right: 15%;
}

#s-aaa68205-2d67-4083-9423-d5e0348d9558 {
  margin-top: -7px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}

#s-499b25ad-8db0-4e5a-8aba-d5b924194a2b {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 13px;
margin-right: 15%;
}

#s-0c184e14-2ed6-4b98-b8ef-5ec97e2a6d03 {
  margin-left: 15%;
margin-right: 15%;
}

#s-74b9a670-7d3d-416d-a586-630637a486e8 {
  margin-top: -7px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}

#s-5fbc2a94-a64b-4ce9-bf67-1f8992f9d94f {
  margin-left: 15%;
margin-right: 15%;
}

#s-54c325b4-850e-4308-8bba-ed82cc8161b8 {
  margin-top: -7px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}

#s-6dd91fd9-2539-49a9-a673-3e146579164c {
  margin-left: 15%;
margin-right: 15%;
}

#s-0dfb1743-7599-46a3-a940-a5527d82da0c {
  margin-top: -7px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}

#s-83b39dda-e20d-4513-971b-e7d222a1b77f {
  padding-top: 3%;
padding-bottom: 5px;
}

#s-01792a7e-1acc-4925-99af-01382a30e08b {
  min-height: 50px;
background-color: rgba(10, 10, 10, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-01792a7e-1acc-4925-99af-01382a30e08b {
  display: none;
}
#s-01792a7e-1acc-4925-99af-01382a30e08b, #wrap-s-01792a7e-1acc-4925-99af-01382a30e08b, #wrap-content-s-01792a7e-1acc-4925-99af-01382a30e08b { display: none !important; }}@media (max-width: 767px){#s-01792a7e-1acc-4925-99af-01382a30e08b {
  display: none;
}
#s-01792a7e-1acc-4925-99af-01382a30e08b, #wrap-s-01792a7e-1acc-4925-99af-01382a30e08b, #wrap-content-s-01792a7e-1acc-4925-99af-01382a30e08b { display: none !important; }}







#s-01792a7e-1acc-4925-99af-01382a30e08b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01792a7e-1acc-4925-99af-01382a30e08b.shg-box.shg-c {
  justify-content: center;
}

#s-f5226f9a-0015-4fbb-80d7-9564996551bf {
  padding-left: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-f5226f9a-0015-4fbb-80d7-9564996551bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5226f9a-0015-4fbb-80d7-9564996551bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f5226f9a-0015-4fbb-80d7-9564996551bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5226f9a-0015-4fbb-80d7-9564996551bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f5226f9a-0015-4fbb-80d7-9564996551bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5226f9a-0015-4fbb-80d7-9564996551bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f5226f9a-0015-4fbb-80d7-9564996551bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5eed73bd-e457-4b3a-9bb2-5ba79881037b {
  min-height: 50px;
background-color: rgba(18, 18, 18, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5eed73bd-e457-4b3a-9bb2-5ba79881037b {
  display: none;
}
#s-5eed73bd-e457-4b3a-9bb2-5ba79881037b, #wrap-s-5eed73bd-e457-4b3a-9bb2-5ba79881037b, #wrap-content-s-5eed73bd-e457-4b3a-9bb2-5ba79881037b { display: none !important; }}@media (max-width: 767px){#s-5eed73bd-e457-4b3a-9bb2-5ba79881037b {
  display: none;
}
#s-5eed73bd-e457-4b3a-9bb2-5ba79881037b, #wrap-s-5eed73bd-e457-4b3a-9bb2-5ba79881037b, #wrap-content-s-5eed73bd-e457-4b3a-9bb2-5ba79881037b { display: none !important; }}







#s-5eed73bd-e457-4b3a-9bb2-5ba79881037b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5eed73bd-e457-4b3a-9bb2-5ba79881037b.shg-box.shg-c {
  justify-content: center;
}

#s-eda6b05d-642f-4a2d-a9c5-4796893fb402 {
  padding-top: 4%;
padding-left: 4%;
padding-right: 41px;
}

@media (min-width: 0px) {
[id="s-eda6b05d-642f-4a2d-a9c5-4796893fb402"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eda6b05d-642f-4a2d-a9c5-4796893fb402"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eda6b05d-642f-4a2d-a9c5-4796893fb402"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eda6b05d-642f-4a2d-a9c5-4796893fb402"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eda6b05d-642f-4a2d-a9c5-4796893fb402"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eda6b05d-642f-4a2d-a9c5-4796893fb402"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eda6b05d-642f-4a2d-a9c5-4796893fb402"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-5d7f1fe3-348c-43a6-874b-60b6c4e79729 {
  margin-left: 21%;
margin-right: 21%;
text-align: center;
}
@media (min-width: 1200px){#s-5d7f1fe3-348c-43a6-874b-60b6c4e79729 {
  display: none;
}
#s-5d7f1fe3-348c-43a6-874b-60b6c4e79729, #wrap-s-5d7f1fe3-348c-43a6-874b-60b6c4e79729, #wrap-content-s-5d7f1fe3-348c-43a6-874b-60b6c4e79729 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d7f1fe3-348c-43a6-874b-60b6c4e79729 {
  display: none;
}
#s-5d7f1fe3-348c-43a6-874b-60b6c4e79729, #wrap-s-5d7f1fe3-348c-43a6-874b-60b6c4e79729, #wrap-content-s-5d7f1fe3-348c-43a6-874b-60b6c4e79729 { display: none !important; }}
#s-5d7f1fe3-348c-43a6-874b-60b6c4e79729 {
  overflow: hidden;
  
  
}








#s-5d7f1fe3-348c-43a6-874b-60b6c4e79729 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b562a98c-4cef-47ec-98d9-bb9480594787 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b562a98c-4cef-47ec-98d9-bb9480594787 {
  display: none;
}
#s-b562a98c-4cef-47ec-98d9-bb9480594787, #wrap-s-b562a98c-4cef-47ec-98d9-bb9480594787, #wrap-content-s-b562a98c-4cef-47ec-98d9-bb9480594787 { display: none !important; }}@media (max-width: 767px){#s-b562a98c-4cef-47ec-98d9-bb9480594787 {
  display: none;
}
#s-b562a98c-4cef-47ec-98d9-bb9480594787, #wrap-s-b562a98c-4cef-47ec-98d9-bb9480594787, #wrap-content-s-b562a98c-4cef-47ec-98d9-bb9480594787 { display: none !important; }}
#s-b562a98c-4cef-47ec-98d9-bb9480594787 {
  overflow: hidden;
  
  
}








#s-b562a98c-4cef-47ec-98d9-bb9480594787 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1f5d0989-ec1f-495a-b3a4-a7b4e146b9ce {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1f5d0989-ec1f-495a-b3a4-a7b4e146b9ce {
  display: none;
}
#s-1f5d0989-ec1f-495a-b3a4-a7b4e146b9ce, #wrap-s-1f5d0989-ec1f-495a-b3a4-a7b4e146b9ce, #wrap-content-s-1f5d0989-ec1f-495a-b3a4-a7b4e146b9ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f5d0989-ec1f-495a-b3a4-a7b4e146b9ce {
  display: none;
}
#s-1f5d0989-ec1f-495a-b3a4-a7b4e146b9ce, #wrap-s-1f5d0989-ec1f-495a-b3a4-a7b4e146b9ce, #wrap-content-s-1f5d0989-ec1f-495a-b3a4-a7b4e146b9ce { display: none !important; }}







#s-1f5d0989-ec1f-495a-b3a4-a7b4e146b9ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f5d0989-ec1f-495a-b3a4-a7b4e146b9ce.shg-box.shg-c {
  justify-content: center;
}

#s-732f5fd4-7513-4830-ade5-90d10ec46447 {
  margin-top: 40px;
}
@media (max-width: 767px){#s-732f5fd4-7513-4830-ade5-90d10ec46447 {
  margin-top: -20px;
}
}
#s-87b82833-37d9-4d64-b15d-1f967f0f5b5b {
  margin-top: -6px;
}

#s-1967157d-9a90-4089-a42a-6e67079a60fd {
  margin-top: 15px;
}

#s-f924fc5b-29d6-4fe8-b468-178a3bcef193 {
  margin-top: 4px;
}

#s-596a678a-7eb3-43eb-9d27-9815b55feea9 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-0df4f207-ed62-429e-8953-bfe1bcc04065 {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0df4f207-ed62-429e-8953-bfe1bcc04065 {
  display: none;
}
#s-0df4f207-ed62-429e-8953-bfe1bcc04065, #wrap-s-0df4f207-ed62-429e-8953-bfe1bcc04065, #wrap-content-s-0df4f207-ed62-429e-8953-bfe1bcc04065 { display: none !important; }}@media (max-width: 767px){#s-0df4f207-ed62-429e-8953-bfe1bcc04065 {
  margin-top: -20px;
display: none;
}
#s-0df4f207-ed62-429e-8953-bfe1bcc04065, #wrap-s-0df4f207-ed62-429e-8953-bfe1bcc04065, #wrap-content-s-0df4f207-ed62-429e-8953-bfe1bcc04065 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-050db6f1-287c-41db-97e2-161bba971fa1 {
  display: none;
}
#s-050db6f1-287c-41db-97e2-161bba971fa1, #wrap-s-050db6f1-287c-41db-97e2-161bba971fa1, #wrap-content-s-050db6f1-287c-41db-97e2-161bba971fa1 { display: none !important; }}@media (max-width: 767px){#s-050db6f1-287c-41db-97e2-161bba971fa1 {
  display: none;
}
#s-050db6f1-287c-41db-97e2-161bba971fa1, #wrap-s-050db6f1-287c-41db-97e2-161bba971fa1, #wrap-content-s-050db6f1-287c-41db-97e2-161bba971fa1 { display: none !important; }}
#s-6f073c28-23a0-4bcd-89bb-9ae6c6f2bb5a {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6f073c28-23a0-4bcd-89bb-9ae6c6f2bb5a {
  display: none;
}
#s-6f073c28-23a0-4bcd-89bb-9ae6c6f2bb5a, #wrap-s-6f073c28-23a0-4bcd-89bb-9ae6c6f2bb5a, #wrap-content-s-6f073c28-23a0-4bcd-89bb-9ae6c6f2bb5a { display: none !important; }}@media (max-width: 767px){#s-6f073c28-23a0-4bcd-89bb-9ae6c6f2bb5a {
  display: none;
}
#s-6f073c28-23a0-4bcd-89bb-9ae6c6f2bb5a, #wrap-s-6f073c28-23a0-4bcd-89bb-9ae6c6f2bb5a, #wrap-content-s-6f073c28-23a0-4bcd-89bb-9ae6c6f2bb5a { display: none !important; }}
@media (min-width: 0px) {
[id="s-bd4325cf-9efc-4678-bc45-ecc72cef704f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd4325cf-9efc-4678-bc45-ecc72cef704f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd4325cf-9efc-4678-bc45-ecc72cef704f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd4325cf-9efc-4678-bc45-ecc72cef704f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd4325cf-9efc-4678-bc45-ecc72cef704f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd4325cf-9efc-4678-bc45-ecc72cef704f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd4325cf-9efc-4678-bc45-ecc72cef704f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-c0d9474f-0b0e-495e-ac65-63661a1e5252 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0d9474f-0b0e-495e-ac65-63661a1e5252 {
  display: none;
}
#s-c0d9474f-0b0e-495e-ac65-63661a1e5252, #wrap-s-c0d9474f-0b0e-495e-ac65-63661a1e5252, #wrap-content-s-c0d9474f-0b0e-495e-ac65-63661a1e5252 { display: none !important; }}@media (max-width: 767px){#s-c0d9474f-0b0e-495e-ac65-63661a1e5252 {
  display: none;
}
#s-c0d9474f-0b0e-495e-ac65-63661a1e5252, #wrap-s-c0d9474f-0b0e-495e-ac65-63661a1e5252, #wrap-content-s-c0d9474f-0b0e-495e-ac65-63661a1e5252 { display: none !important; }}







#s-c0d9474f-0b0e-495e-ac65-63661a1e5252 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0d9474f-0b0e-495e-ac65-63661a1e5252.shg-box.shg-c {
  justify-content: center;
}

#s-ca807f90-5fb7-4260-8783-c93b72d961f9 {
  margin-top: 15px;
}

#s-1bdfcbdd-ebe5-4260-99d2-f6cf65124626 {
  margin-top: 4px;
}

#s-93c46a90-6262-4536-a375-c27a300385ed {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-cc5dbeca-80a4-48ea-910f-b62d8335a74b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-73ea140c-a120-472b-8149-917bea940c16 {
  margin-top: 10%;
margin-bottom: 0px;
}

.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-4de96a2d-7bda-4ba5-8126-60d5b30fbb47 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjc5NmVkMjItZjlhMS00MTYxLWFkNzgtZjhmZGQ5N2EyYmQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YTAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmFjYTE3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNzk2ZWQyMi1mOWExLTQxNjEtYWQ3OC1mOGZkZDk3YTJiZDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7a00"}, {"id"=>2, "pos"=>1, "color"=>"#faca17"}];
color: rgba(0, 0, 0, 1);
}
#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47-atc-btn-wrapper {
    text-align: center;
  }


#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47-atc-btn-wrapper {
    text-align: center;
  }


#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47-atc-btn-wrapper {
    text-align: center;
  }


#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47-atc-btn-wrapper {
    text-align: center;
  }


#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47-atc-btn-wrapper {
    text-align: center;
  }


#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-4de96a2d-7bda-4ba5-8126-60d5b30fbb47.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1d91107d-99f4-4b89-babe-443bb84200f7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9256dbec-0212-4919-9217-7690041e33a6 {
  margin-top: 10%;
margin-bottom: 0px;
}

#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjc5NmVkMjItZjlhMS00MTYxLWFkNzgtZjhmZGQ5N2EyYmQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YTAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmFjYTE3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNzk2ZWQyMi1mOWExLTQxNjEtYWQ3OC1mOGZkZDk3YTJiZDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7a00"}, {"id"=>2, "pos"=>1, "color"=>"#faca17"}];
color: rgba(0, 0, 0, 1);
}
#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c6bf4828-c97c-42a7-99aa-c9640397c0d9-atc-btn-wrapper {
    text-align: center;
  }


#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c6bf4828-c97c-42a7-99aa-c9640397c0d9-atc-btn-wrapper {
    text-align: center;
  }


#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6bf4828-c97c-42a7-99aa-c9640397c0d9-atc-btn-wrapper {
    text-align: center;
  }


#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c6bf4828-c97c-42a7-99aa-c9640397c0d9-atc-btn-wrapper {
    text-align: center;
  }


#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c6bf4828-c97c-42a7-99aa-c9640397c0d9-atc-btn-wrapper {
    text-align: center;
  }


#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-c6bf4828-c97c-42a7-99aa-c9640397c0d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9adbcb50-b5a8-439e-b0e5-421a6cc5f1b5 {
  min-height: 50px;
background-color: rgba(18, 18, 18, 1);
}
@media (min-width: 1200px){#s-9adbcb50-b5a8-439e-b0e5-421a6cc5f1b5 {
  display: none;
}
#s-9adbcb50-b5a8-439e-b0e5-421a6cc5f1b5, #wrap-s-9adbcb50-b5a8-439e-b0e5-421a6cc5f1b5, #wrap-content-s-9adbcb50-b5a8-439e-b0e5-421a6cc5f1b5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9adbcb50-b5a8-439e-b0e5-421a6cc5f1b5 {
  display: none;
}
#s-9adbcb50-b5a8-439e-b0e5-421a6cc5f1b5, #wrap-s-9adbcb50-b5a8-439e-b0e5-421a6cc5f1b5, #wrap-content-s-9adbcb50-b5a8-439e-b0e5-421a6cc5f1b5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9adbcb50-b5a8-439e-b0e5-421a6cc5f1b5 {
  
}
}@media (max-width: 767px){#s-9adbcb50-b5a8-439e-b0e5-421a6cc5f1b5 {
  
}
}







#s-9adbcb50-b5a8-439e-b0e5-421a6cc5f1b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9adbcb50-b5a8-439e-b0e5-421a6cc5f1b5.shg-box.shg-c {
  justify-content: center;
}

#s-4827d910-dbeb-4c7e-b488-722948d676a4 {
  padding-top: 4%;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 41px;
}
@media (max-width: 767px){#s-4827d910-dbeb-4c7e-b488-722948d676a4 {
  padding-bottom: 6%;
}
}
@media (min-width: 0px) {
[id="s-4827d910-dbeb-4c7e-b488-722948d676a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4827d910-dbeb-4c7e-b488-722948d676a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4827d910-dbeb-4c7e-b488-722948d676a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4827d910-dbeb-4c7e-b488-722948d676a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4827d910-dbeb-4c7e-b488-722948d676a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4827d910-dbeb-4c7e-b488-722948d676a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4827d910-dbeb-4c7e-b488-722948d676a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-4a336d7a-858c-4c83-b1fc-670d64f94f1e {
  margin-left: 21%;
margin-right: 21%;
text-align: center;
}
@media (min-width: 1200px){#s-4a336d7a-858c-4c83-b1fc-670d64f94f1e {
  display: none;
}
#s-4a336d7a-858c-4c83-b1fc-670d64f94f1e, #wrap-s-4a336d7a-858c-4c83-b1fc-670d64f94f1e, #wrap-content-s-4a336d7a-858c-4c83-b1fc-670d64f94f1e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a336d7a-858c-4c83-b1fc-670d64f94f1e {
  display: none;
}
#s-4a336d7a-858c-4c83-b1fc-670d64f94f1e, #wrap-s-4a336d7a-858c-4c83-b1fc-670d64f94f1e, #wrap-content-s-4a336d7a-858c-4c83-b1fc-670d64f94f1e { display: none !important; }}
#s-4a336d7a-858c-4c83-b1fc-670d64f94f1e {
  overflow: hidden;
  
  
}








#s-4a336d7a-858c-4c83-b1fc-670d64f94f1e .shogun-image-content {
  
    justify-content: center;
  
}

#s-18da0240-64b1-4002-8a3c-dc46fc486683 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-18da0240-64b1-4002-8a3c-dc46fc486683 {
  display: none;
}
#s-18da0240-64b1-4002-8a3c-dc46fc486683, #wrap-s-18da0240-64b1-4002-8a3c-dc46fc486683, #wrap-content-s-18da0240-64b1-4002-8a3c-dc46fc486683 { display: none !important; }}@media (max-width: 767px){#s-18da0240-64b1-4002-8a3c-dc46fc486683 {
  display: none;
}
#s-18da0240-64b1-4002-8a3c-dc46fc486683, #wrap-s-18da0240-64b1-4002-8a3c-dc46fc486683, #wrap-content-s-18da0240-64b1-4002-8a3c-dc46fc486683 { display: none !important; }}
#s-18da0240-64b1-4002-8a3c-dc46fc486683 {
  overflow: hidden;
  
  
}








#s-18da0240-64b1-4002-8a3c-dc46fc486683 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d6d85b5e-7239-4581-a388-600a0e697ee0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d6d85b5e-7239-4581-a388-600a0e697ee0 {
  display: none;
}
#s-d6d85b5e-7239-4581-a388-600a0e697ee0, #wrap-s-d6d85b5e-7239-4581-a388-600a0e697ee0, #wrap-content-s-d6d85b5e-7239-4581-a388-600a0e697ee0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6d85b5e-7239-4581-a388-600a0e697ee0 {
  display: none;
}
#s-d6d85b5e-7239-4581-a388-600a0e697ee0, #wrap-s-d6d85b5e-7239-4581-a388-600a0e697ee0, #wrap-content-s-d6d85b5e-7239-4581-a388-600a0e697ee0 { display: none !important; }}







#s-d6d85b5e-7239-4581-a388-600a0e697ee0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6d85b5e-7239-4581-a388-600a0e697ee0.shg-box.shg-c {
  justify-content: center;
}

#s-5f9767b5-d6ac-431a-8e0f-b3b47a94159d {
  margin-top: 40px;
}
@media (max-width: 767px){#s-5f9767b5-d6ac-431a-8e0f-b3b47a94159d {
  margin-top: -20px;
}
}
#s-4a7462d8-2512-4052-a7c4-63c045f6e5fd {
  margin-top: -6px;
}

#s-2a67ee07-0682-4a6e-a773-7aea1fa03cb2 {
  margin-top: 15px;
}

#s-5c456221-503c-4c74-bf04-25c9e50357c5 {
  margin-top: 4px;
}

#s-b030f0ef-2171-43c1-939d-0b04ae6d283e {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-b605fb85-a2cc-4764-b291-df6f82eedb44 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-b605fb85-a2cc-4764-b291-df6f82eedb44 {
  display: none;
}
#s-b605fb85-a2cc-4764-b291-df6f82eedb44, #wrap-s-b605fb85-a2cc-4764-b291-df6f82eedb44, #wrap-content-s-b605fb85-a2cc-4764-b291-df6f82eedb44 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b605fb85-a2cc-4764-b291-df6f82eedb44 {
  display: none;
}
#s-b605fb85-a2cc-4764-b291-df6f82eedb44, #wrap-s-b605fb85-a2cc-4764-b291-df6f82eedb44, #wrap-content-s-b605fb85-a2cc-4764-b291-df6f82eedb44 { display: none !important; }}@media (max-width: 767px){#s-b605fb85-a2cc-4764-b291-df6f82eedb44 {
  display: none;
}
#s-b605fb85-a2cc-4764-b291-df6f82eedb44, #wrap-s-b605fb85-a2cc-4764-b291-df6f82eedb44, #wrap-content-s-b605fb85-a2cc-4764-b291-df6f82eedb44 { display: none !important; }}
#s-f432190a-b066-438a-b17b-bdb08645d3bb {
  margin-top: 10%;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-f432190a-b066-438a-b17b-bdb08645d3bb {
  display: none;
}
#s-f432190a-b066-438a-b17b-bdb08645d3bb, #wrap-s-f432190a-b066-438a-b17b-bdb08645d3bb, #wrap-content-s-f432190a-b066-438a-b17b-bdb08645d3bb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f432190a-b066-438a-b17b-bdb08645d3bb {
  display: none;
}
#s-f432190a-b066-438a-b17b-bdb08645d3bb, #wrap-s-f432190a-b066-438a-b17b-bdb08645d3bb, #wrap-content-s-f432190a-b066-438a-b17b-bdb08645d3bb { display: none !important; }}@media (max-width: 767px){#s-f432190a-b066-438a-b17b-bdb08645d3bb {
  display: none;
}
#s-f432190a-b066-438a-b17b-bdb08645d3bb, #wrap-s-f432190a-b066-438a-b17b-bdb08645d3bb, #wrap-content-s-f432190a-b066-438a-b17b-bdb08645d3bb { display: none !important; }}
#s-fad86ebd-1310-49c1-988f-cc736336e69b {
  background-image: url(https://i.shgcdn.com/fe929a46-ed30-4fc9-94d3-c02862f73209/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 150px 50px;
margin-left: auto;
margin-right: auto;
border-radius: 2px;
min-height: 50px;
text-align: center;
cursor: pointer;
hover-type: image;
background-position: center center;
}
#s-fad86ebd-1310-49c1-988f-cc736336e69b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fad86ebd-1310-49c1-988f-cc736336e69b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fad86ebd-1310-49c1-988f-cc736336e69b {
  display: none;
}
#s-fad86ebd-1310-49c1-988f-cc736336e69b, #wrap-s-fad86ebd-1310-49c1-988f-cc736336e69b, #wrap-content-s-fad86ebd-1310-49c1-988f-cc736336e69b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fad86ebd-1310-49c1-988f-cc736336e69b {
  display: none;
}
#s-fad86ebd-1310-49c1-988f-cc736336e69b, #wrap-s-fad86ebd-1310-49c1-988f-cc736336e69b, #wrap-content-s-fad86ebd-1310-49c1-988f-cc736336e69b { display: none !important; }}@media (max-width: 767px){#s-fad86ebd-1310-49c1-988f-cc736336e69b {
  display: none;
}
#s-fad86ebd-1310-49c1-988f-cc736336e69b, #wrap-s-fad86ebd-1310-49c1-988f-cc736336e69b, #wrap-content-s-fad86ebd-1310-49c1-988f-cc736336e69b { display: none !important; }}

  #s-fad86ebd-1310-49c1-988f-cc736336e69b-atc-btn-wrapper {
    text-align: center;
  }


#s-fad86ebd-1310-49c1-988f-cc736336e69b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fad86ebd-1310-49c1-988f-cc736336e69b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fad86ebd-1310-49c1-988f-cc736336e69b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fad86ebd-1310-49c1-988f-cc736336e69b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fad86ebd-1310-49c1-988f-cc736336e69b-atc-btn-wrapper {
    text-align: center;
  }


#s-fad86ebd-1310-49c1-988f-cc736336e69b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fad86ebd-1310-49c1-988f-cc736336e69b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fad86ebd-1310-49c1-988f-cc736336e69b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fad86ebd-1310-49c1-988f-cc736336e69b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fad86ebd-1310-49c1-988f-cc736336e69b-atc-btn-wrapper {
    text-align: center;
  }


#s-fad86ebd-1310-49c1-988f-cc736336e69b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fad86ebd-1310-49c1-988f-cc736336e69b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fad86ebd-1310-49c1-988f-cc736336e69b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fad86ebd-1310-49c1-988f-cc736336e69b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fad86ebd-1310-49c1-988f-cc736336e69b-atc-btn-wrapper {
    text-align: center;
  }


#s-fad86ebd-1310-49c1-988f-cc736336e69b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fad86ebd-1310-49c1-988f-cc736336e69b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fad86ebd-1310-49c1-988f-cc736336e69b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fad86ebd-1310-49c1-988f-cc736336e69b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fad86ebd-1310-49c1-988f-cc736336e69b-atc-btn-wrapper {
    text-align: center;
  }


#s-fad86ebd-1310-49c1-988f-cc736336e69b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fad86ebd-1310-49c1-988f-cc736336e69b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fad86ebd-1310-49c1-988f-cc736336e69b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fad86ebd-1310-49c1-988f-cc736336e69b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e2e5afaa-f956-4e2c-8701-f3c18299c299 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-e2e5afaa-f956-4e2c-8701-f3c18299c299 {
  display: none;
}
#s-e2e5afaa-f956-4e2c-8701-f3c18299c299, #wrap-s-e2e5afaa-f956-4e2c-8701-f3c18299c299, #wrap-content-s-e2e5afaa-f956-4e2c-8701-f3c18299c299 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2e5afaa-f956-4e2c-8701-f3c18299c299 {
  display: none;
}
#s-e2e5afaa-f956-4e2c-8701-f3c18299c299, #wrap-s-e2e5afaa-f956-4e2c-8701-f3c18299c299, #wrap-content-s-e2e5afaa-f956-4e2c-8701-f3c18299c299 { display: none !important; }}@media (max-width: 767px){#s-e2e5afaa-f956-4e2c-8701-f3c18299c299 {
  display: none;
}
#s-e2e5afaa-f956-4e2c-8701-f3c18299c299, #wrap-s-e2e5afaa-f956-4e2c-8701-f3c18299c299, #wrap-content-s-e2e5afaa-f956-4e2c-8701-f3c18299c299 { display: none !important; }}
#s-f28dbd9f-3c40-4ce8-a9ae-a50366cc221a {
  margin-top: 10%;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-f28dbd9f-3c40-4ce8-a9ae-a50366cc221a {
  display: none;
}
#s-f28dbd9f-3c40-4ce8-a9ae-a50366cc221a, #wrap-s-f28dbd9f-3c40-4ce8-a9ae-a50366cc221a, #wrap-content-s-f28dbd9f-3c40-4ce8-a9ae-a50366cc221a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f28dbd9f-3c40-4ce8-a9ae-a50366cc221a {
  display: none;
}
#s-f28dbd9f-3c40-4ce8-a9ae-a50366cc221a, #wrap-s-f28dbd9f-3c40-4ce8-a9ae-a50366cc221a, #wrap-content-s-f28dbd9f-3c40-4ce8-a9ae-a50366cc221a { display: none !important; }}@media (max-width: 767px){#s-f28dbd9f-3c40-4ce8-a9ae-a50366cc221a {
  display: none;
}
#s-f28dbd9f-3c40-4ce8-a9ae-a50366cc221a, #wrap-s-f28dbd9f-3c40-4ce8-a9ae-a50366cc221a, #wrap-content-s-f28dbd9f-3c40-4ce8-a9ae-a50366cc221a { display: none !important; }}
#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d {
  background-image: url(https://i.shgcdn.com/fe929a46-ed30-4fc9-94d3-c02862f73209/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 150px 50px;
margin-left: auto;
margin-right: auto;
border-radius: 2px;
min-height: 50px;
text-align: center;
cursor: pointer;
hover-type: image;
background-position: center center;
}
#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d {
  display: none;
}
#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d, #wrap-s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d, #wrap-content-s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d {
  display: none;
}
#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d, #wrap-s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d, #wrap-content-s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d { display: none !important; }}@media (max-width: 767px){#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d {
  display: none;
}
#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d, #wrap-s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d, #wrap-content-s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d { display: none !important; }}

  #s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d-atc-btn-wrapper {
    text-align: center;
  }


#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d-atc-btn-wrapper {
    text-align: center;
  }


#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d-atc-btn-wrapper {
    text-align: center;
  }


#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d-atc-btn-wrapper {
    text-align: center;
  }


#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d-atc-btn-wrapper {
    text-align: center;
  }


#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a3c0d72e-33a2-4148-ae14-f84ff314ec6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
@media (min-width: 768px) and (max-width: 991px){#s-64758902-97a1-4661-959c-63c0f5be322f {
  display: none;
}
#s-64758902-97a1-4661-959c-63c0f5be322f, #wrap-s-64758902-97a1-4661-959c-63c0f5be322f, #wrap-content-s-64758902-97a1-4661-959c-63c0f5be322f { display: none !important; }}
@media (min-width: 0px) {
[id="s-64758902-97a1-4661-959c-63c0f5be322f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64758902-97a1-4661-959c-63c0f5be322f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-64758902-97a1-4661-959c-63c0f5be322f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64758902-97a1-4661-959c-63c0f5be322f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-64758902-97a1-4661-959c-63c0f5be322f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64758902-97a1-4661-959c-63c0f5be322f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-64758902-97a1-4661-959c-63c0f5be322f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-e8701a71-102c-42c9-b39b-dd53e90de26a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e8701a71-102c-42c9-b39b-dd53e90de26a {
  display: none;
}
#s-e8701a71-102c-42c9-b39b-dd53e90de26a, #wrap-s-e8701a71-102c-42c9-b39b-dd53e90de26a, #wrap-content-s-e8701a71-102c-42c9-b39b-dd53e90de26a { display: none !important; }}@media (max-width: 767px){#s-e8701a71-102c-42c9-b39b-dd53e90de26a {
  display: none;
}
#s-e8701a71-102c-42c9-b39b-dd53e90de26a, #wrap-s-e8701a71-102c-42c9-b39b-dd53e90de26a, #wrap-content-s-e8701a71-102c-42c9-b39b-dd53e90de26a { display: none !important; }}







#s-e8701a71-102c-42c9-b39b-dd53e90de26a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8701a71-102c-42c9-b39b-dd53e90de26a.shg-box.shg-c {
  justify-content: center;
}

#s-b2767b1f-164b-4ada-bead-6e0fb1dd68ca {
  margin-top: 15px;
}

#s-2b818529-b333-4c58-9419-f5f8c33c9925 {
  margin-top: 4px;
}

#s-f30d2351-ef95-44a5-9d40-63f248f19bf8 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-806c9454-8955-45d3-b267-fb6939721ad5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c0a1ad5d-1ffa-423b-8280-b6623b130848 {
  margin-top: 10%;
margin-bottom: 0px;
}

#s-f92683de-d4f7-489c-848b-b2ca70a858b8 {
  background-image: url(https://i.shgcdn.com/fe929a46-ed30-4fc9-94d3-c02862f73209/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 150px 50px;
margin-left: auto;
margin-right: auto;
border-radius: 2px;
min-height: 50px;
text-align: center;
cursor: pointer;
hover-type: image;
background-position: center center;
}
#s-f92683de-d4f7-489c-848b-b2ca70a858b8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f92683de-d4f7-489c-848b-b2ca70a858b8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f92683de-d4f7-489c-848b-b2ca70a858b8-atc-btn-wrapper {
    text-align: center;
  }


#s-f92683de-d4f7-489c-848b-b2ca70a858b8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f92683de-d4f7-489c-848b-b2ca70a858b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f92683de-d4f7-489c-848b-b2ca70a858b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f92683de-d4f7-489c-848b-b2ca70a858b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f92683de-d4f7-489c-848b-b2ca70a858b8-atc-btn-wrapper {
    text-align: center;
  }


#s-f92683de-d4f7-489c-848b-b2ca70a858b8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f92683de-d4f7-489c-848b-b2ca70a858b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f92683de-d4f7-489c-848b-b2ca70a858b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f92683de-d4f7-489c-848b-b2ca70a858b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f92683de-d4f7-489c-848b-b2ca70a858b8-atc-btn-wrapper {
    text-align: center;
  }


#s-f92683de-d4f7-489c-848b-b2ca70a858b8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f92683de-d4f7-489c-848b-b2ca70a858b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f92683de-d4f7-489c-848b-b2ca70a858b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f92683de-d4f7-489c-848b-b2ca70a858b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f92683de-d4f7-489c-848b-b2ca70a858b8-atc-btn-wrapper {
    text-align: center;
  }


#s-f92683de-d4f7-489c-848b-b2ca70a858b8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f92683de-d4f7-489c-848b-b2ca70a858b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f92683de-d4f7-489c-848b-b2ca70a858b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f92683de-d4f7-489c-848b-b2ca70a858b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f92683de-d4f7-489c-848b-b2ca70a858b8-atc-btn-wrapper {
    text-align: center;
  }


#s-f92683de-d4f7-489c-848b-b2ca70a858b8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f92683de-d4f7-489c-848b-b2ca70a858b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f92683de-d4f7-489c-848b-b2ca70a858b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f92683de-d4f7-489c-848b-b2ca70a858b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4f8c2234-5cc4-41f1-b064-0965494c0450 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9a95845b-b4ce-4a01-986c-b525becbf4a5 {
  margin-top: 10%;
margin-bottom: 0px;
}

#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4 {
  background-image: url(https://i.shgcdn.com/fe929a46-ed30-4fc9-94d3-c02862f73209/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 150px 50px;
margin-left: auto;
margin-right: auto;
border-radius: 2px;
min-height: 50px;
text-align: center;
cursor: pointer;
hover-type: image;
background-position: center center;
}
#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4-atc-btn-wrapper {
    text-align: center;
  }


#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4-atc-btn-wrapper {
    text-align: center;
  }


#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4-atc-btn-wrapper {
    text-align: center;
  }


#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4-atc-btn-wrapper {
    text-align: center;
  }


#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4-atc-btn-wrapper {
    text-align: center;
  }


#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0df6a530-e24e-4cb0-8d3a-4c2b38dd00a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-271ade78-11c3-494a-95bb-a75a4ac7437c {
  padding-top: 10%;
padding-left: 12%;
padding-bottom: 5%;
padding-right: 24%;
min-height: 50px;
}








#s-271ade78-11c3-494a-95bb-a75a4ac7437c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-271ade78-11c3-494a-95bb-a75a4ac7437c.shg-box.shg-c {
  justify-content: center;
}

#s-3b86b421-42b0-466b-82d2-9e35ccd0215c {
  text-align: center;
}

#s-3b86b421-42b0-466b-82d2-9e35ccd0215c {
  overflow: hidden;
  
  
}







  #s-3b86b421-42b0-466b-82d2-9e35ccd0215c img.shogun-image {
    

    
    
    
  }


#s-3b86b421-42b0-466b-82d2-9e35ccd0215c .shogun-image-content {
  
    justify-content: center;
  
}

#s-c78df506-8e97-4f20-8f9e-64fccc6a283d {
  min-height: 50px;
background-color: rgba(10, 10, 10, 1);
}
@media (min-width: 1200px){#s-c78df506-8e97-4f20-8f9e-64fccc6a283d {
  display: none;
}
#s-c78df506-8e97-4f20-8f9e-64fccc6a283d, #wrap-s-c78df506-8e97-4f20-8f9e-64fccc6a283d, #wrap-content-s-c78df506-8e97-4f20-8f9e-64fccc6a283d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c78df506-8e97-4f20-8f9e-64fccc6a283d {
  display: none;
}
#s-c78df506-8e97-4f20-8f9e-64fccc6a283d, #wrap-s-c78df506-8e97-4f20-8f9e-64fccc6a283d, #wrap-content-s-c78df506-8e97-4f20-8f9e-64fccc6a283d { display: none !important; }}@media (max-width: 767px){#s-c78df506-8e97-4f20-8f9e-64fccc6a283d {
  display: none;
}
#s-c78df506-8e97-4f20-8f9e-64fccc6a283d, #wrap-s-c78df506-8e97-4f20-8f9e-64fccc6a283d, #wrap-content-s-c78df506-8e97-4f20-8f9e-64fccc6a283d { display: none !important; }}







#s-c78df506-8e97-4f20-8f9e-64fccc6a283d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c78df506-8e97-4f20-8f9e-64fccc6a283d.shg-box.shg-c {
  justify-content: center;
}

#s-d672f8b8-2b5f-455b-a19c-876485845cc6 {
  min-height: 50px;
background-color: rgba(18, 18, 18, 1);
}
@media (min-width: 1200px){#s-d672f8b8-2b5f-455b-a19c-876485845cc6 {
  display: none;
}
#s-d672f8b8-2b5f-455b-a19c-876485845cc6, #wrap-s-d672f8b8-2b5f-455b-a19c-876485845cc6, #wrap-content-s-d672f8b8-2b5f-455b-a19c-876485845cc6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d672f8b8-2b5f-455b-a19c-876485845cc6 {
  display: none;
}
#s-d672f8b8-2b5f-455b-a19c-876485845cc6, #wrap-s-d672f8b8-2b5f-455b-a19c-876485845cc6, #wrap-content-s-d672f8b8-2b5f-455b-a19c-876485845cc6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d672f8b8-2b5f-455b-a19c-876485845cc6 {
  
}
}@media (max-width: 767px){#s-d672f8b8-2b5f-455b-a19c-876485845cc6 {
  
}
}







#s-d672f8b8-2b5f-455b-a19c-876485845cc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d672f8b8-2b5f-455b-a19c-876485845cc6.shg-box.shg-c {
  justify-content: center;
}

#s-ad287738-e0f9-4d4d-8141-8093b867faf0 {
  padding-top: 4%;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 41px;
}
@media (max-width: 767px){#s-ad287738-e0f9-4d4d-8141-8093b867faf0 {
  padding-bottom: 6%;
}
}
@media (min-width: 0px) {
[id="s-ad287738-e0f9-4d4d-8141-8093b867faf0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad287738-e0f9-4d4d-8141-8093b867faf0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad287738-e0f9-4d4d-8141-8093b867faf0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad287738-e0f9-4d4d-8141-8093b867faf0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad287738-e0f9-4d4d-8141-8093b867faf0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad287738-e0f9-4d4d-8141-8093b867faf0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad287738-e0f9-4d4d-8141-8093b867faf0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-a86065b8-ba09-4b00-abf5-7ad17634f66f {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a86065b8-ba09-4b00-abf5-7ad17634f66f {
  display: none;
}
#s-a86065b8-ba09-4b00-abf5-7ad17634f66f, #wrap-s-a86065b8-ba09-4b00-abf5-7ad17634f66f, #wrap-content-s-a86065b8-ba09-4b00-abf5-7ad17634f66f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a86065b8-ba09-4b00-abf5-7ad17634f66f {
  display: none;
}
#s-a86065b8-ba09-4b00-abf5-7ad17634f66f, #wrap-s-a86065b8-ba09-4b00-abf5-7ad17634f66f, #wrap-content-s-a86065b8-ba09-4b00-abf5-7ad17634f66f { display: none !important; }}
#s-a86065b8-ba09-4b00-abf5-7ad17634f66f {
  overflow: hidden;
  
  
}








#s-a86065b8-ba09-4b00-abf5-7ad17634f66f .shogun-image-content {
  
    justify-content: center;
  
}

#s-5a5c7afe-7886-4099-943f-1af927bd2436 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a5c7afe-7886-4099-943f-1af927bd2436 {
  display: none;
}
#s-5a5c7afe-7886-4099-943f-1af927bd2436, #wrap-s-5a5c7afe-7886-4099-943f-1af927bd2436, #wrap-content-s-5a5c7afe-7886-4099-943f-1af927bd2436 { display: none !important; }}@media (max-width: 767px){#s-5a5c7afe-7886-4099-943f-1af927bd2436 {
  display: none;
}
#s-5a5c7afe-7886-4099-943f-1af927bd2436, #wrap-s-5a5c7afe-7886-4099-943f-1af927bd2436, #wrap-content-s-5a5c7afe-7886-4099-943f-1af927bd2436 { display: none !important; }}
#s-5a5c7afe-7886-4099-943f-1af927bd2436 {
  overflow: hidden;
  
  
}








#s-5a5c7afe-7886-4099-943f-1af927bd2436 .shogun-image-content {
  
    justify-content: center;
  
}

#s-31c7191f-5d0e-4200-9328-cd26088ceba0 {
  padding-left: 12%;
padding-bottom: 5%;
padding-right: 24%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-31c7191f-5d0e-4200-9328-cd26088ceba0 {
  margin-top: 5%;
margin-bottom: 5%;
}
}







#s-31c7191f-5d0e-4200-9328-cd26088ceba0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31c7191f-5d0e-4200-9328-cd26088ceba0.shg-box.shg-c {
  justify-content: center;
}

#s-93eb6f71-7a94-4f53-9f17-ac6f979d88e0 {
  text-align: center;
}

#s-93eb6f71-7a94-4f53-9f17-ac6f979d88e0 {
  overflow: hidden;
  
  
}







  #s-93eb6f71-7a94-4f53-9f17-ac6f979d88e0 img.shogun-image {
    

    
    
    
  }


#s-93eb6f71-7a94-4f53-9f17-ac6f979d88e0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ff96b3dc-cb55-4eb5-900a-a476ae6c1692 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ff96b3dc-cb55-4eb5-900a-a476ae6c1692 {
  display: none;
}
#s-ff96b3dc-cb55-4eb5-900a-a476ae6c1692, #wrap-s-ff96b3dc-cb55-4eb5-900a-a476ae6c1692, #wrap-content-s-ff96b3dc-cb55-4eb5-900a-a476ae6c1692 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff96b3dc-cb55-4eb5-900a-a476ae6c1692 {
  display: none;
}
#s-ff96b3dc-cb55-4eb5-900a-a476ae6c1692, #wrap-s-ff96b3dc-cb55-4eb5-900a-a476ae6c1692, #wrap-content-s-ff96b3dc-cb55-4eb5-900a-a476ae6c1692 { display: none !important; }}







#s-ff96b3dc-cb55-4eb5-900a-a476ae6c1692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff96b3dc-cb55-4eb5-900a-a476ae6c1692.shg-box.shg-c {
  justify-content: center;
}

#s-f6093867-695b-43fb-8a79-24603b25bd3b {
  margin-top: 40px;
}
@media (max-width: 767px){#s-f6093867-695b-43fb-8a79-24603b25bd3b {
  margin-top: -20px;
}
}
#s-ca25896b-3558-4802-b630-5fb8d5f3838d {
  margin-top: -6px;
}

#s-29c9e51c-9387-4638-aac1-301e789bf470 {
  margin-top: 15px;
}

#s-31137bf4-3061-4bab-b014-1cf653ea7715 {
  margin-top: 4px;
}

#s-01710d2d-789d-4e78-9fa2-591c7a9c030a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-8d47b38e-be30-4168-b204-46b416a9d399 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-8d47b38e-be30-4168-b204-46b416a9d399 {
  display: none;
}
#s-8d47b38e-be30-4168-b204-46b416a9d399, #wrap-s-8d47b38e-be30-4168-b204-46b416a9d399, #wrap-content-s-8d47b38e-be30-4168-b204-46b416a9d399 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d47b38e-be30-4168-b204-46b416a9d399 {
  display: none;
}
#s-8d47b38e-be30-4168-b204-46b416a9d399, #wrap-s-8d47b38e-be30-4168-b204-46b416a9d399, #wrap-content-s-8d47b38e-be30-4168-b204-46b416a9d399 { display: none !important; }}@media (max-width: 767px){#s-8d47b38e-be30-4168-b204-46b416a9d399 {
  display: none;
}
#s-8d47b38e-be30-4168-b204-46b416a9d399, #wrap-s-8d47b38e-be30-4168-b204-46b416a9d399, #wrap-content-s-8d47b38e-be30-4168-b204-46b416a9d399 { display: none !important; }}
#s-69807d3b-f21c-42df-947b-ec1c7e7be6cb {
  margin-top: 10%;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-69807d3b-f21c-42df-947b-ec1c7e7be6cb {
  display: none;
}
#s-69807d3b-f21c-42df-947b-ec1c7e7be6cb, #wrap-s-69807d3b-f21c-42df-947b-ec1c7e7be6cb, #wrap-content-s-69807d3b-f21c-42df-947b-ec1c7e7be6cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69807d3b-f21c-42df-947b-ec1c7e7be6cb {
  display: none;
}
#s-69807d3b-f21c-42df-947b-ec1c7e7be6cb, #wrap-s-69807d3b-f21c-42df-947b-ec1c7e7be6cb, #wrap-content-s-69807d3b-f21c-42df-947b-ec1c7e7be6cb { display: none !important; }}@media (max-width: 767px){#s-69807d3b-f21c-42df-947b-ec1c7e7be6cb {
  display: none;
}
#s-69807d3b-f21c-42df-947b-ec1c7e7be6cb, #wrap-s-69807d3b-f21c-42df-947b-ec1c7e7be6cb, #wrap-content-s-69807d3b-f21c-42df-947b-ec1c7e7be6cb { display: none !important; }}
#s-5db756e6-13af-4749-a3e9-64b148665f45 {
  background-image: url(https://i.shgcdn.com/fe929a46-ed30-4fc9-94d3-c02862f73209/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 150px 50px;
margin-left: auto;
margin-right: auto;
border-radius: 2px;
min-height: 50px;
text-align: center;
cursor: pointer;
hover-type: image;
background-position: center center;
}
#s-5db756e6-13af-4749-a3e9-64b148665f45:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5db756e6-13af-4749-a3e9-64b148665f45:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5db756e6-13af-4749-a3e9-64b148665f45 {
  display: none;
}
#s-5db756e6-13af-4749-a3e9-64b148665f45, #wrap-s-5db756e6-13af-4749-a3e9-64b148665f45, #wrap-content-s-5db756e6-13af-4749-a3e9-64b148665f45 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5db756e6-13af-4749-a3e9-64b148665f45 {
  display: none;
}
#s-5db756e6-13af-4749-a3e9-64b148665f45, #wrap-s-5db756e6-13af-4749-a3e9-64b148665f45, #wrap-content-s-5db756e6-13af-4749-a3e9-64b148665f45 { display: none !important; }}@media (max-width: 767px){#s-5db756e6-13af-4749-a3e9-64b148665f45 {
  display: none;
}
#s-5db756e6-13af-4749-a3e9-64b148665f45, #wrap-s-5db756e6-13af-4749-a3e9-64b148665f45, #wrap-content-s-5db756e6-13af-4749-a3e9-64b148665f45 { display: none !important; }}

  #s-5db756e6-13af-4749-a3e9-64b148665f45-atc-btn-wrapper {
    text-align: center;
  }


#s-5db756e6-13af-4749-a3e9-64b148665f45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5db756e6-13af-4749-a3e9-64b148665f45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5db756e6-13af-4749-a3e9-64b148665f45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5db756e6-13af-4749-a3e9-64b148665f45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5db756e6-13af-4749-a3e9-64b148665f45-atc-btn-wrapper {
    text-align: center;
  }


#s-5db756e6-13af-4749-a3e9-64b148665f45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5db756e6-13af-4749-a3e9-64b148665f45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5db756e6-13af-4749-a3e9-64b148665f45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5db756e6-13af-4749-a3e9-64b148665f45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5db756e6-13af-4749-a3e9-64b148665f45-atc-btn-wrapper {
    text-align: center;
  }


#s-5db756e6-13af-4749-a3e9-64b148665f45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5db756e6-13af-4749-a3e9-64b148665f45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5db756e6-13af-4749-a3e9-64b148665f45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5db756e6-13af-4749-a3e9-64b148665f45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5db756e6-13af-4749-a3e9-64b148665f45-atc-btn-wrapper {
    text-align: center;
  }


#s-5db756e6-13af-4749-a3e9-64b148665f45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5db756e6-13af-4749-a3e9-64b148665f45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5db756e6-13af-4749-a3e9-64b148665f45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5db756e6-13af-4749-a3e9-64b148665f45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5db756e6-13af-4749-a3e9-64b148665f45-atc-btn-wrapper {
    text-align: center;
  }


#s-5db756e6-13af-4749-a3e9-64b148665f45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5db756e6-13af-4749-a3e9-64b148665f45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5db756e6-13af-4749-a3e9-64b148665f45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5db756e6-13af-4749-a3e9-64b148665f45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-62028918-3289-46b4-a813-79793521db75 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-62028918-3289-46b4-a813-79793521db75 {
  display: none;
}
#s-62028918-3289-46b4-a813-79793521db75, #wrap-s-62028918-3289-46b4-a813-79793521db75, #wrap-content-s-62028918-3289-46b4-a813-79793521db75 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62028918-3289-46b4-a813-79793521db75 {
  display: none;
}
#s-62028918-3289-46b4-a813-79793521db75, #wrap-s-62028918-3289-46b4-a813-79793521db75, #wrap-content-s-62028918-3289-46b4-a813-79793521db75 { display: none !important; }}@media (max-width: 767px){#s-62028918-3289-46b4-a813-79793521db75 {
  display: none;
}
#s-62028918-3289-46b4-a813-79793521db75, #wrap-s-62028918-3289-46b4-a813-79793521db75, #wrap-content-s-62028918-3289-46b4-a813-79793521db75 { display: none !important; }}
#s-4824ca67-5644-4123-802d-804328fa6c0c {
  margin-top: 10%;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-4824ca67-5644-4123-802d-804328fa6c0c {
  display: none;
}
#s-4824ca67-5644-4123-802d-804328fa6c0c, #wrap-s-4824ca67-5644-4123-802d-804328fa6c0c, #wrap-content-s-4824ca67-5644-4123-802d-804328fa6c0c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4824ca67-5644-4123-802d-804328fa6c0c {
  display: none;
}
#s-4824ca67-5644-4123-802d-804328fa6c0c, #wrap-s-4824ca67-5644-4123-802d-804328fa6c0c, #wrap-content-s-4824ca67-5644-4123-802d-804328fa6c0c { display: none !important; }}@media (max-width: 767px){#s-4824ca67-5644-4123-802d-804328fa6c0c {
  display: none;
}
#s-4824ca67-5644-4123-802d-804328fa6c0c, #wrap-s-4824ca67-5644-4123-802d-804328fa6c0c, #wrap-content-s-4824ca67-5644-4123-802d-804328fa6c0c { display: none !important; }}
#s-aea70d88-8505-4227-ba5a-89d4a68de82a {
  background-image: url(https://i.shgcdn.com/fe929a46-ed30-4fc9-94d3-c02862f73209/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 150px 50px;
margin-left: auto;
margin-right: auto;
border-radius: 2px;
min-height: 50px;
text-align: center;
cursor: pointer;
hover-type: image;
background-position: center center;
}
#s-aea70d88-8505-4227-ba5a-89d4a68de82a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aea70d88-8505-4227-ba5a-89d4a68de82a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-aea70d88-8505-4227-ba5a-89d4a68de82a {
  display: none;
}
#s-aea70d88-8505-4227-ba5a-89d4a68de82a, #wrap-s-aea70d88-8505-4227-ba5a-89d4a68de82a, #wrap-content-s-aea70d88-8505-4227-ba5a-89d4a68de82a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aea70d88-8505-4227-ba5a-89d4a68de82a {
  display: none;
}
#s-aea70d88-8505-4227-ba5a-89d4a68de82a, #wrap-s-aea70d88-8505-4227-ba5a-89d4a68de82a, #wrap-content-s-aea70d88-8505-4227-ba5a-89d4a68de82a { display: none !important; }}@media (max-width: 767px){#s-aea70d88-8505-4227-ba5a-89d4a68de82a {
  display: none;
}
#s-aea70d88-8505-4227-ba5a-89d4a68de82a, #wrap-s-aea70d88-8505-4227-ba5a-89d4a68de82a, #wrap-content-s-aea70d88-8505-4227-ba5a-89d4a68de82a { display: none !important; }}

  #s-aea70d88-8505-4227-ba5a-89d4a68de82a-atc-btn-wrapper {
    text-align: center;
  }


#s-aea70d88-8505-4227-ba5a-89d4a68de82a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aea70d88-8505-4227-ba5a-89d4a68de82a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aea70d88-8505-4227-ba5a-89d4a68de82a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-aea70d88-8505-4227-ba5a-89d4a68de82a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-aea70d88-8505-4227-ba5a-89d4a68de82a-atc-btn-wrapper {
    text-align: center;
  }


#s-aea70d88-8505-4227-ba5a-89d4a68de82a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aea70d88-8505-4227-ba5a-89d4a68de82a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aea70d88-8505-4227-ba5a-89d4a68de82a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-aea70d88-8505-4227-ba5a-89d4a68de82a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-aea70d88-8505-4227-ba5a-89d4a68de82a-atc-btn-wrapper {
    text-align: center;
  }


#s-aea70d88-8505-4227-ba5a-89d4a68de82a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aea70d88-8505-4227-ba5a-89d4a68de82a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aea70d88-8505-4227-ba5a-89d4a68de82a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-aea70d88-8505-4227-ba5a-89d4a68de82a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-aea70d88-8505-4227-ba5a-89d4a68de82a-atc-btn-wrapper {
    text-align: center;
  }


#s-aea70d88-8505-4227-ba5a-89d4a68de82a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aea70d88-8505-4227-ba5a-89d4a68de82a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aea70d88-8505-4227-ba5a-89d4a68de82a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-aea70d88-8505-4227-ba5a-89d4a68de82a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-aea70d88-8505-4227-ba5a-89d4a68de82a-atc-btn-wrapper {
    text-align: center;
  }


#s-aea70d88-8505-4227-ba5a-89d4a68de82a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aea70d88-8505-4227-ba5a-89d4a68de82a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aea70d88-8505-4227-ba5a-89d4a68de82a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-aea70d88-8505-4227-ba5a-89d4a68de82a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
@media (min-width: 768px) and (max-width: 991px){#s-c513d709-5459-46d2-9502-a77407302784 {
  display: none;
}
#s-c513d709-5459-46d2-9502-a77407302784, #wrap-s-c513d709-5459-46d2-9502-a77407302784, #wrap-content-s-c513d709-5459-46d2-9502-a77407302784 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c513d709-5459-46d2-9502-a77407302784"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c513d709-5459-46d2-9502-a77407302784"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c513d709-5459-46d2-9502-a77407302784"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c513d709-5459-46d2-9502-a77407302784"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c513d709-5459-46d2-9502-a77407302784"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c513d709-5459-46d2-9502-a77407302784"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c513d709-5459-46d2-9502-a77407302784"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-19a1aa49-07ce-4cd8-9141-16c3649275d6 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-19a1aa49-07ce-4cd8-9141-16c3649275d6 {
  display: none;
}
#s-19a1aa49-07ce-4cd8-9141-16c3649275d6, #wrap-s-19a1aa49-07ce-4cd8-9141-16c3649275d6, #wrap-content-s-19a1aa49-07ce-4cd8-9141-16c3649275d6 { display: none !important; }}@media (max-width: 767px){#s-19a1aa49-07ce-4cd8-9141-16c3649275d6 {
  display: none;
}
#s-19a1aa49-07ce-4cd8-9141-16c3649275d6, #wrap-s-19a1aa49-07ce-4cd8-9141-16c3649275d6, #wrap-content-s-19a1aa49-07ce-4cd8-9141-16c3649275d6 { display: none !important; }}







#s-19a1aa49-07ce-4cd8-9141-16c3649275d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19a1aa49-07ce-4cd8-9141-16c3649275d6.shg-box.shg-c {
  justify-content: center;
}

#s-7fa96e3c-8546-410e-924f-9f7aa98f279a {
  margin-top: 15px;
}

#s-f8ad6a30-748c-446e-9278-7cc15090e860 {
  margin-top: 4px;
}

#s-2a970465-69bf-49f8-aa35-c8a4b8f69ff2 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-68916f07-236a-4308-972a-eb22a90f0ace {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d5e94b6b-044a-4039-b37c-e7c0311881ec {
  margin-top: 10%;
margin-bottom: 0px;
}

#s-b9aec9b5-f192-499a-a29b-d8c916786a53 {
  background-image: url(https://i.shgcdn.com/fe929a46-ed30-4fc9-94d3-c02862f73209/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 150px 50px;
margin-left: auto;
margin-right: auto;
border-radius: 2px;
min-height: 50px;
text-align: center;
cursor: pointer;
hover-type: image;
background-position: center center;
}
#s-b9aec9b5-f192-499a-a29b-d8c916786a53:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b9aec9b5-f192-499a-a29b-d8c916786a53:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b9aec9b5-f192-499a-a29b-d8c916786a53-atc-btn-wrapper {
    text-align: center;
  }


#s-b9aec9b5-f192-499a-a29b-d8c916786a53 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9aec9b5-f192-499a-a29b-d8c916786a53.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9aec9b5-f192-499a-a29b-d8c916786a53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b9aec9b5-f192-499a-a29b-d8c916786a53.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b9aec9b5-f192-499a-a29b-d8c916786a53-atc-btn-wrapper {
    text-align: center;
  }


#s-b9aec9b5-f192-499a-a29b-d8c916786a53 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9aec9b5-f192-499a-a29b-d8c916786a53.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9aec9b5-f192-499a-a29b-d8c916786a53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b9aec9b5-f192-499a-a29b-d8c916786a53.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9aec9b5-f192-499a-a29b-d8c916786a53-atc-btn-wrapper {
    text-align: center;
  }


#s-b9aec9b5-f192-499a-a29b-d8c916786a53 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9aec9b5-f192-499a-a29b-d8c916786a53.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9aec9b5-f192-499a-a29b-d8c916786a53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b9aec9b5-f192-499a-a29b-d8c916786a53.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b9aec9b5-f192-499a-a29b-d8c916786a53-atc-btn-wrapper {
    text-align: center;
  }


#s-b9aec9b5-f192-499a-a29b-d8c916786a53 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9aec9b5-f192-499a-a29b-d8c916786a53.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9aec9b5-f192-499a-a29b-d8c916786a53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b9aec9b5-f192-499a-a29b-d8c916786a53.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b9aec9b5-f192-499a-a29b-d8c916786a53-atc-btn-wrapper {
    text-align: center;
  }


#s-b9aec9b5-f192-499a-a29b-d8c916786a53 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9aec9b5-f192-499a-a29b-d8c916786a53.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9aec9b5-f192-499a-a29b-d8c916786a53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b9aec9b5-f192-499a-a29b-d8c916786a53.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-94b65e96-466b-4be0-966c-c42fabbee477 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e595e567-340f-4c46-ae7c-44f288b1f0a2 {
  margin-top: 10%;
margin-bottom: 0px;
}

#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7 {
  background-image: url(https://i.shgcdn.com/fe929a46-ed30-4fc9-94d3-c02862f73209/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 150px 50px;
margin-left: auto;
margin-right: auto;
border-radius: 2px;
min-height: 50px;
text-align: center;
cursor: pointer;
hover-type: image;
background-position: center center;
}
#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7-atc-btn-wrapper {
    text-align: center;
  }


#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7-atc-btn-wrapper {
    text-align: center;
  }


#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7-atc-btn-wrapper {
    text-align: center;
  }


#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7-atc-btn-wrapper {
    text-align: center;
  }


#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7-atc-btn-wrapper {
    text-align: center;
  }


#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6c59572a-b7af-4e53-bed3-cf5afa4c00e7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0ef62870-2c46-445b-a3e2-203957b36ae7 {
  padding-left: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-0ef62870-2c46-445b-a3e2-203957b36ae7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ef62870-2c46-445b-a3e2-203957b36ae7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ef62870-2c46-445b-a3e2-203957b36ae7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0ef62870-2c46-445b-a3e2-203957b36ae7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ef62870-2c46-445b-a3e2-203957b36ae7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ef62870-2c46-445b-a3e2-203957b36ae7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ef62870-2c46-445b-a3e2-203957b36ae7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-3f3a90cc-b01f-4249-b216-bfb2993ff7fe {
  min-height: 50px;
background-color: rgba(18, 18, 18, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3f3a90cc-b01f-4249-b216-bfb2993ff7fe {
  display: none;
}
#s-3f3a90cc-b01f-4249-b216-bfb2993ff7fe, #wrap-s-3f3a90cc-b01f-4249-b216-bfb2993ff7fe, #wrap-content-s-3f3a90cc-b01f-4249-b216-bfb2993ff7fe { display: none !important; }}@media (max-width: 767px){#s-3f3a90cc-b01f-4249-b216-bfb2993ff7fe {
  display: none;
}
#s-3f3a90cc-b01f-4249-b216-bfb2993ff7fe, #wrap-s-3f3a90cc-b01f-4249-b216-bfb2993ff7fe, #wrap-content-s-3f3a90cc-b01f-4249-b216-bfb2993ff7fe { display: none !important; }}







#s-3f3a90cc-b01f-4249-b216-bfb2993ff7fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f3a90cc-b01f-4249-b216-bfb2993ff7fe.shg-box.shg-c {
  justify-content: center;
}

#s-a052ddf9-dbb8-4be1-b0bb-32097503c3d7 {
  padding-top: 4%;
padding-left: 4%;
padding-right: 41px;
}

@media (min-width: 0px) {
[id="s-a052ddf9-dbb8-4be1-b0bb-32097503c3d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a052ddf9-dbb8-4be1-b0bb-32097503c3d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a052ddf9-dbb8-4be1-b0bb-32097503c3d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a052ddf9-dbb8-4be1-b0bb-32097503c3d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a052ddf9-dbb8-4be1-b0bb-32097503c3d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a052ddf9-dbb8-4be1-b0bb-32097503c3d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a052ddf9-dbb8-4be1-b0bb-32097503c3d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-d37eeecd-25b3-486e-86dc-8eb4a592cd42 {
  margin-left: 21%;
margin-right: 21%;
text-align: center;
}
@media (min-width: 1200px){#s-d37eeecd-25b3-486e-86dc-8eb4a592cd42 {
  display: none;
}
#s-d37eeecd-25b3-486e-86dc-8eb4a592cd42, #wrap-s-d37eeecd-25b3-486e-86dc-8eb4a592cd42, #wrap-content-s-d37eeecd-25b3-486e-86dc-8eb4a592cd42 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d37eeecd-25b3-486e-86dc-8eb4a592cd42 {
  display: none;
}
#s-d37eeecd-25b3-486e-86dc-8eb4a592cd42, #wrap-s-d37eeecd-25b3-486e-86dc-8eb4a592cd42, #wrap-content-s-d37eeecd-25b3-486e-86dc-8eb4a592cd42 { display: none !important; }}
#s-d37eeecd-25b3-486e-86dc-8eb4a592cd42 {
  overflow: hidden;
  
  
}








#s-d37eeecd-25b3-486e-86dc-8eb4a592cd42 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9962c545-bb99-43d3-aaf0-2b10bdb97832 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9962c545-bb99-43d3-aaf0-2b10bdb97832 {
  display: none;
}
#s-9962c545-bb99-43d3-aaf0-2b10bdb97832, #wrap-s-9962c545-bb99-43d3-aaf0-2b10bdb97832, #wrap-content-s-9962c545-bb99-43d3-aaf0-2b10bdb97832 { display: none !important; }}@media (max-width: 767px){#s-9962c545-bb99-43d3-aaf0-2b10bdb97832 {
  display: none;
}
#s-9962c545-bb99-43d3-aaf0-2b10bdb97832, #wrap-s-9962c545-bb99-43d3-aaf0-2b10bdb97832, #wrap-content-s-9962c545-bb99-43d3-aaf0-2b10bdb97832 { display: none !important; }}
#s-9962c545-bb99-43d3-aaf0-2b10bdb97832 {
  overflow: hidden;
  
  
}








#s-9962c545-bb99-43d3-aaf0-2b10bdb97832 .shogun-image-content {
  
    justify-content: center;
  
}

#s-93f4b54c-d0c8-4074-99fc-0d4b170de253 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-93f4b54c-d0c8-4074-99fc-0d4b170de253 {
  display: none;
}
#s-93f4b54c-d0c8-4074-99fc-0d4b170de253, #wrap-s-93f4b54c-d0c8-4074-99fc-0d4b170de253, #wrap-content-s-93f4b54c-d0c8-4074-99fc-0d4b170de253 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93f4b54c-d0c8-4074-99fc-0d4b170de253 {
  display: none;
}
#s-93f4b54c-d0c8-4074-99fc-0d4b170de253, #wrap-s-93f4b54c-d0c8-4074-99fc-0d4b170de253, #wrap-content-s-93f4b54c-d0c8-4074-99fc-0d4b170de253 { display: none !important; }}







#s-93f4b54c-d0c8-4074-99fc-0d4b170de253 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93f4b54c-d0c8-4074-99fc-0d4b170de253.shg-box.shg-c {
  justify-content: center;
}

#s-86221f3e-ec6c-4abd-be9b-f744068e6332 {
  margin-top: 40px;
}
@media (max-width: 767px){#s-86221f3e-ec6c-4abd-be9b-f744068e6332 {
  margin-top: -20px;
}
}
#s-802abf32-d95c-458a-be6a-6832354f0ea6 {
  margin-top: -6px;
}

#s-440013d4-2e2b-4070-8258-8103c96a9a5f {
  margin-top: 15px;
}

#s-1ec9856e-4597-447e-8f1f-ad4e9625b3c9 {
  margin-top: 4px;
}

#s-54a33075-d005-48a5-bb11-f684fb87ec15 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-334170d0-12c9-4353-88b2-e2f4cdb860a4 {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-334170d0-12c9-4353-88b2-e2f4cdb860a4 {
  display: none;
}
#s-334170d0-12c9-4353-88b2-e2f4cdb860a4, #wrap-s-334170d0-12c9-4353-88b2-e2f4cdb860a4, #wrap-content-s-334170d0-12c9-4353-88b2-e2f4cdb860a4 { display: none !important; }}@media (max-width: 767px){#s-334170d0-12c9-4353-88b2-e2f4cdb860a4 {
  margin-top: -20px;
display: none;
}
#s-334170d0-12c9-4353-88b2-e2f4cdb860a4, #wrap-s-334170d0-12c9-4353-88b2-e2f4cdb860a4, #wrap-content-s-334170d0-12c9-4353-88b2-e2f4cdb860a4 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-74b55b12-bb87-4740-8718-357f8c052882 {
  display: none;
}
#s-74b55b12-bb87-4740-8718-357f8c052882, #wrap-s-74b55b12-bb87-4740-8718-357f8c052882, #wrap-content-s-74b55b12-bb87-4740-8718-357f8c052882 { display: none !important; }}@media (max-width: 767px){#s-74b55b12-bb87-4740-8718-357f8c052882 {
  display: none;
}
#s-74b55b12-bb87-4740-8718-357f8c052882, #wrap-s-74b55b12-bb87-4740-8718-357f8c052882, #wrap-content-s-74b55b12-bb87-4740-8718-357f8c052882 { display: none !important; }}
#s-a2e9d545-79ce-46c1-9b5e-28188d61fbc9 {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2e9d545-79ce-46c1-9b5e-28188d61fbc9 {
  display: none;
}
#s-a2e9d545-79ce-46c1-9b5e-28188d61fbc9, #wrap-s-a2e9d545-79ce-46c1-9b5e-28188d61fbc9, #wrap-content-s-a2e9d545-79ce-46c1-9b5e-28188d61fbc9 { display: none !important; }}@media (max-width: 767px){#s-a2e9d545-79ce-46c1-9b5e-28188d61fbc9 {
  display: none;
}
#s-a2e9d545-79ce-46c1-9b5e-28188d61fbc9, #wrap-s-a2e9d545-79ce-46c1-9b5e-28188d61fbc9, #wrap-content-s-a2e9d545-79ce-46c1-9b5e-28188d61fbc9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1da199ac-392a-449b-a1a3-5a7adf35d2ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1da199ac-392a-449b-a1a3-5a7adf35d2ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1da199ac-392a-449b-a1a3-5a7adf35d2ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1da199ac-392a-449b-a1a3-5a7adf35d2ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1da199ac-392a-449b-a1a3-5a7adf35d2ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1da199ac-392a-449b-a1a3-5a7adf35d2ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1da199ac-392a-449b-a1a3-5a7adf35d2ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-e35be303-5ecd-46e1-9728-9b071286cf11 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e35be303-5ecd-46e1-9728-9b071286cf11 {
  display: none;
}
#s-e35be303-5ecd-46e1-9728-9b071286cf11, #wrap-s-e35be303-5ecd-46e1-9728-9b071286cf11, #wrap-content-s-e35be303-5ecd-46e1-9728-9b071286cf11 { display: none !important; }}@media (max-width: 767px){#s-e35be303-5ecd-46e1-9728-9b071286cf11 {
  display: none;
}
#s-e35be303-5ecd-46e1-9728-9b071286cf11, #wrap-s-e35be303-5ecd-46e1-9728-9b071286cf11, #wrap-content-s-e35be303-5ecd-46e1-9728-9b071286cf11 { display: none !important; }}







#s-e35be303-5ecd-46e1-9728-9b071286cf11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e35be303-5ecd-46e1-9728-9b071286cf11.shg-box.shg-c {
  justify-content: center;
}

#s-7746c00f-8cfb-4aad-b481-8ca5e5106ef5 {
  margin-top: 15px;
}

#s-8c29dc11-6a4e-4361-b53c-02cb10889d0c {
  margin-top: 4px;
}

#s-6caff0d7-20a2-4235-b1b0-5ca418d6cfc7 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2be2f537-ab51-4799-966b-9d0ef2fc6afe {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6377f064-b312-467a-bb18-ea799a0d6319 {
  margin-top: 10%;
margin-bottom: 0px;
}

#s-618ada41-03f8-4145-95c3-b76ae64f879d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjc5NmVkMjItZjlhMS00MTYxLWFkNzgtZjhmZGQ5N2EyYmQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YTAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmFjYTE3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNzk2ZWQyMi1mOWExLTQxNjEtYWQ3OC1mOGZkZDk3YTJiZDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7a00"}, {"id"=>2, "pos"=>1, "color"=>"#faca17"}];
color: rgba(0, 0, 0, 1);
}
#s-618ada41-03f8-4145-95c3-b76ae64f879d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-618ada41-03f8-4145-95c3-b76ae64f879d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-618ada41-03f8-4145-95c3-b76ae64f879d-atc-btn-wrapper {
    text-align: center;
  }


#s-618ada41-03f8-4145-95c3-b76ae64f879d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-618ada41-03f8-4145-95c3-b76ae64f879d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-618ada41-03f8-4145-95c3-b76ae64f879d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-618ada41-03f8-4145-95c3-b76ae64f879d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-618ada41-03f8-4145-95c3-b76ae64f879d-atc-btn-wrapper {
    text-align: center;
  }


#s-618ada41-03f8-4145-95c3-b76ae64f879d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-618ada41-03f8-4145-95c3-b76ae64f879d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-618ada41-03f8-4145-95c3-b76ae64f879d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-618ada41-03f8-4145-95c3-b76ae64f879d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-618ada41-03f8-4145-95c3-b76ae64f879d-atc-btn-wrapper {
    text-align: center;
  }


#s-618ada41-03f8-4145-95c3-b76ae64f879d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-618ada41-03f8-4145-95c3-b76ae64f879d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-618ada41-03f8-4145-95c3-b76ae64f879d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-618ada41-03f8-4145-95c3-b76ae64f879d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-618ada41-03f8-4145-95c3-b76ae64f879d-atc-btn-wrapper {
    text-align: center;
  }


#s-618ada41-03f8-4145-95c3-b76ae64f879d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-618ada41-03f8-4145-95c3-b76ae64f879d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-618ada41-03f8-4145-95c3-b76ae64f879d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-618ada41-03f8-4145-95c3-b76ae64f879d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-618ada41-03f8-4145-95c3-b76ae64f879d-atc-btn-wrapper {
    text-align: center;
  }


#s-618ada41-03f8-4145-95c3-b76ae64f879d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-618ada41-03f8-4145-95c3-b76ae64f879d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-618ada41-03f8-4145-95c3-b76ae64f879d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-618ada41-03f8-4145-95c3-b76ae64f879d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-cc3e0bfc-a1dd-4af0-9958-1195938279d4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-948f9a68-3c6b-428a-a40e-ab4edb00188d {
  margin-top: 10%;
margin-bottom: 0px;
}

#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjc5NmVkMjItZjlhMS00MTYxLWFkNzgtZjhmZGQ5N2EyYmQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YTAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmFjYTE3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNzk2ZWQyMi1mOWExLTQxNjEtYWQ3OC1mOGZkZDk3YTJiZDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7a00"}, {"id"=>2, "pos"=>1, "color"=>"#faca17"}];
color: rgba(0, 0, 0, 1);
}
#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7-atc-btn-wrapper {
    text-align: center;
  }


#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7-atc-btn-wrapper {
    text-align: center;
  }


#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7-atc-btn-wrapper {
    text-align: center;
  }


#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7-atc-btn-wrapper {
    text-align: center;
  }


#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7-atc-btn-wrapper {
    text-align: center;
  }


#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-4252998a-7c2d-42e2-9b54-ec95c81dd7a7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c1298b2a-e945-4c39-816c-41c1316cee3a {
  min-height: 50px;
background-color: rgba(10, 10, 10, 1);
}
@media (min-width: 1200px){#s-c1298b2a-e945-4c39-816c-41c1316cee3a {
  display: none;
}
#s-c1298b2a-e945-4c39-816c-41c1316cee3a, #wrap-s-c1298b2a-e945-4c39-816c-41c1316cee3a, #wrap-content-s-c1298b2a-e945-4c39-816c-41c1316cee3a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1298b2a-e945-4c39-816c-41c1316cee3a {
  display: none;
}
#s-c1298b2a-e945-4c39-816c-41c1316cee3a, #wrap-s-c1298b2a-e945-4c39-816c-41c1316cee3a, #wrap-content-s-c1298b2a-e945-4c39-816c-41c1316cee3a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1298b2a-e945-4c39-816c-41c1316cee3a {
  display: none;
}
#s-c1298b2a-e945-4c39-816c-41c1316cee3a, #wrap-s-c1298b2a-e945-4c39-816c-41c1316cee3a, #wrap-content-s-c1298b2a-e945-4c39-816c-41c1316cee3a { display: none !important; }}







#s-c1298b2a-e945-4c39-816c-41c1316cee3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1298b2a-e945-4c39-816c-41c1316cee3a.shg-box.shg-c {
  justify-content: center;
}

#s-59c03346-75df-4db4-a6bd-0f6cc007ef6a {
  padding-left: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-59c03346-75df-4db4-a6bd-0f6cc007ef6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59c03346-75df-4db4-a6bd-0f6cc007ef6a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59c03346-75df-4db4-a6bd-0f6cc007ef6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-59c03346-75df-4db4-a6bd-0f6cc007ef6a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59c03346-75df-4db4-a6bd-0f6cc007ef6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-59c03346-75df-4db4-a6bd-0f6cc007ef6a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59c03346-75df-4db4-a6bd-0f6cc007ef6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0497ac71-3ab2-48a9-9486-da1f35519cef {
  min-height: 50px;
background-color: rgba(18, 18, 18, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0497ac71-3ab2-48a9-9486-da1f35519cef {
  display: none;
}
#s-0497ac71-3ab2-48a9-9486-da1f35519cef, #wrap-s-0497ac71-3ab2-48a9-9486-da1f35519cef, #wrap-content-s-0497ac71-3ab2-48a9-9486-da1f35519cef { display: none !important; }}@media (max-width: 767px){#s-0497ac71-3ab2-48a9-9486-da1f35519cef {
  display: none;
}
#s-0497ac71-3ab2-48a9-9486-da1f35519cef, #wrap-s-0497ac71-3ab2-48a9-9486-da1f35519cef, #wrap-content-s-0497ac71-3ab2-48a9-9486-da1f35519cef { display: none !important; }}







#s-0497ac71-3ab2-48a9-9486-da1f35519cef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0497ac71-3ab2-48a9-9486-da1f35519cef.shg-box.shg-c {
  justify-content: center;
}

#s-85f2a56f-15f3-4c04-a21c-aec18006bc07 {
  padding-top: 4%;
padding-left: 4%;
padding-right: 41px;
}

@media (min-width: 0px) {
[id="s-85f2a56f-15f3-4c04-a21c-aec18006bc07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85f2a56f-15f3-4c04-a21c-aec18006bc07"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85f2a56f-15f3-4c04-a21c-aec18006bc07"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85f2a56f-15f3-4c04-a21c-aec18006bc07"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85f2a56f-15f3-4c04-a21c-aec18006bc07"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85f2a56f-15f3-4c04-a21c-aec18006bc07"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85f2a56f-15f3-4c04-a21c-aec18006bc07"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-10527845-c530-4223-8c2b-d89f52aab5b8 {
  margin-left: 21%;
margin-right: 21%;
text-align: center;
}
@media (min-width: 1200px){#s-10527845-c530-4223-8c2b-d89f52aab5b8 {
  display: none;
}
#s-10527845-c530-4223-8c2b-d89f52aab5b8, #wrap-s-10527845-c530-4223-8c2b-d89f52aab5b8, #wrap-content-s-10527845-c530-4223-8c2b-d89f52aab5b8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10527845-c530-4223-8c2b-d89f52aab5b8 {
  display: none;
}
#s-10527845-c530-4223-8c2b-d89f52aab5b8, #wrap-s-10527845-c530-4223-8c2b-d89f52aab5b8, #wrap-content-s-10527845-c530-4223-8c2b-d89f52aab5b8 { display: none !important; }}
#s-10527845-c530-4223-8c2b-d89f52aab5b8 {
  overflow: hidden;
  
  
}








#s-10527845-c530-4223-8c2b-d89f52aab5b8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-31db83b9-d168-46e9-9636-a70ef0c684c8 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-31db83b9-d168-46e9-9636-a70ef0c684c8 {
  display: none;
}
#s-31db83b9-d168-46e9-9636-a70ef0c684c8, #wrap-s-31db83b9-d168-46e9-9636-a70ef0c684c8, #wrap-content-s-31db83b9-d168-46e9-9636-a70ef0c684c8 { display: none !important; }}@media (max-width: 767px){#s-31db83b9-d168-46e9-9636-a70ef0c684c8 {
  display: none;
}
#s-31db83b9-d168-46e9-9636-a70ef0c684c8, #wrap-s-31db83b9-d168-46e9-9636-a70ef0c684c8, #wrap-content-s-31db83b9-d168-46e9-9636-a70ef0c684c8 { display: none !important; }}
#s-31db83b9-d168-46e9-9636-a70ef0c684c8 {
  overflow: hidden;
  
  
}








#s-31db83b9-d168-46e9-9636-a70ef0c684c8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1f06d09b-3b6e-459a-be13-c30545c47b97 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1f06d09b-3b6e-459a-be13-c30545c47b97 {
  display: none;
}
#s-1f06d09b-3b6e-459a-be13-c30545c47b97, #wrap-s-1f06d09b-3b6e-459a-be13-c30545c47b97, #wrap-content-s-1f06d09b-3b6e-459a-be13-c30545c47b97 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f06d09b-3b6e-459a-be13-c30545c47b97 {
  display: none;
}
#s-1f06d09b-3b6e-459a-be13-c30545c47b97, #wrap-s-1f06d09b-3b6e-459a-be13-c30545c47b97, #wrap-content-s-1f06d09b-3b6e-459a-be13-c30545c47b97 { display: none !important; }}







#s-1f06d09b-3b6e-459a-be13-c30545c47b97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f06d09b-3b6e-459a-be13-c30545c47b97.shg-box.shg-c {
  justify-content: center;
}

#s-5a462be1-6ff0-44ca-9a4f-8c8f57730e2e {
  margin-top: 40px;
}
@media (max-width: 767px){#s-5a462be1-6ff0-44ca-9a4f-8c8f57730e2e {
  margin-top: -20px;
}
}
#s-0e7395a2-474d-4232-b105-4d4a4992e564 {
  margin-top: -6px;
}

#s-4edf8555-b9f4-4a59-bba0-c6b168acc6b7 {
  margin-top: 15px;
}

#s-7e66b7e3-1e62-41f5-a3b4-938ffb1029b5 {
  margin-top: 4px;
}

#s-b5fbc532-15e5-4dba-963d-3c404455893f {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-0e614a6b-9cdb-48b6-a706-2bd1589b5912 {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e614a6b-9cdb-48b6-a706-2bd1589b5912 {
  display: none;
}
#s-0e614a6b-9cdb-48b6-a706-2bd1589b5912, #wrap-s-0e614a6b-9cdb-48b6-a706-2bd1589b5912, #wrap-content-s-0e614a6b-9cdb-48b6-a706-2bd1589b5912 { display: none !important; }}@media (max-width: 767px){#s-0e614a6b-9cdb-48b6-a706-2bd1589b5912 {
  margin-top: -20px;
display: none;
}
#s-0e614a6b-9cdb-48b6-a706-2bd1589b5912, #wrap-s-0e614a6b-9cdb-48b6-a706-2bd1589b5912, #wrap-content-s-0e614a6b-9cdb-48b6-a706-2bd1589b5912 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-51abd767-4d43-4ab9-bb2b-7455cc6ec7fa {
  display: none;
}
#s-51abd767-4d43-4ab9-bb2b-7455cc6ec7fa, #wrap-s-51abd767-4d43-4ab9-bb2b-7455cc6ec7fa, #wrap-content-s-51abd767-4d43-4ab9-bb2b-7455cc6ec7fa { display: none !important; }}@media (max-width: 767px){#s-51abd767-4d43-4ab9-bb2b-7455cc6ec7fa {
  display: none;
}
#s-51abd767-4d43-4ab9-bb2b-7455cc6ec7fa, #wrap-s-51abd767-4d43-4ab9-bb2b-7455cc6ec7fa, #wrap-content-s-51abd767-4d43-4ab9-bb2b-7455cc6ec7fa { display: none !important; }}
#s-e92bf279-6c54-4fd9-8e1b-7a2f94f35c6e {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e92bf279-6c54-4fd9-8e1b-7a2f94f35c6e {
  display: none;
}
#s-e92bf279-6c54-4fd9-8e1b-7a2f94f35c6e, #wrap-s-e92bf279-6c54-4fd9-8e1b-7a2f94f35c6e, #wrap-content-s-e92bf279-6c54-4fd9-8e1b-7a2f94f35c6e { display: none !important; }}@media (max-width: 767px){#s-e92bf279-6c54-4fd9-8e1b-7a2f94f35c6e {
  display: none;
}
#s-e92bf279-6c54-4fd9-8e1b-7a2f94f35c6e, #wrap-s-e92bf279-6c54-4fd9-8e1b-7a2f94f35c6e, #wrap-content-s-e92bf279-6c54-4fd9-8e1b-7a2f94f35c6e { display: none !important; }}
@media (min-width: 0px) {
[id="s-6f8735f9-9acb-4f67-a4e1-7c5440277554"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f8735f9-9acb-4f67-a4e1-7c5440277554"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6f8735f9-9acb-4f67-a4e1-7c5440277554"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f8735f9-9acb-4f67-a4e1-7c5440277554"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6f8735f9-9acb-4f67-a4e1-7c5440277554"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f8735f9-9acb-4f67-a4e1-7c5440277554"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6f8735f9-9acb-4f67-a4e1-7c5440277554"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-9eb1099c-5ab8-4cdf-8e5e-9a19e57f1705 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9eb1099c-5ab8-4cdf-8e5e-9a19e57f1705 {
  display: none;
}
#s-9eb1099c-5ab8-4cdf-8e5e-9a19e57f1705, #wrap-s-9eb1099c-5ab8-4cdf-8e5e-9a19e57f1705, #wrap-content-s-9eb1099c-5ab8-4cdf-8e5e-9a19e57f1705 { display: none !important; }}@media (max-width: 767px){#s-9eb1099c-5ab8-4cdf-8e5e-9a19e57f1705 {
  display: none;
}
#s-9eb1099c-5ab8-4cdf-8e5e-9a19e57f1705, #wrap-s-9eb1099c-5ab8-4cdf-8e5e-9a19e57f1705, #wrap-content-s-9eb1099c-5ab8-4cdf-8e5e-9a19e57f1705 { display: none !important; }}







#s-9eb1099c-5ab8-4cdf-8e5e-9a19e57f1705 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9eb1099c-5ab8-4cdf-8e5e-9a19e57f1705.shg-box.shg-c {
  justify-content: center;
}

#s-0cb1efa6-095c-4207-b41c-7beaf49b7b7b {
  margin-top: 15px;
}

#s-027b04ea-8c90-4c28-91a6-23782b7a9656 {
  margin-top: 4px;
}

#s-103f1863-91ea-4656-b3f4-55e1eaef4e23 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-97e451c0-4190-49c0-82ff-ec90d48e305b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1f4e3b3f-7d61-4cb1-bc92-08f62aa96b47 {
  margin-top: 10%;
margin-bottom: 0px;
}

#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjc5NmVkMjItZjlhMS00MTYxLWFkNzgtZjhmZGQ5N2EyYmQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YTAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmFjYTE3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNzk2ZWQyMi1mOWExLTQxNjEtYWQ3OC1mOGZkZDk3YTJiZDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7a00"}, {"id"=>2, "pos"=>1, "color"=>"#faca17"}];
color: rgba(0, 0, 0, 1);
}
#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2cf1c95-c54d-476a-a849-35a8576f1f1a-atc-btn-wrapper {
    text-align: center;
  }


#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d2cf1c95-c54d-476a-a849-35a8576f1f1a-atc-btn-wrapper {
    text-align: center;
  }


#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2cf1c95-c54d-476a-a849-35a8576f1f1a-atc-btn-wrapper {
    text-align: center;
  }


#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d2cf1c95-c54d-476a-a849-35a8576f1f1a-atc-btn-wrapper {
    text-align: center;
  }


#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d2cf1c95-c54d-476a-a849-35a8576f1f1a-atc-btn-wrapper {
    text-align: center;
  }


#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-d2cf1c95-c54d-476a-a849-35a8576f1f1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-54eededd-a039-46b7-8035-c0b08a819c0b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9fc33a2a-1a6d-4de9-b8f2-4a209ae584ae {
  margin-top: 10%;
margin-bottom: 0px;
}

#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjc5NmVkMjItZjlhMS00MTYxLWFkNzgtZjhmZGQ5N2EyYmQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YTAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmFjYTE3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNzk2ZWQyMi1mOWExLTQxNjEtYWQ3OC1mOGZkZDk3YTJiZDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7a00"}, {"id"=>2, "pos"=>1, "color"=>"#faca17"}];
color: rgba(0, 0, 0, 1);
}
#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30-atc-btn-wrapper {
    text-align: center;
  }


#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30-atc-btn-wrapper {
    text-align: center;
  }


#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30-atc-btn-wrapper {
    text-align: center;
  }


#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30-atc-btn-wrapper {
    text-align: center;
  }


#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30-atc-btn-wrapper {
    text-align: center;
  }


#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  block ;
}

#s-c5ff3a25-4fdf-4ae9-954c-a4fc9b323e30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-711cbdd6-f890-413b-9ea1-8e4cf7894d97 {
  min-height: 50px;
background-color: rgba(18, 18, 18, 1);
}
@media (min-width: 1200px){#s-711cbdd6-f890-413b-9ea1-8e4cf7894d97 {
  display: none;
}
#s-711cbdd6-f890-413b-9ea1-8e4cf7894d97, #wrap-s-711cbdd6-f890-413b-9ea1-8e4cf7894d97, #wrap-content-s-711cbdd6-f890-413b-9ea1-8e4cf7894d97 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-711cbdd6-f890-413b-9ea1-8e4cf7894d97 {
  display: none;
}
#s-711cbdd6-f890-413b-9ea1-8e4cf7894d97, #wrap-s-711cbdd6-f890-413b-9ea1-8e4cf7894d97, #wrap-content-s-711cbdd6-f890-413b-9ea1-8e4cf7894d97 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-711cbdd6-f890-413b-9ea1-8e4cf7894d97 {
  
}
}@media (max-width: 767px){#s-711cbdd6-f890-413b-9ea1-8e4cf7894d97 {
  
}
}







#s-711cbdd6-f890-413b-9ea1-8e4cf7894d97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-711cbdd6-f890-413b-9ea1-8e4cf7894d97.shg-box.shg-c {
  justify-content: center;
}

#s-502e4bb5-f8a6-4648-920e-016003b570fe {
  padding-top: 4%;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 41px;
}
@media (max-width: 767px){#s-502e4bb5-f8a6-4648-920e-016003b570fe {
  padding-bottom: 6%;
}
}
@media (min-width: 0px) {
[id="s-502e4bb5-f8a6-4648-920e-016003b570fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-502e4bb5-f8a6-4648-920e-016003b570fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-502e4bb5-f8a6-4648-920e-016003b570fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-502e4bb5-f8a6-4648-920e-016003b570fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-502e4bb5-f8a6-4648-920e-016003b570fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-502e4bb5-f8a6-4648-920e-016003b570fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-502e4bb5-f8a6-4648-920e-016003b570fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-8807c5a0-ddf5-47ed-8c4e-35bcff1b9b26 {
  margin-left: 21%;
margin-right: 21%;
text-align: center;
}
@media (min-width: 1200px){#s-8807c5a0-ddf5-47ed-8c4e-35bcff1b9b26 {
  display: none;
}
#s-8807c5a0-ddf5-47ed-8c4e-35bcff1b9b26, #wrap-s-8807c5a0-ddf5-47ed-8c4e-35bcff1b9b26, #wrap-content-s-8807c5a0-ddf5-47ed-8c4e-35bcff1b9b26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8807c5a0-ddf5-47ed-8c4e-35bcff1b9b26 {
  display: none;
}
#s-8807c5a0-ddf5-47ed-8c4e-35bcff1b9b26, #wrap-s-8807c5a0-ddf5-47ed-8c4e-35bcff1b9b26, #wrap-content-s-8807c5a0-ddf5-47ed-8c4e-35bcff1b9b26 { display: none !important; }}
#s-8807c5a0-ddf5-47ed-8c4e-35bcff1b9b26 {
  overflow: hidden;
  
  
}








#s-8807c5a0-ddf5-47ed-8c4e-35bcff1b9b26 .shogun-image-content {
  
    justify-content: center;
  
}

#s-138183a2-d3ed-4a02-a63d-d615130cff98 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-138183a2-d3ed-4a02-a63d-d615130cff98 {
  display: none;
}
#s-138183a2-d3ed-4a02-a63d-d615130cff98, #wrap-s-138183a2-d3ed-4a02-a63d-d615130cff98, #wrap-content-s-138183a2-d3ed-4a02-a63d-d615130cff98 { display: none !important; }}@media (max-width: 767px){#s-138183a2-d3ed-4a02-a63d-d615130cff98 {
  display: none;
}
#s-138183a2-d3ed-4a02-a63d-d615130cff98, #wrap-s-138183a2-d3ed-4a02-a63d-d615130cff98, #wrap-content-s-138183a2-d3ed-4a02-a63d-d615130cff98 { display: none !important; }}
#s-138183a2-d3ed-4a02-a63d-d615130cff98 {
  overflow: hidden;
  
  
}








#s-138183a2-d3ed-4a02-a63d-d615130cff98 .shogun-image-content {
  
    justify-content: center;
  
}

#s-00549ff1-3394-478f-9fe8-6de2da0f71ff {
  min-height: 50px;
}
@media (min-width: 1200px){#s-00549ff1-3394-478f-9fe8-6de2da0f71ff {
  display: none;
}
#s-00549ff1-3394-478f-9fe8-6de2da0f71ff, #wrap-s-00549ff1-3394-478f-9fe8-6de2da0f71ff, #wrap-content-s-00549ff1-3394-478f-9fe8-6de2da0f71ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00549ff1-3394-478f-9fe8-6de2da0f71ff {
  display: none;
}
#s-00549ff1-3394-478f-9fe8-6de2da0f71ff, #wrap-s-00549ff1-3394-478f-9fe8-6de2da0f71ff, #wrap-content-s-00549ff1-3394-478f-9fe8-6de2da0f71ff { display: none !important; }}







#s-00549ff1-3394-478f-9fe8-6de2da0f71ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00549ff1-3394-478f-9fe8-6de2da0f71ff.shg-box.shg-c {
  justify-content: center;
}

#s-e7ead974-fc32-426d-acd5-223408e0a5fd {
  margin-top: 40px;
}
@media (max-width: 767px){#s-e7ead974-fc32-426d-acd5-223408e0a5fd {
  margin-top: -20px;
}
}
#s-e95a4eb3-c409-4bb7-a79e-f4be6afcd94e {
  margin-top: -6px;
}

#s-207f2f2f-6c0b-409c-b84e-be9279156900 {
  margin-top: 15px;
}

#s-98adfcd9-6ea9-404d-a848-7e0e49567d43 {
  margin-top: 4px;
}

#s-8f393bfb-2d77-4e27-9494-28133b405996 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-93d326f4-faf5-460b-b678-a04397620a07 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-93d326f4-faf5-460b-b678-a04397620a07 {
  display: none;
}
#s-93d326f4-faf5-460b-b678-a04397620a07, #wrap-s-93d326f4-faf5-460b-b678-a04397620a07, #wrap-content-s-93d326f4-faf5-460b-b678-a04397620a07 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93d326f4-faf5-460b-b678-a04397620a07 {
  display: none;
}
#s-93d326f4-faf5-460b-b678-a04397620a07, #wrap-s-93d326f4-faf5-460b-b678-a04397620a07, #wrap-content-s-93d326f4-faf5-460b-b678-a04397620a07 { display: none !important; }}@media (max-width: 767px){#s-93d326f4-faf5-460b-b678-a04397620a07 {
  display: none;
}
#s-93d326f4-faf5-460b-b678-a04397620a07, #wrap-s-93d326f4-faf5-460b-b678-a04397620a07, #wrap-content-s-93d326f4-faf5-460b-b678-a04397620a07 { display: none !important; }}
#s-78c79fc3-ec6d-4aa1-bd46-297d17f80cd7 {
  margin-top: 10%;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-78c79fc3-ec6d-4aa1-bd46-297d17f80cd7 {
  display: none;
}
#s-78c79fc3-ec6d-4aa1-bd46-297d17f80cd7, #wrap-s-78c79fc3-ec6d-4aa1-bd46-297d17f80cd7, #wrap-content-s-78c79fc3-ec6d-4aa1-bd46-297d17f80cd7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78c79fc3-ec6d-4aa1-bd46-297d17f80cd7 {
  display: none;
}
#s-78c79fc3-ec6d-4aa1-bd46-297d17f80cd7, #wrap-s-78c79fc3-ec6d-4aa1-bd46-297d17f80cd7, #wrap-content-s-78c79fc3-ec6d-4aa1-bd46-297d17f80cd7 { display: none !important; }}@media (max-width: 767px){#s-78c79fc3-ec6d-4aa1-bd46-297d17f80cd7 {
  display: none;
}
#s-78c79fc3-ec6d-4aa1-bd46-297d17f80cd7, #wrap-s-78c79fc3-ec6d-4aa1-bd46-297d17f80cd7, #wrap-content-s-78c79fc3-ec6d-4aa1-bd46-297d17f80cd7 { display: none !important; }}
#s-c82396d2-ddee-4009-8893-ac128361cb05 {
  background-image: url(https://i.shgcdn.com/fe929a46-ed30-4fc9-94d3-c02862f73209/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 150px 50px;
margin-left: auto;
margin-right: auto;
border-radius: 2px;
min-height: 50px;
text-align: center;
cursor: pointer;
hover-type: image;
background-position: center center;
}
#s-c82396d2-ddee-4009-8893-ac128361cb05:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c82396d2-ddee-4009-8893-ac128361cb05:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c82396d2-ddee-4009-8893-ac128361cb05 {
  display: none;
}
#s-c82396d2-ddee-4009-8893-ac128361cb05, #wrap-s-c82396d2-ddee-4009-8893-ac128361cb05, #wrap-content-s-c82396d2-ddee-4009-8893-ac128361cb05 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c82396d2-ddee-4009-8893-ac128361cb05 {
  display: none;
}
#s-c82396d2-ddee-4009-8893-ac128361cb05, #wrap-s-c82396d2-ddee-4009-8893-ac128361cb05, #wrap-content-s-c82396d2-ddee-4009-8893-ac128361cb05 { display: none !important; }}@media (max-width: 767px){#s-c82396d2-ddee-4009-8893-ac128361cb05 {
  display: none;
}
#s-c82396d2-ddee-4009-8893-ac128361cb05, #wrap-s-c82396d2-ddee-4009-8893-ac128361cb05, #wrap-content-s-c82396d2-ddee-4009-8893-ac128361cb05 { display: none !important; }}

  #s-c82396d2-ddee-4009-8893-ac128361cb05-atc-btn-wrapper {
    text-align: center;
  }


#s-c82396d2-ddee-4009-8893-ac128361cb05 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c82396d2-ddee-4009-8893-ac128361cb05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c82396d2-ddee-4009-8893-ac128361cb05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c82396d2-ddee-4009-8893-ac128361cb05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c82396d2-ddee-4009-8893-ac128361cb05-atc-btn-wrapper {
    text-align: center;
  }


#s-c82396d2-ddee-4009-8893-ac128361cb05 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c82396d2-ddee-4009-8893-ac128361cb05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c82396d2-ddee-4009-8893-ac128361cb05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c82396d2-ddee-4009-8893-ac128361cb05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c82396d2-ddee-4009-8893-ac128361cb05-atc-btn-wrapper {
    text-align: center;
  }


#s-c82396d2-ddee-4009-8893-ac128361cb05 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c82396d2-ddee-4009-8893-ac128361cb05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c82396d2-ddee-4009-8893-ac128361cb05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c82396d2-ddee-4009-8893-ac128361cb05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c82396d2-ddee-4009-8893-ac128361cb05-atc-btn-wrapper {
    text-align: center;
  }


#s-c82396d2-ddee-4009-8893-ac128361cb05 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c82396d2-ddee-4009-8893-ac128361cb05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c82396d2-ddee-4009-8893-ac128361cb05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c82396d2-ddee-4009-8893-ac128361cb05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c82396d2-ddee-4009-8893-ac128361cb05-atc-btn-wrapper {
    text-align: center;
  }


#s-c82396d2-ddee-4009-8893-ac128361cb05 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c82396d2-ddee-4009-8893-ac128361cb05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c82396d2-ddee-4009-8893-ac128361cb05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c82396d2-ddee-4009-8893-ac128361cb05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e0ba537c-a679-45c4-90a6-f8ed011e0a9f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-e0ba537c-a679-45c4-90a6-f8ed011e0a9f {
  display: none;
}
#s-e0ba537c-a679-45c4-90a6-f8ed011e0a9f, #wrap-s-e0ba537c-a679-45c4-90a6-f8ed011e0a9f, #wrap-content-s-e0ba537c-a679-45c4-90a6-f8ed011e0a9f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0ba537c-a679-45c4-90a6-f8ed011e0a9f {
  display: none;
}
#s-e0ba537c-a679-45c4-90a6-f8ed011e0a9f, #wrap-s-e0ba537c-a679-45c4-90a6-f8ed011e0a9f, #wrap-content-s-e0ba537c-a679-45c4-90a6-f8ed011e0a9f { display: none !important; }}@media (max-width: 767px){#s-e0ba537c-a679-45c4-90a6-f8ed011e0a9f {
  display: none;
}
#s-e0ba537c-a679-45c4-90a6-f8ed011e0a9f, #wrap-s-e0ba537c-a679-45c4-90a6-f8ed011e0a9f, #wrap-content-s-e0ba537c-a679-45c4-90a6-f8ed011e0a9f { display: none !important; }}
#s-e7386d07-0fe0-462e-bcc3-84e509b17ba9 {
  margin-top: 10%;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-e7386d07-0fe0-462e-bcc3-84e509b17ba9 {
  display: none;
}
#s-e7386d07-0fe0-462e-bcc3-84e509b17ba9, #wrap-s-e7386d07-0fe0-462e-bcc3-84e509b17ba9, #wrap-content-s-e7386d07-0fe0-462e-bcc3-84e509b17ba9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7386d07-0fe0-462e-bcc3-84e509b17ba9 {
  display: none;
}
#s-e7386d07-0fe0-462e-bcc3-84e509b17ba9, #wrap-s-e7386d07-0fe0-462e-bcc3-84e509b17ba9, #wrap-content-s-e7386d07-0fe0-462e-bcc3-84e509b17ba9 { display: none !important; }}@media (max-width: 767px){#s-e7386d07-0fe0-462e-bcc3-84e509b17ba9 {
  display: none;
}
#s-e7386d07-0fe0-462e-bcc3-84e509b17ba9, #wrap-s-e7386d07-0fe0-462e-bcc3-84e509b17ba9, #wrap-content-s-e7386d07-0fe0-462e-bcc3-84e509b17ba9 { display: none !important; }}
#s-649a9186-0520-453a-88fc-6abd81de3784 {
  background-image: url(https://i.shgcdn.com/fe929a46-ed30-4fc9-94d3-c02862f73209/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 150px 50px;
margin-left: auto;
margin-right: auto;
border-radius: 2px;
min-height: 50px;
text-align: center;
cursor: pointer;
hover-type: image;
background-position: center center;
}
#s-649a9186-0520-453a-88fc-6abd81de3784:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-649a9186-0520-453a-88fc-6abd81de3784:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-649a9186-0520-453a-88fc-6abd81de3784 {
  display: none;
}
#s-649a9186-0520-453a-88fc-6abd81de3784, #wrap-s-649a9186-0520-453a-88fc-6abd81de3784, #wrap-content-s-649a9186-0520-453a-88fc-6abd81de3784 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-649a9186-0520-453a-88fc-6abd81de3784 {
  display: none;
}
#s-649a9186-0520-453a-88fc-6abd81de3784, #wrap-s-649a9186-0520-453a-88fc-6abd81de3784, #wrap-content-s-649a9186-0520-453a-88fc-6abd81de3784 { display: none !important; }}@media (max-width: 767px){#s-649a9186-0520-453a-88fc-6abd81de3784 {
  display: none;
}
#s-649a9186-0520-453a-88fc-6abd81de3784, #wrap-s-649a9186-0520-453a-88fc-6abd81de3784, #wrap-content-s-649a9186-0520-453a-88fc-6abd81de3784 { display: none !important; }}

  #s-649a9186-0520-453a-88fc-6abd81de3784-atc-btn-wrapper {
    text-align: center;
  }


#s-649a9186-0520-453a-88fc-6abd81de3784 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-649a9186-0520-453a-88fc-6abd81de3784.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-649a9186-0520-453a-88fc-6abd81de3784.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-649a9186-0520-453a-88fc-6abd81de3784.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-649a9186-0520-453a-88fc-6abd81de3784-atc-btn-wrapper {
    text-align: center;
  }


#s-649a9186-0520-453a-88fc-6abd81de3784 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-649a9186-0520-453a-88fc-6abd81de3784.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-649a9186-0520-453a-88fc-6abd81de3784.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-649a9186-0520-453a-88fc-6abd81de3784.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-649a9186-0520-453a-88fc-6abd81de3784-atc-btn-wrapper {
    text-align: center;
  }


#s-649a9186-0520-453a-88fc-6abd81de3784 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-649a9186-0520-453a-88fc-6abd81de3784.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-649a9186-0520-453a-88fc-6abd81de3784.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-649a9186-0520-453a-88fc-6abd81de3784.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-649a9186-0520-453a-88fc-6abd81de3784-atc-btn-wrapper {
    text-align: center;
  }


#s-649a9186-0520-453a-88fc-6abd81de3784 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-649a9186-0520-453a-88fc-6abd81de3784.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-649a9186-0520-453a-88fc-6abd81de3784.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-649a9186-0520-453a-88fc-6abd81de3784.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-649a9186-0520-453a-88fc-6abd81de3784-atc-btn-wrapper {
    text-align: center;
  }


#s-649a9186-0520-453a-88fc-6abd81de3784 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-649a9186-0520-453a-88fc-6abd81de3784.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-649a9186-0520-453a-88fc-6abd81de3784.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-649a9186-0520-453a-88fc-6abd81de3784.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
@media (min-width: 768px) and (max-width: 991px){#s-877e5ffe-c0ad-47cc-b9ce-d15757c05bee {
  display: none;
}
#s-877e5ffe-c0ad-47cc-b9ce-d15757c05bee, #wrap-s-877e5ffe-c0ad-47cc-b9ce-d15757c05bee, #wrap-content-s-877e5ffe-c0ad-47cc-b9ce-d15757c05bee { display: none !important; }}
@media (min-width: 0px) {
[id="s-877e5ffe-c0ad-47cc-b9ce-d15757c05bee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-877e5ffe-c0ad-47cc-b9ce-d15757c05bee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-877e5ffe-c0ad-47cc-b9ce-d15757c05bee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-877e5ffe-c0ad-47cc-b9ce-d15757c05bee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-877e5ffe-c0ad-47cc-b9ce-d15757c05bee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-877e5ffe-c0ad-47cc-b9ce-d15757c05bee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-877e5ffe-c0ad-47cc-b9ce-d15757c05bee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-04887850-2fa0-481b-8bb3-4344ebff7358 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-04887850-2fa0-481b-8bb3-4344ebff7358 {
  display: none;
}
#s-04887850-2fa0-481b-8bb3-4344ebff7358, #wrap-s-04887850-2fa0-481b-8bb3-4344ebff7358, #wrap-content-s-04887850-2fa0-481b-8bb3-4344ebff7358 { display: none !important; }}@media (max-width: 767px){#s-04887850-2fa0-481b-8bb3-4344ebff7358 {
  display: none;
}
#s-04887850-2fa0-481b-8bb3-4344ebff7358, #wrap-s-04887850-2fa0-481b-8bb3-4344ebff7358, #wrap-content-s-04887850-2fa0-481b-8bb3-4344ebff7358 { display: none !important; }}







#s-04887850-2fa0-481b-8bb3-4344ebff7358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04887850-2fa0-481b-8bb3-4344ebff7358.shg-box.shg-c {
  justify-content: center;
}

#s-9b30d934-4ab7-4564-ada2-6d69a4baa37b {
  margin-top: 15px;
}

#s-63b01c55-b84d-402e-ad57-c8bf4d9ede40 {
  margin-top: 4px;
}

#s-52773dc7-dc11-4ff1-80a9-56450c7d34b5 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-57bd9499-c92c-4bc8-bacc-0936ac7e9069 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0e99285e-b6a7-41dd-96c1-2f3a25b7fb13 {
  margin-top: 10%;
margin-bottom: 0px;
}

#s-de916d22-182f-4958-b15e-ebc84aee6e41 {
  background-image: url(https://i.shgcdn.com/fe929a46-ed30-4fc9-94d3-c02862f73209/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 150px 50px;
margin-left: auto;
margin-right: auto;
border-radius: 2px;
min-height: 50px;
text-align: center;
cursor: pointer;
hover-type: image;
background-position: center center;
}
#s-de916d22-182f-4958-b15e-ebc84aee6e41:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de916d22-182f-4958-b15e-ebc84aee6e41:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de916d22-182f-4958-b15e-ebc84aee6e41-atc-btn-wrapper {
    text-align: center;
  }


#s-de916d22-182f-4958-b15e-ebc84aee6e41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de916d22-182f-4958-b15e-ebc84aee6e41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de916d22-182f-4958-b15e-ebc84aee6e41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de916d22-182f-4958-b15e-ebc84aee6e41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-de916d22-182f-4958-b15e-ebc84aee6e41-atc-btn-wrapper {
    text-align: center;
  }


#s-de916d22-182f-4958-b15e-ebc84aee6e41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de916d22-182f-4958-b15e-ebc84aee6e41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de916d22-182f-4958-b15e-ebc84aee6e41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de916d22-182f-4958-b15e-ebc84aee6e41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-de916d22-182f-4958-b15e-ebc84aee6e41-atc-btn-wrapper {
    text-align: center;
  }


#s-de916d22-182f-4958-b15e-ebc84aee6e41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de916d22-182f-4958-b15e-ebc84aee6e41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de916d22-182f-4958-b15e-ebc84aee6e41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de916d22-182f-4958-b15e-ebc84aee6e41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-de916d22-182f-4958-b15e-ebc84aee6e41-atc-btn-wrapper {
    text-align: center;
  }


#s-de916d22-182f-4958-b15e-ebc84aee6e41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de916d22-182f-4958-b15e-ebc84aee6e41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de916d22-182f-4958-b15e-ebc84aee6e41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de916d22-182f-4958-b15e-ebc84aee6e41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-de916d22-182f-4958-b15e-ebc84aee6e41-atc-btn-wrapper {
    text-align: center;
  }


#s-de916d22-182f-4958-b15e-ebc84aee6e41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de916d22-182f-4958-b15e-ebc84aee6e41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de916d22-182f-4958-b15e-ebc84aee6e41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de916d22-182f-4958-b15e-ebc84aee6e41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-17386eaa-665f-40f6-b9d0-28e392433609 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4e5078bc-2500-4ea7-b77f-36b2f5f80a4c {
  margin-top: 10%;
margin-bottom: 0px;
}

#s-de941fd4-e91d-4768-8160-2c200944c194 {
  background-image: url(https://i.shgcdn.com/fe929a46-ed30-4fc9-94d3-c02862f73209/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 150px 50px;
margin-left: auto;
margin-right: auto;
border-radius: 2px;
min-height: 50px;
text-align: center;
cursor: pointer;
hover-type: image;
background-position: center center;
}
#s-de941fd4-e91d-4768-8160-2c200944c194:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de941fd4-e91d-4768-8160-2c200944c194:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de941fd4-e91d-4768-8160-2c200944c194-atc-btn-wrapper {
    text-align: center;
  }


#s-de941fd4-e91d-4768-8160-2c200944c194 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de941fd4-e91d-4768-8160-2c200944c194.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de941fd4-e91d-4768-8160-2c200944c194.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de941fd4-e91d-4768-8160-2c200944c194.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-de941fd4-e91d-4768-8160-2c200944c194-atc-btn-wrapper {
    text-align: center;
  }


#s-de941fd4-e91d-4768-8160-2c200944c194 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de941fd4-e91d-4768-8160-2c200944c194.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de941fd4-e91d-4768-8160-2c200944c194.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de941fd4-e91d-4768-8160-2c200944c194.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-de941fd4-e91d-4768-8160-2c200944c194-atc-btn-wrapper {
    text-align: center;
  }


#s-de941fd4-e91d-4768-8160-2c200944c194 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de941fd4-e91d-4768-8160-2c200944c194.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de941fd4-e91d-4768-8160-2c200944c194.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de941fd4-e91d-4768-8160-2c200944c194.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-de941fd4-e91d-4768-8160-2c200944c194-atc-btn-wrapper {
    text-align: center;
  }


#s-de941fd4-e91d-4768-8160-2c200944c194 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de941fd4-e91d-4768-8160-2c200944c194.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de941fd4-e91d-4768-8160-2c200944c194.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de941fd4-e91d-4768-8160-2c200944c194.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-de941fd4-e91d-4768-8160-2c200944c194-atc-btn-wrapper {
    text-align: center;
  }


#s-de941fd4-e91d-4768-8160-2c200944c194 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de941fd4-e91d-4768-8160-2c200944c194.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de941fd4-e91d-4768-8160-2c200944c194.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de941fd4-e91d-4768-8160-2c200944c194.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-75212a4b-6b32-4d2a-82d0-38b87ded63c0 {
  padding-top: 10%;
padding-left: 12%;
padding-bottom: 5%;
padding-right: 24%;
min-height: 50px;
}








#s-75212a4b-6b32-4d2a-82d0-38b87ded63c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75212a4b-6b32-4d2a-82d0-38b87ded63c0.shg-box.shg-c {
  justify-content: center;
}

#s-0f1c42e4-4639-4d82-a678-3a7cf3d2efc5 {
  text-align: center;
}

#s-0f1c42e4-4639-4d82-a678-3a7cf3d2efc5 {
  overflow: hidden;
  
  
}







  #s-0f1c42e4-4639-4d82-a678-3a7cf3d2efc5 img.shogun-image {
    

    
    
    
  }


#s-0f1c42e4-4639-4d82-a678-3a7cf3d2efc5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2f6cc048-04bd-4c54-8a55-f0cf0eac6cc1 {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(10, 10, 10, 1);
}








#s-2f6cc048-04bd-4c54-8a55-f0cf0eac6cc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f6cc048-04bd-4c54-8a55-f0cf0eac6cc1.shg-box.shg-c {
  justify-content: center;
}

#s-2e9bfc47-3433-40ea-afad-e13df7398734 {
  margin-left: 12%;
margin-right: 12%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e9bfc47-3433-40ea-afad-e13df7398734 {
  display: none;
}
#s-2e9bfc47-3433-40ea-afad-e13df7398734, #wrap-s-2e9bfc47-3433-40ea-afad-e13df7398734, #wrap-content-s-2e9bfc47-3433-40ea-afad-e13df7398734 { display: none !important; }}@media (max-width: 767px){#s-2e9bfc47-3433-40ea-afad-e13df7398734 {
  display: none;
}
#s-2e9bfc47-3433-40ea-afad-e13df7398734, #wrap-s-2e9bfc47-3433-40ea-afad-e13df7398734, #wrap-content-s-2e9bfc47-3433-40ea-afad-e13df7398734 { display: none !important; }}







#s-2e9bfc47-3433-40ea-afad-e13df7398734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e9bfc47-3433-40ea-afad-e13df7398734.shg-box.shg-c {
  justify-content: center;
}

#s-fa2a1adb-d291-4d9f-aa69-10e088ffb5b5 {
  margin-top: -4px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-015a386b-f3da-4fa5-a4a6-a81e408e763f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-015a386b-f3da-4fa5-a4a6-a81e408e763f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-015a386b-f3da-4fa5-a4a6-a81e408e763f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-015a386b-f3da-4fa5-a4a6-a81e408e763f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-2651c279-4c92-4888-b364-919397284af6 {
  background-repeat: no-repeat;
padding-bottom: 15px;
min-height: 50px;
}

#s-2651c279-4c92-4888-b364-919397284af6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjE2MzVjMjMtNzMxZS00MmYyLWI4YmYtZDEyN2UxOTBiYWFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTIxNDFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDkwOTBhO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMTYzNWMyMy03MzFlLTQyZjItYjhiZi1kMTI3ZTE5MGJhYWYpIi8+PC9zdmc+);
}








#s-2651c279-4c92-4888-b364-919397284af6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2651c279-4c92-4888-b364-919397284af6.shg-box.shg-c {
  justify-content: center;
}

#s-94fca76b-26bb-4fcb-93fe-a833515d574d {
  padding-left: 14%;
padding-right: 14%;
min-height: 10em;
}








#s-94fca76b-26bb-4fcb-93fe-a833515d574d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94fca76b-26bb-4fcb-93fe-a833515d574d.shg-box.shg-c {
  justify-content: center;
}

#s-8014e0d2-3bdb-46d9-a296-47fc63273947 {
  margin-top: 25px;
}

#s-aa87daf8-34b3-4551-ac8f-bf2546e27a64 {
  margin-top: -6px;
margin-bottom: 10px;
}

#s-8f39f248-e29d-4fa1-a652-bb72921e81bc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15%;
padding-left: 12%;
padding-bottom: 3%;
padding-right: 8%;
background-color: rgba(26, 27, 33, 1);
}








#s-8f39f248-e29d-4fa1-a652-bb72921e81bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f39f248-e29d-4fa1-a652-bb72921e81bc.shg-box.shg-c {
  justify-content: center;
}

#s-60ad7ff4-0b4b-4b1e-b685-9feda5ec5d6c {
  margin-top: -13px;
min-height: 18em;
}

#s-5e79ea16-9554-4b85-bd39-64d0ffc246c4 {
  box-shadow:3px 3px 9px 0px rgba(0, 0, 0, 0.5);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNkYjIyMDUtZWUxYS00NjhhLWJmMTItNTI0MGIyOWYzYjhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmM3ZTA1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmNjNzFiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyY2RiMjIwNS1lZTFhLTQ2OGEtYmYxMi01MjQwYjI5ZjNiOGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fc7e05"}, {"id"=>2, "pos"=>1, "color"=>"#fcc71b"}];
}
#s-5e79ea16-9554-4b85-bd39-64d0ffc246c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e79ea16-9554-4b85-bd39-64d0ffc246c4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e79ea16-9554-4b85-bd39-64d0ffc246c4-root {
    text-align: center;
  }


#s-5e79ea16-9554-4b85-bd39-64d0ffc246c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e79ea16-9554-4b85-bd39-64d0ffc246c4-root {
    text-align: center;
  }


#s-5e79ea16-9554-4b85-bd39-64d0ffc246c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e79ea16-9554-4b85-bd39-64d0ffc246c4-root {
    text-align: center;
  }


#s-5e79ea16-9554-4b85-bd39-64d0ffc246c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e79ea16-9554-4b85-bd39-64d0ffc246c4-root {
    text-align: center;
  }


#s-5e79ea16-9554-4b85-bd39-64d0ffc246c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e79ea16-9554-4b85-bd39-64d0ffc246c4-root {
    text-align: center;
  }


#s-5e79ea16-9554-4b85-bd39-64d0ffc246c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-5c5dc644-cb7e-467b-bb4d-76056198e1cd {
  margin-top: 31px;
padding-left: 12%;
padding-right: 12%;
}

#s-82797cdc-c5c3-4e31-bc44-82561952a4d6 {
  background-repeat: no-repeat;
padding-bottom: 15px;
min-height: 50px;
}

#s-82797cdc-c5c3-4e31-bc44-82561952a4d6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTVhNDExN2MtMmJmOS00Y2I0LWJiN2EtNmVmMzQwNDQ3ZDkwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzAyNTIwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGQwZDBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NWE0MTE3Yy0yYmY5LTRjYjQtYmI3YS02ZWYzNDA0NDdkOTApIi8+PC9zdmc+);
}








#s-82797cdc-c5c3-4e31-bc44-82561952a4d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-82797cdc-c5c3-4e31-bc44-82561952a4d6.shg-box.shg-c {
  justify-content: center;
}

#s-15824688-109f-4e23-bbb6-bbe59973912f {
  padding-left: 14%;
padding-right: 14%;
min-height: 10em;
}








#s-15824688-109f-4e23-bbb6-bbe59973912f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15824688-109f-4e23-bbb6-bbe59973912f.shg-box.shg-c {
  justify-content: center;
}

#s-5a117567-208a-4e0d-a9f0-a86e86691a8a {
  margin-top: 25px;
}

#s-f99dc936-6a51-4183-acc2-68b634bb5eca {
  margin-top: -6px;
margin-bottom: 10px;
}

#s-b7f80cd1-1d9c-423f-930f-caa8f71bbd74 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15%;
padding-left: 12%;
padding-bottom: 3%;
padding-right: 8%;
background-color: rgba(47, 40, 37, 1);
}








#s-b7f80cd1-1d9c-423f-930f-caa8f71bbd74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7f80cd1-1d9c-423f-930f-caa8f71bbd74.shg-box.shg-c {
  justify-content: center;
}

#s-6a3a1771-fda6-4881-a575-3ea8c4ee7c6c {
  margin-top: -13px;
min-height: 18em;
}

#s-1fdfff0d-38c9-45ae-8eee-110e2b785eb4 {
  box-shadow:3px 3px 9px 0px rgba(0, 0, 0, 0.5);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNkYjIyMDUtZWUxYS00NjhhLWJmMTItNTI0MGIyOWYzYjhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmM3ZTA1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmNjNzFiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyY2RiMjIwNS1lZTFhLTQ2OGEtYmYxMi01MjQwYjI5ZjNiOGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fc7e05"}, {"id"=>2, "pos"=>1, "color"=>"#fcc71b"}];
}
#s-1fdfff0d-38c9-45ae-8eee-110e2b785eb4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1fdfff0d-38c9-45ae-8eee-110e2b785eb4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1fdfff0d-38c9-45ae-8eee-110e2b785eb4-root {
    text-align: center;
  }


#s-1fdfff0d-38c9-45ae-8eee-110e2b785eb4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1fdfff0d-38c9-45ae-8eee-110e2b785eb4-root {
    text-align: center;
  }


#s-1fdfff0d-38c9-45ae-8eee-110e2b785eb4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fdfff0d-38c9-45ae-8eee-110e2b785eb4-root {
    text-align: center;
  }


#s-1fdfff0d-38c9-45ae-8eee-110e2b785eb4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fdfff0d-38c9-45ae-8eee-110e2b785eb4-root {
    text-align: center;
  }


#s-1fdfff0d-38c9-45ae-8eee-110e2b785eb4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1fdfff0d-38c9-45ae-8eee-110e2b785eb4-root {
    text-align: center;
  }


#s-1fdfff0d-38c9-45ae-8eee-110e2b785eb4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-a65ee025-32ec-4f47-9cd8-6e4668ba2c3b {
  margin-top: 31px;
padding-left: 12%;
padding-right: 12%;
}

#s-303d0e6a-1c3f-4217-8cf7-4c8fe18347d0 {
  background-repeat: no-repeat;
padding-bottom: 15px;
min-height: 50px;
}

#s-303d0e6a-1c3f-4217-8cf7-4c8fe18347d0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDMzM2ViOTktZTY4NC00ZTc2LWFiMjItZDAzMjU3OTQ1MmIzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjgyODI4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGYwZjBmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMzMzZWI5OS1lNjg0LTRlNzYtYWIyMi1kMDMyNTc5NDUyYjMpIi8+PC9zdmc+);
}








#s-303d0e6a-1c3f-4217-8cf7-4c8fe18347d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-303d0e6a-1c3f-4217-8cf7-4c8fe18347d0.shg-box.shg-c {
  justify-content: center;
}

#s-b67f45a5-fa32-4f29-b135-396165e84f99 {
  padding-left: 14%;
padding-right: 14%;
min-height: 10em;
}








#s-b67f45a5-fa32-4f29-b135-396165e84f99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b67f45a5-fa32-4f29-b135-396165e84f99.shg-box.shg-c {
  justify-content: center;
}

#s-a176f4c8-84e8-4b34-8ea5-7ae4ff23f813 {
  margin-top: 25px;
}

#s-b381d972-1a98-4972-ac7e-92d7305904da {
  margin-top: -6px;
margin-bottom: 10px;
}

#s-d265a6a6-fdff-4093-bf7f-45d7a5d3c874 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15%;
padding-left: 12%;
padding-bottom: 3%;
padding-right: 8%;
background-color: rgba(44, 44, 44, 1);
}








#s-d265a6a6-fdff-4093-bf7f-45d7a5d3c874 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d265a6a6-fdff-4093-bf7f-45d7a5d3c874.shg-box.shg-c {
  justify-content: center;
}

#s-5a269939-c582-4adc-8928-25ae98e88eb6 {
  margin-top: -13px;
min-height: 18em;
}

#s-3a431b9f-5c57-408f-bb96-ea8775595842 {
  box-shadow:3px 3px 9px 0px rgba(0, 0, 0, 0.5);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNkYjIyMDUtZWUxYS00NjhhLWJmMTItNTI0MGIyOWYzYjhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmM3ZTA1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmNjNzFiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyY2RiMjIwNS1lZTFhLTQ2OGEtYmYxMi01MjQwYjI5ZjNiOGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fc7e05"}, {"id"=>2, "pos"=>1, "color"=>"#fcc71b"}];
}
#s-3a431b9f-5c57-408f-bb96-ea8775595842:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a431b9f-5c57-408f-bb96-ea8775595842:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3a431b9f-5c57-408f-bb96-ea8775595842-root {
    text-align: center;
  }


#s-3a431b9f-5c57-408f-bb96-ea8775595842.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3a431b9f-5c57-408f-bb96-ea8775595842-root {
    text-align: center;
  }


#s-3a431b9f-5c57-408f-bb96-ea8775595842.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a431b9f-5c57-408f-bb96-ea8775595842-root {
    text-align: center;
  }


#s-3a431b9f-5c57-408f-bb96-ea8775595842.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a431b9f-5c57-408f-bb96-ea8775595842-root {
    text-align: center;
  }


#s-3a431b9f-5c57-408f-bb96-ea8775595842.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3a431b9f-5c57-408f-bb96-ea8775595842-root {
    text-align: center;
  }


#s-3a431b9f-5c57-408f-bb96-ea8775595842.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-744b9714-da77-41ee-b719-51f7532eeb54 {
  margin-top: 31px;
padding-left: 12%;
padding-right: 12%;
}

#s-bd056043-03bc-405e-98c3-864ad22b9eb5 {
  background-repeat: no-repeat;
padding-bottom: 15px;
min-height: 50px;
}

#s-bd056043-03bc-405e-98c3-864ad22b9eb5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTgzNTMxNjktNzUzZi00MWM1LWFmZjUtMzU0Nzk4NmQwOTkzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDMzNjE4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGYwZTBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxODM1MzE2OS03NTNmLTQxYzUtYWZmNS0zNTQ3OTg2ZDA5OTMpIi8+PC9zdmc+);
}








#s-bd056043-03bc-405e-98c3-864ad22b9eb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd056043-03bc-405e-98c3-864ad22b9eb5.shg-box.shg-c {
  justify-content: center;
}

#s-717d8beb-c671-4894-a5e0-a653c407b75c {
  padding-left: 14%;
padding-right: 14%;
min-height: 10em;
}








#s-717d8beb-c671-4894-a5e0-a653c407b75c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-717d8beb-c671-4894-a5e0-a653c407b75c.shg-box.shg-c {
  justify-content: center;
}

#s-4c469787-3856-4e87-901f-f5b680264eec {
  margin-top: 25px;
}

#s-95b164fe-6e61-4ed9-8747-09a0f8aaade9 {
  margin-top: -6px;
margin-bottom: 10px;
}

#s-ca5acdf5-c19b-4b86-95e3-1d979c19068f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15%;
padding-left: 12%;
padding-bottom: 3%;
padding-right: 8%;
background-color: rgba(60, 50, 30, 1);
}








#s-ca5acdf5-c19b-4b86-95e3-1d979c19068f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca5acdf5-c19b-4b86-95e3-1d979c19068f.shg-box.shg-c {
  justify-content: center;
}

#s-44ff164c-38ac-40bc-ab4b-f3881a549744 {
  margin-top: -13px;
min-height: 18em;
}

#s-52b20ed5-186d-4b6c-9bcc-19a93972945a {
  box-shadow:3px 3px 9px 0px rgba(0, 0, 0, 0.5);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNkYjIyMDUtZWUxYS00NjhhLWJmMTItNTI0MGIyOWYzYjhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmM3ZTA1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmNjNzFiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyY2RiMjIwNS1lZTFhLTQ2OGEtYmYxMi01MjQwYjI5ZjNiOGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fc7e05"}, {"id"=>2, "pos"=>1, "color"=>"#fcc71b"}];
}
#s-52b20ed5-186d-4b6c-9bcc-19a93972945a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-52b20ed5-186d-4b6c-9bcc-19a93972945a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-52b20ed5-186d-4b6c-9bcc-19a93972945a-root {
    text-align: center;
  }


#s-52b20ed5-186d-4b6c-9bcc-19a93972945a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-52b20ed5-186d-4b6c-9bcc-19a93972945a-root {
    text-align: center;
  }


#s-52b20ed5-186d-4b6c-9bcc-19a93972945a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52b20ed5-186d-4b6c-9bcc-19a93972945a-root {
    text-align: center;
  }


#s-52b20ed5-186d-4b6c-9bcc-19a93972945a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52b20ed5-186d-4b6c-9bcc-19a93972945a-root {
    text-align: center;
  }


#s-52b20ed5-186d-4b6c-9bcc-19a93972945a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-52b20ed5-186d-4b6c-9bcc-19a93972945a-root {
    text-align: center;
  }


#s-52b20ed5-186d-4b6c-9bcc-19a93972945a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-a2598ee2-a049-4ea5-8125-bc994356ed0b {
  margin-top: 31px;
padding-left: 12%;
padding-right: 12%;
}

#s-11273326-59b5-4f2c-8c8f-b6620844e38b {
  margin-left: 12%;
margin-right: 12%;
min-height: 50px;
}
@media (min-width: 1200px){#s-11273326-59b5-4f2c-8c8f-b6620844e38b {
  display: none;
}
#s-11273326-59b5-4f2c-8c8f-b6620844e38b, #wrap-s-11273326-59b5-4f2c-8c8f-b6620844e38b, #wrap-content-s-11273326-59b5-4f2c-8c8f-b6620844e38b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11273326-59b5-4f2c-8c8f-b6620844e38b {
  display: none;
}
#s-11273326-59b5-4f2c-8c8f-b6620844e38b, #wrap-s-11273326-59b5-4f2c-8c8f-b6620844e38b, #wrap-content-s-11273326-59b5-4f2c-8c8f-b6620844e38b { display: none !important; }}@media (max-width: 767px){#s-11273326-59b5-4f2c-8c8f-b6620844e38b {
  display: none;
}
#s-11273326-59b5-4f2c-8c8f-b6620844e38b, #wrap-s-11273326-59b5-4f2c-8c8f-b6620844e38b, #wrap-content-s-11273326-59b5-4f2c-8c8f-b6620844e38b { display: none !important; }}







#s-11273326-59b5-4f2c-8c8f-b6620844e38b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11273326-59b5-4f2c-8c8f-b6620844e38b.shg-box.shg-c {
  justify-content: center;
}

#s-77618c11-6bd4-4921-8bf7-e20a5e429904 {
  margin-top: -4px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b9e7edd7-a78a-4b99-bcd5-fca3aed1445f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b9e7edd7-a78a-4b99-bcd5-fca3aed1445f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b9e7edd7-a78a-4b99-bcd5-fca3aed1445f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9e7edd7-a78a-4b99-bcd5-fca3aed1445f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-90fbdba9-9109-4dbb-b05c-ba9070f8bcb5 {
  background-repeat: no-repeat;
padding-bottom: 15px;
min-height: 50px;
}

#s-90fbdba9-9109-4dbb-b05c-ba9070f8bcb5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjE2MzVjMjMtNzMxZS00MmYyLWI4YmYtZDEyN2UxOTBiYWFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTIxNDFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDkwOTBhO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMTYzNWMyMy03MzFlLTQyZjItYjhiZi1kMTI3ZTE5MGJhYWYpIi8+PC9zdmc+);
}








#s-90fbdba9-9109-4dbb-b05c-ba9070f8bcb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90fbdba9-9109-4dbb-b05c-ba9070f8bcb5.shg-box.shg-c {
  justify-content: center;
}

#s-85d9844e-2cd4-4268-9aee-3cb77ede91c0 {
  padding-left: 14%;
padding-right: 14%;
min-height: 10em;
}








#s-85d9844e-2cd4-4268-9aee-3cb77ede91c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85d9844e-2cd4-4268-9aee-3cb77ede91c0.shg-box.shg-c {
  justify-content: center;
}

#s-e20d40bc-61a5-45a1-b73e-f51c24a68f18 {
  margin-top: 25px;
}

#s-28feb917-9fc3-4f7b-b1ee-0296221eb3ea {
  margin-top: -6px;
margin-bottom: 10px;
}

#s-12a0434b-a3d8-491b-8291-b50cc24bd237 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15%;
padding-left: 12%;
padding-bottom: 3%;
padding-right: 8%;
background-color: rgba(26, 27, 33, 1);
}








#s-12a0434b-a3d8-491b-8291-b50cc24bd237 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12a0434b-a3d8-491b-8291-b50cc24bd237.shg-box.shg-c {
  justify-content: center;
}

#s-4230cc25-2972-43f2-8c2c-4ad0d76fd2d3 {
  margin-top: -13px;
min-height: 18em;
}

#s-4954fc72-192e-4d1b-8de2-702da46cc5dc {
  box-shadow:3px 3px 9px 0px rgba(0, 0, 0, 0.5);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNkYjIyMDUtZWUxYS00NjhhLWJmMTItNTI0MGIyOWYzYjhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmM3ZTA1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmNjNzFiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyY2RiMjIwNS1lZTFhLTQ2OGEtYmYxMi01MjQwYjI5ZjNiOGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fc7e05"}, {"id"=>2, "pos"=>1, "color"=>"#fcc71b"}];
}
#s-4954fc72-192e-4d1b-8de2-702da46cc5dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4954fc72-192e-4d1b-8de2-702da46cc5dc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4954fc72-192e-4d1b-8de2-702da46cc5dc-root {
    text-align: center;
  }


#s-4954fc72-192e-4d1b-8de2-702da46cc5dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4954fc72-192e-4d1b-8de2-702da46cc5dc-root {
    text-align: center;
  }


#s-4954fc72-192e-4d1b-8de2-702da46cc5dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4954fc72-192e-4d1b-8de2-702da46cc5dc-root {
    text-align: center;
  }


#s-4954fc72-192e-4d1b-8de2-702da46cc5dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4954fc72-192e-4d1b-8de2-702da46cc5dc-root {
    text-align: center;
  }


#s-4954fc72-192e-4d1b-8de2-702da46cc5dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4954fc72-192e-4d1b-8de2-702da46cc5dc-root {
    text-align: center;
  }


#s-4954fc72-192e-4d1b-8de2-702da46cc5dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-ab0ea14b-0712-40ff-aba1-b6573da16eb5 {
  margin-top: 31px;
padding-left: 12%;
padding-right: 12%;
}

#s-e65143f5-a1e6-43f7-8b09-c7a8099695c3 {
  background-repeat: no-repeat;
padding-bottom: 15px;
min-height: 50px;
}

#s-e65143f5-a1e6-43f7-8b09-c7a8099695c3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTVhNDExN2MtMmJmOS00Y2I0LWJiN2EtNmVmMzQwNDQ3ZDkwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzAyNTIwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGQwZDBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NWE0MTE3Yy0yYmY5LTRjYjQtYmI3YS02ZWYzNDA0NDdkOTApIi8+PC9zdmc+);
}








#s-e65143f5-a1e6-43f7-8b09-c7a8099695c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e65143f5-a1e6-43f7-8b09-c7a8099695c3.shg-box.shg-c {
  justify-content: center;
}

#s-66d9950e-350e-49bf-a02c-1a94bee93e1e {
  padding-left: 14%;
padding-right: 14%;
min-height: 10em;
}








#s-66d9950e-350e-49bf-a02c-1a94bee93e1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66d9950e-350e-49bf-a02c-1a94bee93e1e.shg-box.shg-c {
  justify-content: center;
}

#s-1e082f1e-060d-47bc-885b-f34f95cc7b09 {
  margin-top: 25px;
}

#s-ada08c0e-a1af-4e73-a521-200d5db38d22 {
  margin-top: -6px;
margin-bottom: 10px;
}

#s-756c2be4-0530-4714-b83e-3f4fdf2849ac {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15%;
padding-left: 12%;
padding-bottom: 3%;
padding-right: 8%;
background-color: rgba(47, 40, 37, 1);
}








#s-756c2be4-0530-4714-b83e-3f4fdf2849ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-756c2be4-0530-4714-b83e-3f4fdf2849ac.shg-box.shg-c {
  justify-content: center;
}

#s-01f21250-d8ef-4979-8038-d0b813a43857 {
  margin-top: -13px;
min-height: 18em;
}

#s-a26becde-2cde-45f1-ab4b-9c20fe39e321 {
  box-shadow:3px 3px 9px 0px rgba(0, 0, 0, 0.5);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNkYjIyMDUtZWUxYS00NjhhLWJmMTItNTI0MGIyOWYzYjhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmM3ZTA1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmNjNzFiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyY2RiMjIwNS1lZTFhLTQ2OGEtYmYxMi01MjQwYjI5ZjNiOGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fc7e05"}, {"id"=>2, "pos"=>1, "color"=>"#fcc71b"}];
}
#s-a26becde-2cde-45f1-ab4b-9c20fe39e321:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a26becde-2cde-45f1-ab4b-9c20fe39e321:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a26becde-2cde-45f1-ab4b-9c20fe39e321-root {
    text-align: center;
  }


#s-a26becde-2cde-45f1-ab4b-9c20fe39e321.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a26becde-2cde-45f1-ab4b-9c20fe39e321-root {
    text-align: center;
  }


#s-a26becde-2cde-45f1-ab4b-9c20fe39e321.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a26becde-2cde-45f1-ab4b-9c20fe39e321-root {
    text-align: center;
  }


#s-a26becde-2cde-45f1-ab4b-9c20fe39e321.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a26becde-2cde-45f1-ab4b-9c20fe39e321-root {
    text-align: center;
  }


#s-a26becde-2cde-45f1-ab4b-9c20fe39e321.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a26becde-2cde-45f1-ab4b-9c20fe39e321-root {
    text-align: center;
  }


#s-a26becde-2cde-45f1-ab4b-9c20fe39e321.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-c52ddb41-a472-42f7-a8ac-9bc4013f8c31 {
  margin-top: 31px;
padding-left: 12%;
padding-right: 12%;
}

#s-ae27dfae-cc0d-4e32-befe-436451b9122e {
  background-repeat: no-repeat;
padding-bottom: 15px;
min-height: 50px;
}

#s-ae27dfae-cc0d-4e32-befe-436451b9122e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDMzM2ViOTktZTY4NC00ZTc2LWFiMjItZDAzMjU3OTQ1MmIzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjgyODI4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGYwZjBmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMzMzZWI5OS1lNjg0LTRlNzYtYWIyMi1kMDMyNTc5NDUyYjMpIi8+PC9zdmc+);
}








#s-ae27dfae-cc0d-4e32-befe-436451b9122e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae27dfae-cc0d-4e32-befe-436451b9122e.shg-box.shg-c {
  justify-content: center;
}

#s-9df24d41-75a1-4263-ba23-a4e0dcb837ad {
  padding-left: 14%;
padding-right: 14%;
min-height: 10em;
}








#s-9df24d41-75a1-4263-ba23-a4e0dcb837ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9df24d41-75a1-4263-ba23-a4e0dcb837ad.shg-box.shg-c {
  justify-content: center;
}

#s-93b1f3f6-0779-4702-a36c-e778a3f395c6 {
  margin-top: 25px;
}

#s-0ee590c9-3457-4cd9-aac9-c09b45d4b465 {
  margin-top: -6px;
margin-bottom: 10px;
}

#s-00781db0-adf4-45d4-a22b-8b1ba4388ccf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15%;
padding-left: 12%;
padding-bottom: 3%;
padding-right: 8%;
background-color: rgba(44, 44, 44, 1);
}








#s-00781db0-adf4-45d4-a22b-8b1ba4388ccf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00781db0-adf4-45d4-a22b-8b1ba4388ccf.shg-box.shg-c {
  justify-content: center;
}

#s-0359c79a-c2c5-409b-b64c-8a9b21ceef2a {
  margin-top: -13px;
min-height: 18em;
}

#s-2bbacb4e-dbf0-49bb-bb4b-5ade9c26aa2d {
  box-shadow:3px 3px 9px 0px rgba(0, 0, 0, 0.5);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNkYjIyMDUtZWUxYS00NjhhLWJmMTItNTI0MGIyOWYzYjhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmM3ZTA1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmNjNzFiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyY2RiMjIwNS1lZTFhLTQ2OGEtYmYxMi01MjQwYjI5ZjNiOGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fc7e05"}, {"id"=>2, "pos"=>1, "color"=>"#fcc71b"}];
}
#s-2bbacb4e-dbf0-49bb-bb4b-5ade9c26aa2d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2bbacb4e-dbf0-49bb-bb4b-5ade9c26aa2d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2bbacb4e-dbf0-49bb-bb4b-5ade9c26aa2d-root {
    text-align: center;
  }


#s-2bbacb4e-dbf0-49bb-bb4b-5ade9c26aa2d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2bbacb4e-dbf0-49bb-bb4b-5ade9c26aa2d-root {
    text-align: center;
  }


#s-2bbacb4e-dbf0-49bb-bb4b-5ade9c26aa2d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2bbacb4e-dbf0-49bb-bb4b-5ade9c26aa2d-root {
    text-align: center;
  }


#s-2bbacb4e-dbf0-49bb-bb4b-5ade9c26aa2d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2bbacb4e-dbf0-49bb-bb4b-5ade9c26aa2d-root {
    text-align: center;
  }


#s-2bbacb4e-dbf0-49bb-bb4b-5ade9c26aa2d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2bbacb4e-dbf0-49bb-bb4b-5ade9c26aa2d-root {
    text-align: center;
  }


#s-2bbacb4e-dbf0-49bb-bb4b-5ade9c26aa2d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-894584c2-ee1a-4a8f-89f2-6edf4a020b0e {
  margin-top: 31px;
padding-left: 12%;
padding-right: 12%;
}

#s-52435bdb-6f51-4416-8b51-6d97da1e888c {
  background-repeat: no-repeat;
padding-bottom: 15px;
min-height: 50px;
}

#s-52435bdb-6f51-4416-8b51-6d97da1e888c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTgzNTMxNjktNzUzZi00MWM1LWFmZjUtMzU0Nzk4NmQwOTkzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDMzNjE4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGYwZTBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxODM1MzE2OS03NTNmLTQxYzUtYWZmNS0zNTQ3OTg2ZDA5OTMpIi8+PC9zdmc+);
}








#s-52435bdb-6f51-4416-8b51-6d97da1e888c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52435bdb-6f51-4416-8b51-6d97da1e888c.shg-box.shg-c {
  justify-content: center;
}

#s-160e7f6e-3fa9-4522-a38e-75c9ca65f89b {
  padding-left: 14%;
padding-right: 14%;
min-height: 10em;
}








#s-160e7f6e-3fa9-4522-a38e-75c9ca65f89b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-160e7f6e-3fa9-4522-a38e-75c9ca65f89b.shg-box.shg-c {
  justify-content: center;
}

#s-bdc8ffff-d899-4660-9314-0a737e31ea67 {
  margin-top: 25px;
}

#s-ad17ac56-b003-4c43-87d8-2b9bf0e21ddc {
  margin-top: -6px;
margin-bottom: 10px;
}

#s-7fd7f7e7-9766-4fcd-ad7f-926bc5917571 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15%;
padding-left: 12%;
padding-bottom: 3%;
padding-right: 8%;
background-color: rgba(60, 50, 30, 1);
}








#s-7fd7f7e7-9766-4fcd-ad7f-926bc5917571 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fd7f7e7-9766-4fcd-ad7f-926bc5917571.shg-box.shg-c {
  justify-content: center;
}

#s-a64359d0-c7d5-4f5d-ab1f-7f152fe4518e {
  margin-top: -13px;
min-height: 18em;
}

#s-a0d5413b-3ec9-462e-bcc9-c362674f4b7d {
  box-shadow:3px 3px 9px 0px rgba(0, 0, 0, 0.5);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNkYjIyMDUtZWUxYS00NjhhLWJmMTItNTI0MGIyOWYzYjhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmM3ZTA1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmNjNzFiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyY2RiMjIwNS1lZTFhLTQ2OGEtYmYxMi01MjQwYjI5ZjNiOGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fc7e05"}, {"id"=>2, "pos"=>1, "color"=>"#fcc71b"}];
}
#s-a0d5413b-3ec9-462e-bcc9-c362674f4b7d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0d5413b-3ec9-462e-bcc9-c362674f4b7d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a0d5413b-3ec9-462e-bcc9-c362674f4b7d-root {
    text-align: center;
  }


#s-a0d5413b-3ec9-462e-bcc9-c362674f4b7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a0d5413b-3ec9-462e-bcc9-c362674f4b7d-root {
    text-align: center;
  }


#s-a0d5413b-3ec9-462e-bcc9-c362674f4b7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0d5413b-3ec9-462e-bcc9-c362674f4b7d-root {
    text-align: center;
  }


#s-a0d5413b-3ec9-462e-bcc9-c362674f4b7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0d5413b-3ec9-462e-bcc9-c362674f4b7d-root {
    text-align: center;
  }


#s-a0d5413b-3ec9-462e-bcc9-c362674f4b7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a0d5413b-3ec9-462e-bcc9-c362674f4b7d-root {
    text-align: center;
  }


#s-a0d5413b-3ec9-462e-bcc9-c362674f4b7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-fab80843-1db8-48fe-87ce-54919adef42d {
  margin-top: 31px;
padding-left: 12%;
padding-right: 12%;
}

#s-4fb3decf-b89e-47be-a1b6-3a9f59e3c274 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-4fb3decf-b89e-47be-a1b6-3a9f59e3c274 {
  display: none;
}
#s-4fb3decf-b89e-47be-a1b6-3a9f59e3c274, #wrap-s-4fb3decf-b89e-47be-a1b6-3a9f59e3c274, #wrap-content-s-4fb3decf-b89e-47be-a1b6-3a9f59e3c274 { display: none !important; }}







#s-4fb3decf-b89e-47be-a1b6-3a9f59e3c274 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.9;
  display: block;
}#s-4fb3decf-b89e-47be-a1b6-3a9f59e3c274.shg-box.shg-c {
  justify-content: flex-start;
}

#s-07861346-80eb-4f37-a910-add4897d9c13 {
  padding-top: 5%;
padding-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-07861346-80eb-4f37-a910-add4897d9c13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07861346-80eb-4f37-a910-add4897d9c13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07861346-80eb-4f37-a910-add4897d9c13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07861346-80eb-4f37-a910-add4897d9c13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4e5a46e7-4ab7-4385-a660-048bb93ffaf8 {
  margin-top: 10px;
margin-bottom: 15px;
}

#s-9c1685ff-bbfb-4772-9b19-4f16be9a284c {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 35px;
text-align: center;
}

#s-9c1685ff-bbfb-4772-9b19-4f16be9a284c {
  overflow: hidden;
  
  
      max-width: 35px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-9c1685ff-bbfb-4772-9b19-4f16be9a284c img.shogun-image {
    

    
    
    
  }


#s-9c1685ff-bbfb-4772-9b19-4f16be9a284c .shogun-image-content {
  
    justify-content: center;
  
}

#s-97f99e8e-5eb7-41a0-b6f5-c3886486b289 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-97f99e8e-5eb7-41a0-b6f5-c3886486b289 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-97f99e8e-5eb7-41a0-b6f5-c3886486b289 .shg-sld-nav-button.shg-sld-left,
#s-97f99e8e-5eb7-41a0-b6f5-c3886486b289 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5becd294-0988-4161-b05c-0cbaebde6042 {
  margin-top: 10px;
margin-bottom: 25px;
}

#s-c1c17ca0-97cb-4838-bdda-36a82625e632 {
  margin-left: 11%;
margin-right: 11%;
}

#s-8f7d483b-1a2a-4bed-bd35-4bd1246f5d58 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-8f7d483b-1a2a-4bed-bd35-4bd1246f5d58 {
  display: none;
}
#s-8f7d483b-1a2a-4bed-bd35-4bd1246f5d58, #wrap-s-8f7d483b-1a2a-4bed-bd35-4bd1246f5d58, #wrap-content-s-8f7d483b-1a2a-4bed-bd35-4bd1246f5d58 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f7d483b-1a2a-4bed-bd35-4bd1246f5d58 {
  display: none;
}
#s-8f7d483b-1a2a-4bed-bd35-4bd1246f5d58, #wrap-s-8f7d483b-1a2a-4bed-bd35-4bd1246f5d58, #wrap-content-s-8f7d483b-1a2a-4bed-bd35-4bd1246f5d58 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f7d483b-1a2a-4bed-bd35-4bd1246f5d58 {
  display: none;
}
#s-8f7d483b-1a2a-4bed-bd35-4bd1246f5d58, #wrap-s-8f7d483b-1a2a-4bed-bd35-4bd1246f5d58, #wrap-content-s-8f7d483b-1a2a-4bed-bd35-4bd1246f5d58 { display: none !important; }}







#s-8f7d483b-1a2a-4bed-bd35-4bd1246f5d58 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.9;
  display: block;
}#s-8f7d483b-1a2a-4bed-bd35-4bd1246f5d58.shg-box.shg-c {
  justify-content: flex-start;
}

#s-50015375-6dd1-4258-8d2a-3cff112ec337 {
  padding-top: 5%;
padding-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-50015375-6dd1-4258-8d2a-3cff112ec337"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50015375-6dd1-4258-8d2a-3cff112ec337"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-50015375-6dd1-4258-8d2a-3cff112ec337"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-50015375-6dd1-4258-8d2a-3cff112ec337"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-41150fb8-3e5e-4d34-8db9-026348460913 {
  margin-top: 10px;
margin-bottom: 15px;
}

#s-135e0267-52fe-4615-8706-3858e897e032 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 35px;
text-align: center;
}

#s-135e0267-52fe-4615-8706-3858e897e032 {
  overflow: hidden;
  
  
      max-width: 35px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-135e0267-52fe-4615-8706-3858e897e032 img.shogun-image {
    

    
    
    
  }


#s-135e0267-52fe-4615-8706-3858e897e032 .shogun-image-content {
  
    justify-content: center;
  
}

#s-979c63c4-45a4-43b5-a101-4273dad7c4fa {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-979c63c4-45a4-43b5-a101-4273dad7c4fa .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-979c63c4-45a4-43b5-a101-4273dad7c4fa .shg-sld-nav-button.shg-sld-left,
#s-979c63c4-45a4-43b5-a101-4273dad7c4fa .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-08ee7b5a-94f3-456e-a768-aa81f6e1663f {
  margin-top: 10px;
margin-bottom: 25px;
}

#s-b694cf5c-4aab-45c0-b6d8-36749d7c862b {
  margin-left: 11%;
margin-right: 11%;
}

#s-93105ee5-fe27-42d8-9436-6a57f8384e54 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-bottom: -55px;
margin-right: 0px;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 346px;
background-position: center center;
}
@media (max-width: 767px){#s-93105ee5-fe27-42d8-9436-6a57f8384e54 {
  display: none;
}
#s-93105ee5-fe27-42d8-9436-6a57f8384e54, #wrap-s-93105ee5-fe27-42d8-9436-6a57f8384e54, #wrap-content-s-93105ee5-fe27-42d8-9436-6a57f8384e54 { display: none !important; }}







#s-93105ee5-fe27-42d8-9436-6a57f8384e54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93105ee5-fe27-42d8-9436-6a57f8384e54.shg-box.shg-c {
  justify-content: center;
}

#s-c0d7bae9-3c52-43d3-8aba-6283b9d4272d {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-c0d7bae9-3c52-43d3-8aba-6283b9d4272d {
  overflow: hidden;
  
  
      max-width: 250px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-c0d7bae9-3c52-43d3-8aba-6283b9d4272d img.shogun-image {
    

    
    
    
  }


#s-c0d7bae9-3c52-43d3-8aba-6283b9d4272d .shogun-image-content {
  
    justify-content: center;
  
}

#s-941bb89b-7379-48c5-b863-6007af2c1a4a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-bottom: -55px;
margin-right: 0px;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 346px;
background-position: center center;
}
@media (min-width: 1200px){#s-941bb89b-7379-48c5-b863-6007af2c1a4a {
  display: none;
}
#s-941bb89b-7379-48c5-b863-6007af2c1a4a, #wrap-s-941bb89b-7379-48c5-b863-6007af2c1a4a, #wrap-content-s-941bb89b-7379-48c5-b863-6007af2c1a4a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-941bb89b-7379-48c5-b863-6007af2c1a4a {
  display: none;
}
#s-941bb89b-7379-48c5-b863-6007af2c1a4a, #wrap-s-941bb89b-7379-48c5-b863-6007af2c1a4a, #wrap-content-s-941bb89b-7379-48c5-b863-6007af2c1a4a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-941bb89b-7379-48c5-b863-6007af2c1a4a {
  display: none;
}
#s-941bb89b-7379-48c5-b863-6007af2c1a4a, #wrap-s-941bb89b-7379-48c5-b863-6007af2c1a4a, #wrap-content-s-941bb89b-7379-48c5-b863-6007af2c1a4a { display: none !important; }}







#s-941bb89b-7379-48c5-b863-6007af2c1a4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-941bb89b-7379-48c5-b863-6007af2c1a4a.shg-box.shg-c {
  justify-content: center;
}

#s-e1957040-0cc5-491f-8795-7ce4ebb6de8c {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-e1957040-0cc5-491f-8795-7ce4ebb6de8c {
  overflow: hidden;
  
  
      max-width: 250px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-e1957040-0cc5-491f-8795-7ce4ebb6de8c img.shogun-image {
    

    
    
    
  }


#s-e1957040-0cc5-491f-8795-7ce4ebb6de8c .shogun-image-content {
  
    justify-content: center;
  
}

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

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

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