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

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

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

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

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

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

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

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

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

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

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

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

#s-3f33e918-d900-48c2-82b6-e72bbcef19db {
  min-height: 50px;
}








#s-3f33e918-d900-48c2-82b6-e72bbcef19db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f33e918-d900-48c2-82b6-e72bbcef19db.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cc50d98d-d9c8-497b-bf53-3f8171278134 {
  display: none;
}
#s-fa8b2fb9-c3c3-4cd7-9d84-a411a902e57e {
  min-height: 50px;
}








#s-fa8b2fb9-c3c3-4cd7-9d84-a411a902e57e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa8b2fb9-c3c3-4cd7-9d84-a411a902e57e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-19b71ae2-2d27-4734-8416-bc7c6c715eda {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-19b71ae2-2d27-4734-8416-bc7c6c715eda {
  background-image: url(https://i.shgcdn.com/9dd3d225-9410-4763-96f0-1a5241a93424/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-19b71ae2-2d27-4734-8416-bc7c6c715eda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19b71ae2-2d27-4734-8416-bc7c6c715eda.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-4b92b04c-8a9a-4ae2-bab6-72d4b3a5ea9c {
  border-style: solid;
border-top-width: 5px;
border-left-width: 0px;
border-bottom-width: 5px;
border-right-width: 0px;
border-color: rgba(253, 203, 57, 1);
text-align: center;
}







  #s-4b92b04c-8a9a-4ae2-bab6-72d4b3a5ea9c img.shogun-image {
    

    
    
    
  }


#s-4b92b04c-8a9a-4ae2-bab6-72d4b3a5ea9c .shogun-image-content {
  
    align-items: center;
  
}

#s-6ddb7301-8ba1-4e78-a22e-978922e28ce0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6ddb7301-8ba1-4e78-a22e-978922e28ce0 {
  display: none;
}
#s-6ddb7301-8ba1-4e78-a22e-978922e28ce0, #wrap-s-6ddb7301-8ba1-4e78-a22e-978922e28ce0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ddb7301-8ba1-4e78-a22e-978922e28ce0 {
  display: none;
}
#s-6ddb7301-8ba1-4e78-a22e-978922e28ce0, #wrap-s-6ddb7301-8ba1-4e78-a22e-978922e28ce0 { display:none !important; }}







#s-6ddb7301-8ba1-4e78-a22e-978922e28ce0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ddb7301-8ba1-4e78-a22e-978922e28ce0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

#s-6e97d883-c758-4e48-af4d-49f8aeb1faa7 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-6e97d883-c758-4e48-af4d-49f8aeb1faa7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-6e97d883-c758-4e48-af4d-49f8aeb1faa7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6e97d883-c758-4e48-af4d-49f8aeb1faa7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e97d883-c758-4e48-af4d-49f8aeb1faa7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0daf0c0d-fdf3-4c2c-8e60-2057827a68a3 {
  text-align: center;
}







  #s-0daf0c0d-fdf3-4c2c-8e60-2057827a68a3 img.shogun-image {
    

    
    
    
  }


#s-0daf0c0d-fdf3-4c2c-8e60-2057827a68a3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5d58b004-8fb6-41e6-973b-368a155d8488 {
  text-align: center;
}







  #s-5d58b004-8fb6-41e6-973b-368a155d8488 img.shogun-image {
    

    
    
    
  }


#s-5d58b004-8fb6-41e6-973b-368a155d8488 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e06b6d1a-3042-44fc-a9db-cddf980df48b {
  text-align: center;
}







  #s-e06b6d1a-3042-44fc-a9db-cddf980df48b img.shogun-image {
    

    
    
    
  }


#s-e06b6d1a-3042-44fc-a9db-cddf980df48b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-72b737d1-4585-441a-9797-11c7abcdb998 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 90px;
padding-bottom: 160px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-72b737d1-4585-441a-9797-11c7abcdb998 {
  
}
}
#s-72b737d1-4585-441a-9797-11c7abcdb998 {
  background-image: url(https://i.shgcdn.com/173d26a7-7161-4f8c-984e-92f73a26a55d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-72b737d1-4585-441a-9797-11c7abcdb998 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72b737d1-4585-441a-9797-11c7abcdb998.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-eab3daff-db34-4492-a9c3-693a5f91ce1c {
  min-height: 50px;
}








#s-eab3daff-db34-4492-a9c3-693a5f91ce1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eab3daff-db34-4492-a9c3-693a5f91ce1c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

#s-4ce70f49-581c-4650-8e85-35e3cf4b494e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ce70f49-581c-4650-8e85-35e3cf4b494e .shg-product-title-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 52px;
  line-height: ;
  letter-spacing: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-913cbd14-cf33-4236-9fda-5c7e151d7d88 {
  margin-top: -10px;
}

#s-e52a5dfd-39a6-4d76-a8fb-3664946bfdb4 {
  text-align: center;
}

#s-e52a5dfd-39a6-4d76-a8fb-3664946bfdb4 .shg-product-sold-out {
  display: none;
  color: rgba(253, 203, 57, 1);
  font-size: 40px;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
}

#s-e52a5dfd-39a6-4d76-a8fb-3664946bfdb4 .shg-product-price {
  color: rgba(253, 203, 57, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 40px;
}

#s-e52a5dfd-39a6-4d76-a8fb-3664946bfdb4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

.shg-product-selector-hidden {
  display: none;
}

#s-623e053a-df74-415d-87d7-87fb6ac06f89 {
  max-width: 200px;
text-align: center;
}

#s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-product-selector-wrapper label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-623e053a-df74-415d-87d7-87fb6ac06f89-btn-wrapper {
    text-align: center;
  }


#s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-variant-btn:hover {
  background: #252525;
}

#s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-variant-btn:active, #s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-623e053a-df74-415d-87d7-87fb6ac06f89 .shg-variant-btn.disabled {
  background: #252525;
}

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

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

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

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

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

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

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

#s-e230d2a6-e320-44a7-8368-79c5054c7650 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 172px;
text-align: center;
background-color: rgba(253, 203, 57, 1);
}
#s-e230d2a6-e320-44a7-8368-79c5054c7650:hover {max-width: 172px !important;
text-align: center !important;
background-color: rgba(84, 160, 223, 1) !important;
text-decoration: none !important;}#s-e230d2a6-e320-44a7-8368-79c5054c7650:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e230d2a6-e320-44a7-8368-79c5054c7650 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e230d2a6-e320-44a7-8368-79c5054c7650.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e230d2a6-e320-44a7-8368-79c5054c7650.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-e230d2a6-e320-44a7-8368-79c5054c7650.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-61d31c83-6c5f-4821-a3b6-3627195f96c4 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(253, 203, 57, 1);
}








#s-61d31c83-6c5f-4821-a3b6-3627195f96c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61d31c83-6c5f-4821-a3b6-3627195f96c4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d60356a3-eb21-40c3-a990-acc09315ee57 {
  min-height: 50px;
}








#s-d60356a3-eb21-40c3-a990-acc09315ee57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d60356a3-eb21-40c3-a990-acc09315ee57.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cf5eadab-b274-4141-b57b-e13c7322124a {
  margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-cf5eadab-b274-4141-b57b-e13c7322124a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf5eadab-b274-4141-b57b-e13c7322124a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf5eadab-b274-4141-b57b-e13c7322124a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf5eadab-b274-4141-b57b-e13c7322124a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

#s-b7418f32-0b01-4bb8-8f15-f115fdf8e800 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 12px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-b7418f32-0b01-4bb8-8f15-f115fdf8e800:hover {border-style: solid !important;
border-color: #000 !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
background-color: rgba(102, 43, 94, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-b7418f32-0b01-4bb8-8f15-f115fdf8e800:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-b7418f32-0b01-4bb8-8f15-f115fdf8e800-root {
    text-align: left;
  }


#s-b7418f32-0b01-4bb8-8f15-f115fdf8e800.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b7418f32-0b01-4bb8-8f15-f115fdf8e800-root {
    text-align: left;
  }


#s-b7418f32-0b01-4bb8-8f15-f115fdf8e800.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7418f32-0b01-4bb8-8f15-f115fdf8e800-root {
    text-align: left;
  }


#s-b7418f32-0b01-4bb8-8f15-f115fdf8e800.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7418f32-0b01-4bb8-8f15-f115fdf8e800-root {
    text-align: left;
  }


#s-b7418f32-0b01-4bb8-8f15-f115fdf8e800.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b7418f32-0b01-4bb8-8f15-f115fdf8e800-root {
    text-align: left;
  }


#s-b7418f32-0b01-4bb8-8f15-f115fdf8e800.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-0ae243c1-a359-4f39-a82f-f4de43da73f0 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 12px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-0ae243c1-a359-4f39-a82f-f4de43da73f0:hover {background-color: rgba(102, 43, 94, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-0ae243c1-a359-4f39-a82f-f4de43da73f0:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-0ae243c1-a359-4f39-a82f-f4de43da73f0-root {
    text-align: left;
  }


#s-0ae243c1-a359-4f39-a82f-f4de43da73f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0ae243c1-a359-4f39-a82f-f4de43da73f0-root {
    text-align: left;
  }


#s-0ae243c1-a359-4f39-a82f-f4de43da73f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ae243c1-a359-4f39-a82f-f4de43da73f0-root {
    text-align: left;
  }


#s-0ae243c1-a359-4f39-a82f-f4de43da73f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ae243c1-a359-4f39-a82f-f4de43da73f0-root {
    text-align: left;
  }


#s-0ae243c1-a359-4f39-a82f-f4de43da73f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0ae243c1-a359-4f39-a82f-f4de43da73f0-root {
    text-align: left;
  }


#s-0ae243c1-a359-4f39-a82f-f4de43da73f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-96f24241-d0bc-47d2-8e93-3824db5e8b66 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 12px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-96f24241-d0bc-47d2-8e93-3824db5e8b66:hover {background-color: rgba(102, 43, 94, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-96f24241-d0bc-47d2-8e93-3824db5e8b66:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-96f24241-d0bc-47d2-8e93-3824db5e8b66-root {
    text-align: left;
  }


#s-96f24241-d0bc-47d2-8e93-3824db5e8b66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-96f24241-d0bc-47d2-8e93-3824db5e8b66-root {
    text-align: left;
  }


#s-96f24241-d0bc-47d2-8e93-3824db5e8b66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96f24241-d0bc-47d2-8e93-3824db5e8b66-root {
    text-align: left;
  }


#s-96f24241-d0bc-47d2-8e93-3824db5e8b66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96f24241-d0bc-47d2-8e93-3824db5e8b66-root {
    text-align: left;
  }


#s-96f24241-d0bc-47d2-8e93-3824db5e8b66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-96f24241-d0bc-47d2-8e93-3824db5e8b66-root {
    text-align: left;
  }


#s-96f24241-d0bc-47d2-8e93-3824db5e8b66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-50be97ad-ed35-4881-b7c3-d10a4ccacb47 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-50be97ad-ed35-4881-b7c3-d10a4ccacb47:hover {background-color: rgba(102, 43, 94, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-50be97ad-ed35-4881-b7c3-d10a4ccacb47:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-50be97ad-ed35-4881-b7c3-d10a4ccacb47-root {
    text-align: left;
  }


#s-50be97ad-ed35-4881-b7c3-d10a4ccacb47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-50be97ad-ed35-4881-b7c3-d10a4ccacb47-root {
    text-align: left;
  }


#s-50be97ad-ed35-4881-b7c3-d10a4ccacb47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-50be97ad-ed35-4881-b7c3-d10a4ccacb47-root {
    text-align: left;
  }


#s-50be97ad-ed35-4881-b7c3-d10a4ccacb47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-50be97ad-ed35-4881-b7c3-d10a4ccacb47-root {
    text-align: left;
  }


#s-50be97ad-ed35-4881-b7c3-d10a4ccacb47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-50be97ad-ed35-4881-b7c3-d10a4ccacb47-root {
    text-align: left;
  }


#s-50be97ad-ed35-4881-b7c3-d10a4ccacb47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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


  #s-3fd5bbce-2d4c-4bcf-930f-cc0ec6ef6f3a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
  }
  #s-3fd5bbce-2d4c-4bcf-930f-cc0ec6ef6f3a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(253, 203, 57, 1);
    border: 1px solid rgba(253, 203, 57, 1);
  }
#s-3fd5bbce-2d4c-4bcf-930f-cc0ec6ef6f3a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-3fd5bbce-2d4c-4bcf-930f-cc0ec6ef6f3a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-3fd5bbce-2d4c-4bcf-930f-cc0ec6ef6f3a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(253, 203, 57, 1);
}

#s-3fd5bbce-2d4c-4bcf-930f-cc0ec6ef6f3a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(253, 203, 57, 1);
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-93945ae0-6a31-40a4-a05d-f3eabca4f103 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 0px;
}

#s-93945ae0-6a31-40a4-a05d-f3eabca4f103 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-93945ae0-6a31-40a4-a05d-f3eabca4f103 td.shogun-table-column {
  background-color: rgba(253, 203, 57, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-93945ae0-6a31-40a4-a05d-f3eabca4f103 td.shogun-table-row {
  background-color: rgba(253, 203, 57, 1);
  padding: 10px;
}

#s-93945ae0-6a31-40a4-a05d-f3eabca4f103 td.shogun-table-column, #s-93945ae0-6a31-40a4-a05d-f3eabca4f103 td.shogun-table-row {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-ce22cc6f-e0e7-4687-bdf7-f76d8e93d170 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 0px;
}

#s-ce22cc6f-e0e7-4687-bdf7-f76d8e93d170 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ce22cc6f-e0e7-4687-bdf7-f76d8e93d170 td.shogun-table-column {
  background-color: rgba(253, 203, 57, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ce22cc6f-e0e7-4687-bdf7-f76d8e93d170 td.shogun-table-row {
  background-color: rgba(253, 203, 57, 1);
  padding: 10px;
}

#s-ce22cc6f-e0e7-4687-bdf7-f76d8e93d170 td.shogun-table-column, #s-ce22cc6f-e0e7-4687-bdf7-f76d8e93d170 td.shogun-table-row {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-5415c8eb-a530-493c-a8b3-a622e4f4c688 {
  text-align: center;
}







  #s-5415c8eb-a530-493c-a8b3-a622e4f4c688 img.shogun-image {
    

    
    
    
  }


#s-5415c8eb-a530-493c-a8b3-a622e4f4c688 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f287f943-b5d2-4257-8fff-7ed40c490587 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-f287f943-b5d2-4257-8fff-7ed40c490587 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f287f943-b5d2-4257-8fff-7ed40c490587.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

#s-5a9bba3f-1c5c-4c54-a1f0-bf9444b46542 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a9bba3f-1c5c-4c54-a1f0-bf9444b46542 .shogun-heading-component h1 {
  color: rgba(79, 79, 79, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-f3991ee8-94c2-45ab-bb74-ccf5f20fe296 {
  margin-top: -20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3991ee8-94c2-45ab-bb74-ccf5f20fe296 .shogun-heading-component h2 {
  color: rgba(253, 203, 57, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-f7c54b12-48f8-40e7-b425-de6a3c59950f {
  margin-top: 35px;
text-align: center;
}







  #s-f7c54b12-48f8-40e7-b425-de6a3c59950f img.shogun-image {
    

    
    
    
  }


#s-f7c54b12-48f8-40e7-b425-de6a3c59950f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-199a30e4-cde9-4fc3-a6f4-dfcdf096e953 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-bottom: 60px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-199a30e4-cde9-4fc3-a6f4-dfcdf096e953 {
  display: none;
}
#s-199a30e4-cde9-4fc3-a6f4-dfcdf096e953, #wrap-s-199a30e4-cde9-4fc3-a6f4-dfcdf096e953 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-199a30e4-cde9-4fc3-a6f4-dfcdf096e953 {
  display: none;
}
#s-199a30e4-cde9-4fc3-a6f4-dfcdf096e953, #wrap-s-199a30e4-cde9-4fc3-a6f4-dfcdf096e953 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-199a30e4-cde9-4fc3-a6f4-dfcdf096e953 {
  display: none;
}
#s-199a30e4-cde9-4fc3-a6f4-dfcdf096e953, #wrap-s-199a30e4-cde9-4fc3-a6f4-dfcdf096e953 { display:none !important; }}@media (max-width: 767px){#s-199a30e4-cde9-4fc3-a6f4-dfcdf096e953 {
  display: none;
}
#s-199a30e4-cde9-4fc3-a6f4-dfcdf096e953, #wrap-s-199a30e4-cde9-4fc3-a6f4-dfcdf096e953 { display:none !important; }}







#s-199a30e4-cde9-4fc3-a6f4-dfcdf096e953 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-199a30e4-cde9-4fc3-a6f4-dfcdf096e953.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-35328fe9-2046-4b41-8116-76d848f1c4c7 {
  text-align: center;
}







  #s-35328fe9-2046-4b41-8116-76d848f1c4c7 img.shogun-image {
    

    
    
    
  }


#s-35328fe9-2046-4b41-8116-76d848f1c4c7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ae8b1510-a9e6-408a-b841-148b8d5d8d58 {
  min-height: 50px;
}








#s-ae8b1510-a9e6-408a-b841-148b8d5d8d58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae8b1510-a9e6-408a-b841-148b8d5d8d58.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aa920853-00b2-43a9-96a1-afd7874c8cdd {
  padding-top: 60px;
padding-bottom: 60px;
}

@media (min-width: 0px) {
[id="s-aa920853-00b2-43a9-96a1-afd7874c8cdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa920853-00b2-43a9-96a1-afd7874c8cdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa920853-00b2-43a9-96a1-afd7874c8cdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa920853-00b2-43a9-96a1-afd7874c8cdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea910875-e7c1-4403-8ea3-b6910b6d1ab5 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: right;
}

#s-ea910875-e7c1-4403-8ea3-b6910b6d1ab5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 64px;
  
  
  
}



#s-38c90386-5d9c-4fe0-99cf-99b1ca927684 {
  text-align: right;
}







  #s-38c90386-5d9c-4fe0-99cf-99b1ca927684 img.shogun-image {
    

    
    
    
  }


#s-38c90386-5d9c-4fe0-99cf-99b1ca927684 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4034699f-0783-4000-9cb0-3a13393f906b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-bottom: 60px;
min-height: 50px;
background-position: center center;
}








#s-4034699f-0783-4000-9cb0-3a13393f906b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4034699f-0783-4000-9cb0-3a13393f906b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-982c1c6d-77ee-4665-84ed-adec889c1744 {
  text-align: center;
}







  #s-982c1c6d-77ee-4665-84ed-adec889c1744 img.shogun-image {
    

    
    
    
  }


#s-982c1c6d-77ee-4665-84ed-adec889c1744 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-cddaeff9-d46f-4358-be21-b45b9a5794bf {
  min-height: 50px;
}








#s-cddaeff9-d46f-4358-be21-b45b9a5794bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cddaeff9-d46f-4358-be21-b45b9a5794bf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d965431c-6473-471b-9c47-ad1964e9e2a5 {
  padding-top: 60px;
padding-bottom: 60px;
}

@media (min-width: 0px) {
[id="s-d965431c-6473-471b-9c47-ad1964e9e2a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d965431c-6473-471b-9c47-ad1964e9e2a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d965431c-6473-471b-9c47-ad1964e9e2a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d965431c-6473-471b-9c47-ad1964e9e2a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-23ee9f51-014e-4064-96c2-3a25e5673855 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: right;
}

#s-23ee9f51-014e-4064-96c2-3a25e5673855 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 64px;
  
  
  
}



#s-65025a41-5cea-4014-9f56-ecb86332baab {
  text-align: right;
}







  #s-65025a41-5cea-4014-9f56-ecb86332baab img.shogun-image {
    

    
    
    
  }


#s-65025a41-5cea-4014-9f56-ecb86332baab .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f3eba423-b08f-48fa-a331-a2c51e538d77 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-f3eba423-b08f-48fa-a331-a2c51e538d77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3eba423-b08f-48fa-a331-a2c51e538d77.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1c09840f-ace3-438d-af33-bda5d5dba3df {
  min-height: 50px;
}








#s-1c09840f-ace3-438d-af33-bda5d5dba3df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c09840f-ace3-438d-af33-bda5d5dba3df.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fbc43b2c-0b09-4c78-bb08-17fd37aaab4c {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fbc43b2c-0b09-4c78-bb08-17fd37aaab4c .shogun-heading-component h1 {
  color: rgba(79, 79, 79, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 44px;
  
  
  
}



@media (min-width: 0px) {
[id="s-9720237b-8922-4e48-9de7-51cd1f785a2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9720237b-8922-4e48-9de7-51cd1f785a2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9720237b-8922-4e48-9de7-51cd1f785a2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9720237b-8922-4e48-9de7-51cd1f785a2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-96b76c7e-4b60-4406-adf8-2bbfaf00c5ad {
  text-align: center;
}







  #s-96b76c7e-4b60-4406-adf8-2bbfaf00c5ad img.shogun-image {
    

    
    
    
  }


#s-96b76c7e-4b60-4406-adf8-2bbfaf00c5ad .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-699b906c-5980-40b8-aaa3-4a51f744f11f {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-bottom: 60px;
min-height: 50px;
background-position: center center;
}








#s-699b906c-5980-40b8-aaa3-4a51f744f11f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-699b906c-5980-40b8-aaa3-4a51f744f11f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-51677eb7-2b30-4f0f-8c91-4544152895ba {
  text-align: center;
}







  #s-51677eb7-2b30-4f0f-8c91-4544152895ba img.shogun-image {
    

    
    
    
  }


#s-51677eb7-2b30-4f0f-8c91-4544152895ba .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e849a4da-5cd9-47dd-addb-6e8c781736f4 {
  min-height: 50px;
}








#s-e849a4da-5cd9-47dd-addb-6e8c781736f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e849a4da-5cd9-47dd-addb-6e8c781736f4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f7089c7e-edfc-40eb-a971-af298ef0295f {
  min-height: 50px;
}








#s-f7089c7e-edfc-40eb-a971-af298ef0295f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7089c7e-edfc-40eb-a971-af298ef0295f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-62f64c74-e803-4e6a-8013-466536543a2e {
  padding-top: 50px;
padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-62f64c74-e803-4e6a-8013-466536543a2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62f64c74-e803-4e6a-8013-466536543a2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-62f64c74-e803-4e6a-8013-466536543a2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-62f64c74-e803-4e6a-8013-466536543a2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3e63a13b-3fef-412c-85f8-ab8c7b056226 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e63a13b-3fef-412c-85f8-ab8c7b056226 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 64px;
  
  
  
}



#s-cfb352d0-932c-4061-81cc-edc468213e7c {
  text-align: left;
}







  #s-cfb352d0-932c-4061-81cc-edc468213e7c img.shogun-image {
    

    
    
    
  }


#s-cfb352d0-932c-4061-81cc-edc468213e7c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fa15163a-33db-47fe-b283-df090a01e821 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-fa15163a-33db-47fe-b283-df090a01e821 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa15163a-33db-47fe-b283-df090a01e821.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fe426893-a006-49c2-9059-49c56d6238be {
  min-height: 50px;
}








#s-fe426893-a006-49c2-9059-49c56d6238be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe426893-a006-49c2-9059-49c56d6238be.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-936e37c4-116b-4a6d-8a6e-d7c055a9d978 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-936e37c4-116b-4a6d-8a6e-d7c055a9d978 .shogun-heading-component h1 {
  color: rgba(79, 79, 79, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 44px;
  
  
  
}



@media (min-width: 0px) {
[id="s-b028401d-0cd3-452d-91e2-7dbff807556c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b028401d-0cd3-452d-91e2-7dbff807556c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b028401d-0cd3-452d-91e2-7dbff807556c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b028401d-0cd3-452d-91e2-7dbff807556c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8c22e830-8a57-48e0-97f1-6508c6518a33 {
  text-align: center;
}







  #s-8c22e830-8a57-48e0-97f1-6508c6518a33 img.shogun-image {
    

    
    
    
  }


#s-8c22e830-8a57-48e0-97f1-6508c6518a33 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e85536f4-d24f-415f-af17-fa532af729bf {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-bottom: 25px;
min-height: 265px;
background-position: center center;
}








#s-e85536f4-d24f-415f-af17-fa532af729bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e85536f4-d24f-415f-af17-fa532af729bf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-682bc0ed-af4e-4297-a0bc-697ad63bddf5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-682bc0ed-af4e-4297-a0bc-697ad63bddf5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-aa1b3d58-4a93-4e4e-b488-93a787831a75 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-bottom: 60px;
min-height: 50px;
background-position: left center;
}








#s-aa1b3d58-4a93-4e4e-b488-93a787831a75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa1b3d58-4a93-4e4e-b488-93a787831a75.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6ac0316f-aabe-4d9c-81fd-951166784844 {
  text-align: center;
}







  #s-6ac0316f-aabe-4d9c-81fd-951166784844 img.shogun-image {
    

    
    
    
  }


#s-6ac0316f-aabe-4d9c-81fd-951166784844 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-eaa26a4a-1545-430d-9c74-ecda3a56e86d {
  min-height: 50px;
}








#s-eaa26a4a-1545-430d-9c74-ecda3a56e86d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaa26a4a-1545-430d-9c74-ecda3a56e86d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-cc695e87-295b-472c-b4c0-3259ea45903d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc695e87-295b-472c-b4c0-3259ea45903d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc695e87-295b-472c-b4c0-3259ea45903d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc695e87-295b-472c-b4c0-3259ea45903d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e496a5ce-27fd-485f-a58e-15394c0e103f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e496a5ce-27fd-485f-a58e-15394c0e103f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 64px;
  
  
  
}



#s-742ad416-68e5-4fa0-a3ab-4bdf3c88218f {
  text-align: left;
}







  #s-742ad416-68e5-4fa0-a3ab-4bdf3c88218f img.shogun-image {
    

    
    
    
  }


#s-742ad416-68e5-4fa0-a3ab-4bdf3c88218f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-05d71a31-cca9-443e-b36b-3dee27674baa {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-05d71a31-cca9-443e-b36b-3dee27674baa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05d71a31-cca9-443e-b36b-3dee27674baa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0548817e-6204-449a-8756-175ca2176b09 {
  min-height: 50px;
}








#s-0548817e-6204-449a-8756-175ca2176b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0548817e-6204-449a-8756-175ca2176b09.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-385957b0-9c44-46d4-9f6a-2d5606e7e10b {
  margin-top: 0px;
margin-bottom: 50px;
padding-top: 30px;
padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-385957b0-9c44-46d4-9f6a-2d5606e7e10b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-385957b0-9c44-46d4-9f6a-2d5606e7e10b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-385957b0-9c44-46d4-9f6a-2d5606e7e10b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-385957b0-9c44-46d4-9f6a-2d5606e7e10b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3b5c8d66-c561-4666-ac78-eb308a7ae980 {
  text-align: center;
}







  #s-3b5c8d66-c561-4666-ac78-eb308a7ae980 img.shogun-image {
    

    
    
    
  }


#s-3b5c8d66-c561-4666-ac78-eb308a7ae980 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-cd72830b-bb6c-45f2-b19b-bd3f00ab1c01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd72830b-bb6c-45f2-b19b-bd3f00ab1c01 .shogun-heading-component h1 {
  color: rgba(79, 79, 79, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 44px;
  
  
  
}



#s-bba8e1d5-0149-4487-b157-73df79f5e380 {
  margin-top: -20px;
margin-bottom: -50px;
}

#s-dc10c1ad-3daf-434c-b172-89649c286ce1 {
  text-align: left;
}

#s-14b3e12e-f259-4a73-8ff3-83d7336a5168 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-bottom: 25px;
min-height: 265px;
background-position: center center;
}








#s-14b3e12e-f259-4a73-8ff3-83d7336a5168 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14b3e12e-f259-4a73-8ff3-83d7336a5168.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-736adbef-5aeb-4592-8fda-c68c5544ec33 {
  margin-top: 0px;
margin-bottom: -50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-736adbef-5aeb-4592-8fda-c68c5544ec33 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-449f655a-e476-4865-be54-7d405f72261a {
  padding-top: 20px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-449f655a-e476-4865-be54-7d405f72261a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-449f655a-e476-4865-be54-7d405f72261a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dbeae937-ce25-4e4f-b6a1-5ca5fada7578 {
  margin-left: 20%;
margin-right: 20%;
}

#s-f0e08371-885a-4ddf-a95f-c03e83108c54 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-bottom: 60px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-f0e08371-885a-4ddf-a95f-c03e83108c54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0e08371-885a-4ddf-a95f-c03e83108c54.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a07cf158-5d67-4979-8916-728207250c1b {
  text-align: center;
}







  #s-a07cf158-5d67-4979-8916-728207250c1b img.shogun-image {
    

    
    
    
  }


#s-a07cf158-5d67-4979-8916-728207250c1b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4c2dc79b-9394-44d8-ab6b-535cfd8d1e65 {
  min-height: 50px;
}








#s-4c2dc79b-9394-44d8-ab6b-535cfd8d1e65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c2dc79b-9394-44d8-ab6b-535cfd8d1e65.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bc864fe0-8f60-42de-adc1-bf1c1355ed0b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bc864fe0-8f60-42de-adc1-bf1c1355ed0b .shogun-heading-component h1 {
  color: rgba(79, 79, 79, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 64px;
  
  
  
}



#s-bc8b6eb5-96fd-4617-bea7-738a83a76a0b {
  margin-top: 15px;
}

#s-73b2a855-a8a7-40e6-b9bd-a0c8be293d70 {
  text-align: center;
}







  #s-73b2a855-a8a7-40e6-b9bd-a0c8be293d70 img.shogun-image {
    

    
    
    
  }


#s-73b2a855-a8a7-40e6-b9bd-a0c8be293d70 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-33c6f569-50c2-48d5-94ef-779e4ebef1a4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-33c6f569-50c2-48d5-94ef-779e4ebef1a4 {
  display: none;
}
#s-33c6f569-50c2-48d5-94ef-779e4ebef1a4, #wrap-s-33c6f569-50c2-48d5-94ef-779e4ebef1a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33c6f569-50c2-48d5-94ef-779e4ebef1a4 {
  display: none;
}
#s-33c6f569-50c2-48d5-94ef-779e4ebef1a4, #wrap-s-33c6f569-50c2-48d5-94ef-779e4ebef1a4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33c6f569-50c2-48d5-94ef-779e4ebef1a4 {
  display: none;
}
#s-33c6f569-50c2-48d5-94ef-779e4ebef1a4, #wrap-s-33c6f569-50c2-48d5-94ef-779e4ebef1a4 { display:none !important; }}@media (max-width: 767px){#s-33c6f569-50c2-48d5-94ef-779e4ebef1a4 {
  display: none;
}
#s-33c6f569-50c2-48d5-94ef-779e4ebef1a4, #wrap-s-33c6f569-50c2-48d5-94ef-779e4ebef1a4 { display:none !important; }}







#s-33c6f569-50c2-48d5-94ef-779e4ebef1a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33c6f569-50c2-48d5-94ef-779e4ebef1a4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-354966ea-350a-44f1-8b8d-e8675f402515 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-354966ea-350a-44f1-8b8d-e8675f402515"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-354966ea-350a-44f1-8b8d-e8675f402515"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-354966ea-350a-44f1-8b8d-e8675f402515"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-354966ea-350a-44f1-8b8d-e8675f402515"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-955dfd67-ff3a-4d57-9ed3-f5da895bda6d {
  text-align: center;
}







  #s-955dfd67-ff3a-4d57-9ed3-f5da895bda6d img.shogun-image {
    

    
    
    
  }


#s-955dfd67-ff3a-4d57-9ed3-f5da895bda6d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-341cb3bf-04c3-4285-890c-4e891b71b4a7 {
  text-align: center;
}







  #s-341cb3bf-04c3-4285-890c-4e891b71b4a7 img.shogun-image {
    

    
    
    
  }


#s-341cb3bf-04c3-4285-890c-4e891b71b4a7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-129d8f3c-7a1d-44a7-9627-e6cdbfcc724a {
  text-align: center;
}







  #s-129d8f3c-7a1d-44a7-9627-e6cdbfcc724a img.shogun-image {
    

    
    
    
  }


#s-129d8f3c-7a1d-44a7-9627-e6cdbfcc724a .shogun-image-content {
  
    align-items:  flex-start;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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