.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-f4bfd5d0-e943-4e4a-b440-04b9df00aaae {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(98, 77, 77, 0);
min-height: 700px;
}
@media (min-width: 1200px){#s-f4bfd5d0-e943-4e4a-b440-04b9df00aaae {
  display: none;
}
#s-f4bfd5d0-e943-4e4a-b440-04b9df00aaae, #wrap-s-f4bfd5d0-e943-4e4a-b440-04b9df00aaae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4bfd5d0-e943-4e4a-b440-04b9df00aaae {
  display: none;
}
#s-f4bfd5d0-e943-4e4a-b440-04b9df00aaae, #wrap-s-f4bfd5d0-e943-4e4a-b440-04b9df00aaae { display: none !important; }}@media (max-width: 767px){#s-f4bfd5d0-e943-4e4a-b440-04b9df00aaae {
  display: none;
}
#s-f4bfd5d0-e943-4e4a-b440-04b9df00aaae, #wrap-s-f4bfd5d0-e943-4e4a-b440-04b9df00aaae { display: none !important; }}







#s-f4bfd5d0-e943-4e4a-b440-04b9df00aaae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4bfd5d0-e943-4e4a-b440-04b9df00aaae.shg-box.shg-c {
  justify-content: flex-end;
}

.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-a83065a6-4c7e-4ae7-9f70-d8068c6b5b28 {
  padding-bottom: 200px;
}
@media (min-width: 1200px){#s-a83065a6-4c7e-4ae7-9f70-d8068c6b5b28 {
  display: none;
}
#s-a83065a6-4c7e-4ae7-9f70-d8068c6b5b28, #wrap-s-a83065a6-4c7e-4ae7-9f70-d8068c6b5b28 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a83065a6-4c7e-4ae7-9f70-d8068c6b5b28 {
  display: none;
}
#s-a83065a6-4c7e-4ae7-9f70-d8068c6b5b28, #wrap-s-a83065a6-4c7e-4ae7-9f70-d8068c6b5b28 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a83065a6-4c7e-4ae7-9f70-d8068c6b5b28 {
  display: none;
}
#s-a83065a6-4c7e-4ae7-9f70-d8068c6b5b28, #wrap-s-a83065a6-4c7e-4ae7-9f70-d8068c6b5b28 { display: none !important; }}@media (max-width: 767px){#s-a83065a6-4c7e-4ae7-9f70-d8068c6b5b28 {
  display: none;
}
#s-a83065a6-4c7e-4ae7-9f70-d8068c6b5b28, #wrap-s-a83065a6-4c7e-4ae7-9f70-d8068c6b5b28 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a83065a6-4c7e-4ae7-9f70-d8068c6b5b28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a83065a6-4c7e-4ae7-9f70-d8068c6b5b28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a83065a6-4c7e-4ae7-9f70-d8068c6b5b28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a83065a6-4c7e-4ae7-9f70-d8068c6b5b28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0bb654ce-7c1b-43e5-b719-58aa5358d24a {
  min-height: 50px;
}








#s-0bb654ce-7c1b-43e5-b719-58aa5358d24a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0bb654ce-7c1b-43e5-b719-58aa5358d24a.shg-box.shg-c {
  justify-content: flex-start;
}

.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-921a54b4-660a-4e56-b2a2-3ce9f48dfe28 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-921a54b4-660a-4e56-b2a2-3ce9f48dfe28"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-921a54b4-660a-4e56-b2a2-3ce9f48dfe28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-921a54b4-660a-4e56-b2a2-3ce9f48dfe28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-921a54b4-660a-4e56-b2a2-3ce9f48dfe28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-921a54b4-660a-4e56-b2a2-3ce9f48dfe28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-921a54b4-660a-4e56-b2a2-3ce9f48dfe28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-921a54b4-660a-4e56-b2a2-3ce9f48dfe28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 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-ef675e59-b113-4350-b0b6-6b3f0520976c {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-ef675e59-b113-4350-b0b6-6b3f0520976c:hover {background-color: rgba(251, 251, 251, 0) !important;
text-decoration: none !important;}#s-ef675e59-b113-4350-b0b6-6b3f0520976c:active {background-color: rgba(0, 0, 0, 0.02) !important;
text-decoration: none !important;}

  #s-ef675e59-b113-4350-b0b6-6b3f0520976c-root {
    text-align: center;
  }


#s-ef675e59-b113-4350-b0b6-6b3f0520976c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ef675e59-b113-4350-b0b6-6b3f0520976c-root {
    text-align: center;
  }


#s-ef675e59-b113-4350-b0b6-6b3f0520976c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef675e59-b113-4350-b0b6-6b3f0520976c-root {
    text-align: center;
  }


#s-ef675e59-b113-4350-b0b6-6b3f0520976c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef675e59-b113-4350-b0b6-6b3f0520976c-root {
    text-align: center;
  }


#s-ef675e59-b113-4350-b0b6-6b3f0520976c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ef675e59-b113-4350-b0b6-6b3f0520976c-root {
    text-align: center;
  }


#s-ef675e59-b113-4350-b0b6-6b3f0520976c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-c62b00f3-9dd5-4285-8c29-fb6745d86efc {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-c62b00f3-9dd5-4285-8c29-fb6745d86efc:hover {background-color: rgba(251, 251, 251, 0) !important;
text-decoration: none !important;}#s-c62b00f3-9dd5-4285-8c29-fb6745d86efc:active {background-color: rgba(0, 0, 0, 0.02) !important;
text-decoration: none !important;}

  #s-c62b00f3-9dd5-4285-8c29-fb6745d86efc-root {
    text-align: center;
  }


#s-c62b00f3-9dd5-4285-8c29-fb6745d86efc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c62b00f3-9dd5-4285-8c29-fb6745d86efc-root {
    text-align: center;
  }


#s-c62b00f3-9dd5-4285-8c29-fb6745d86efc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c62b00f3-9dd5-4285-8c29-fb6745d86efc-root {
    text-align: center;
  }


#s-c62b00f3-9dd5-4285-8c29-fb6745d86efc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c62b00f3-9dd5-4285-8c29-fb6745d86efc-root {
    text-align: center;
  }


#s-c62b00f3-9dd5-4285-8c29-fb6745d86efc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c62b00f3-9dd5-4285-8c29-fb6745d86efc-root {
    text-align: center;
  }


#s-c62b00f3-9dd5-4285-8c29-fb6745d86efc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-ed233b8c-2127-463a-89ed-7332892dcc0a {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-ed233b8c-2127-463a-89ed-7332892dcc0a:hover {background-color: rgba(251, 251, 251, 0) !important;
text-decoration: none !important;}#s-ed233b8c-2127-463a-89ed-7332892dcc0a:active {background-color: rgba(0, 0, 0, 0.02) !important;
text-decoration: none !important;}

  #s-ed233b8c-2127-463a-89ed-7332892dcc0a-root {
    text-align: center;
  }


#s-ed233b8c-2127-463a-89ed-7332892dcc0a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed233b8c-2127-463a-89ed-7332892dcc0a-root {
    text-align: center;
  }


#s-ed233b8c-2127-463a-89ed-7332892dcc0a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed233b8c-2127-463a-89ed-7332892dcc0a-root {
    text-align: center;
  }


#s-ed233b8c-2127-463a-89ed-7332892dcc0a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed233b8c-2127-463a-89ed-7332892dcc0a-root {
    text-align: center;
  }


#s-ed233b8c-2127-463a-89ed-7332892dcc0a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed233b8c-2127-463a-89ed-7332892dcc0a-root {
    text-align: center;
  }


#s-ed233b8c-2127-463a-89ed-7332892dcc0a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-395c9cb6-e944-4109-a81b-46de7f0e6069 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
border-style: solid;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(98, 77, 77, 0);
min-height: 300px;
background-position: center center;
}
@media (max-width: 767px){#s-395c9cb6-e944-4109-a81b-46de7f0e6069 {
  display: none;
}
#s-395c9cb6-e944-4109-a81b-46de7f0e6069, #wrap-s-395c9cb6-e944-4109-a81b-46de7f0e6069 { display: none !important; }}
#s-395c9cb6-e944-4109-a81b-46de7f0e6069 {
  background-image: url(https://i.shgcdn.com/b0fc5d07-90fa-4aae-9745-0edcc5e02360/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-395c9cb6-e944-4109-a81b-46de7f0e6069 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-395c9cb6-e944-4109-a81b-46de7f0e6069.shg-box.shg-c {
  justify-content: flex-end;
}

#s-ae9a8714-e8c3-42ac-af27-67bc4fc8f819 {
  padding-bottom: 200px;
}
@media (min-width: 1200px){#s-ae9a8714-e8c3-42ac-af27-67bc4fc8f819 {
  display: none;
}
#s-ae9a8714-e8c3-42ac-af27-67bc4fc8f819, #wrap-s-ae9a8714-e8c3-42ac-af27-67bc4fc8f819 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae9a8714-e8c3-42ac-af27-67bc4fc8f819 {
  display: none;
}
#s-ae9a8714-e8c3-42ac-af27-67bc4fc8f819, #wrap-s-ae9a8714-e8c3-42ac-af27-67bc4fc8f819 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae9a8714-e8c3-42ac-af27-67bc4fc8f819 {
  display: none;
}
#s-ae9a8714-e8c3-42ac-af27-67bc4fc8f819, #wrap-s-ae9a8714-e8c3-42ac-af27-67bc4fc8f819 { display: none !important; }}@media (max-width: 767px){#s-ae9a8714-e8c3-42ac-af27-67bc4fc8f819 {
  display: none;
}
#s-ae9a8714-e8c3-42ac-af27-67bc4fc8f819, #wrap-s-ae9a8714-e8c3-42ac-af27-67bc4fc8f819 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ae9a8714-e8c3-42ac-af27-67bc4fc8f819"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae9a8714-e8c3-42ac-af27-67bc4fc8f819"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ae9a8714-e8c3-42ac-af27-67bc4fc8f819"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae9a8714-e8c3-42ac-af27-67bc4fc8f819"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b58f7a0c-2e63-4750-b057-b22edeadc662 {
  min-height: 50px;
}








#s-b58f7a0c-2e63-4750-b057-b22edeadc662 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b58f7a0c-2e63-4750-b057-b22edeadc662.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d3131caa-58f2-4063-bdf5-a78772f16695 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d3131caa-58f2-4063-bdf5-a78772f16695"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d3131caa-58f2-4063-bdf5-a78772f16695"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d3131caa-58f2-4063-bdf5-a78772f16695"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d3131caa-58f2-4063-bdf5-a78772f16695"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d3131caa-58f2-4063-bdf5-a78772f16695"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3131caa-58f2-4063-bdf5-a78772f16695"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d3131caa-58f2-4063-bdf5-a78772f16695"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-78afc9c7-65d7-410f-bc0f-b4e05a7c2949 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 02px;
border-left-width: 02px;
border-bottom-width: 02px;
border-right-width: 02px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(248, 243, 243, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(3, 3, 3, 1);
}
#s-78afc9c7-65d7-410f-bc0f-b4e05a7c2949:hover {background-color: rgba(251, 251, 251, 0) !important;
text-decoration: none !important;}#s-78afc9c7-65d7-410f-bc0f-b4e05a7c2949:active {background-color: rgba(0, 0, 0, 0.02) !important;
text-decoration: none !important;}

  #s-78afc9c7-65d7-410f-bc0f-b4e05a7c2949-root {
    text-align: center;
  }


#s-78afc9c7-65d7-410f-bc0f-b4e05a7c2949.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-78afc9c7-65d7-410f-bc0f-b4e05a7c2949-root {
    text-align: center;
  }


#s-78afc9c7-65d7-410f-bc0f-b4e05a7c2949.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-78afc9c7-65d7-410f-bc0f-b4e05a7c2949-root {
    text-align: center;
  }


#s-78afc9c7-65d7-410f-bc0f-b4e05a7c2949.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-78afc9c7-65d7-410f-bc0f-b4e05a7c2949-root {
    text-align: center;
  }


#s-78afc9c7-65d7-410f-bc0f-b4e05a7c2949.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-78afc9c7-65d7-410f-bc0f-b4e05a7c2949-root {
    text-align: center;
  }


#s-78afc9c7-65d7-410f-bc0f-b4e05a7c2949.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-49c67e92-b86f-4b5f-8170-f1da9d47983c {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 02px;
border-left-width: 02px;
border-bottom-width: 02px;
border-right-width: 02px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(250, 247, 247, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(8, 8, 8, 1);
}
#s-49c67e92-b86f-4b5f-8170-f1da9d47983c:hover {background-color: rgba(251, 251, 251, 0) !important;
text-decoration: none !important;}#s-49c67e92-b86f-4b5f-8170-f1da9d47983c:active {background-color: rgba(0, 0, 0, 0.02) !important;
text-decoration: none !important;}

  #s-49c67e92-b86f-4b5f-8170-f1da9d47983c-root {
    text-align: center;
  }


#s-49c67e92-b86f-4b5f-8170-f1da9d47983c.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-49c67e92-b86f-4b5f-8170-f1da9d47983c-root {
    text-align: center;
  }


#s-49c67e92-b86f-4b5f-8170-f1da9d47983c.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49c67e92-b86f-4b5f-8170-f1da9d47983c-root {
    text-align: center;
  }


#s-49c67e92-b86f-4b5f-8170-f1da9d47983c.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49c67e92-b86f-4b5f-8170-f1da9d47983c-root {
    text-align: center;
  }


#s-49c67e92-b86f-4b5f-8170-f1da9d47983c.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-49c67e92-b86f-4b5f-8170-f1da9d47983c-root {
    text-align: center;
  }


#s-49c67e92-b86f-4b5f-8170-f1da9d47983c.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-486e148c-723d-4cda-aaf1-5c22b7623d15 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 02px;
border-left-width: 02px;
border-bottom-width: 02px;
border-right-width: 02px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(250, 246, 246, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(8, 8, 8, 1);
}
#s-486e148c-723d-4cda-aaf1-5c22b7623d15:hover {background-color: rgba(251, 251, 251, 0) !important;
text-decoration: none !important;}#s-486e148c-723d-4cda-aaf1-5c22b7623d15:active {background-color: rgba(0, 0, 0, 0.02) !important;
text-decoration: none !important;}

  #s-486e148c-723d-4cda-aaf1-5c22b7623d15-root {
    text-align: center;
  }


#s-486e148c-723d-4cda-aaf1-5c22b7623d15.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-486e148c-723d-4cda-aaf1-5c22b7623d15-root {
    text-align: center;
  }


#s-486e148c-723d-4cda-aaf1-5c22b7623d15.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-486e148c-723d-4cda-aaf1-5c22b7623d15-root {
    text-align: center;
  }


#s-486e148c-723d-4cda-aaf1-5c22b7623d15.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-486e148c-723d-4cda-aaf1-5c22b7623d15-root {
    text-align: center;
  }


#s-486e148c-723d-4cda-aaf1-5c22b7623d15.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-486e148c-723d-4cda-aaf1-5c22b7623d15-root {
    text-align: center;
  }


#s-486e148c-723d-4cda-aaf1-5c22b7623d15.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-4b676a63-5abd-4a8e-9633-6f9ee6e88259 {
  background-repeat: repeat;
background-size: cover;
background-attachment: fixed;
margin-bottom: 10px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-4b676a63-5abd-4a8e-9633-6f9ee6e88259 {
  display: none;
}
#s-4b676a63-5abd-4a8e-9633-6f9ee6e88259, #wrap-s-4b676a63-5abd-4a8e-9633-6f9ee6e88259 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b676a63-5abd-4a8e-9633-6f9ee6e88259 {
  display: none;
}
#s-4b676a63-5abd-4a8e-9633-6f9ee6e88259, #wrap-s-4b676a63-5abd-4a8e-9633-6f9ee6e88259 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b676a63-5abd-4a8e-9633-6f9ee6e88259 {
  display: none;
}
#s-4b676a63-5abd-4a8e-9633-6f9ee6e88259, #wrap-s-4b676a63-5abd-4a8e-9633-6f9ee6e88259 { display: none !important; }}@media (max-width: 767px){#s-4b676a63-5abd-4a8e-9633-6f9ee6e88259 {
  
}
}
#s-4b676a63-5abd-4a8e-9633-6f9ee6e88259 {
  background-image: url(https://i.shgcdn.com/dfdc3dec-e6e9-448a-956b-3915e7c53539/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4b676a63-5abd-4a8e-9633-6f9ee6e88259 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b676a63-5abd-4a8e-9633-6f9ee6e88259.shg-box.shg-c {
  justify-content: flex-end;
}

@media (min-width: 0px) {
[id="s-cc6e89b1-3daa-43d0-868a-bc4cd49afc13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc6e89b1-3daa-43d0-868a-bc4cd49afc13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cc6e89b1-3daa-43d0-868a-bc4cd49afc13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc6e89b1-3daa-43d0-868a-bc4cd49afc13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-632e17fd-0940-483d-8562-224ebda0657a {
  margin-bottom: 41px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-632e17fd-0940-483d-8562-224ebda0657a:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-632e17fd-0940-483d-8562-224ebda0657a:active {background-color: rgba(0, 0, 0, 0.02) !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-632e17fd-0940-483d-8562-224ebda0657a {
  
}
}@media (max-width: 767px){#s-632e17fd-0940-483d-8562-224ebda0657a {
  display: none;
}
#s-632e17fd-0940-483d-8562-224ebda0657a, #wrap-s-632e17fd-0940-483d-8562-224ebda0657a { display: none !important; }}

  #s-632e17fd-0940-483d-8562-224ebda0657a-root {
    text-align: center;
  }


#s-632e17fd-0940-483d-8562-224ebda0657a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 80px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-632e17fd-0940-483d-8562-224ebda0657a-root {
    text-align: center;
  }


#s-632e17fd-0940-483d-8562-224ebda0657a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 80px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-632e17fd-0940-483d-8562-224ebda0657a-root {
    text-align: center;
  }


#s-632e17fd-0940-483d-8562-224ebda0657a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 80px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-632e17fd-0940-483d-8562-224ebda0657a-root {
    text-align: center;
  }


#s-632e17fd-0940-483d-8562-224ebda0657a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 80px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-632e17fd-0940-483d-8562-224ebda0657a-root {
    text-align: center;
  }


#s-632e17fd-0940-483d-8562-224ebda0657a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 80px;
  
  
  
  display:  inline-block ;
}
}
#s-d6ca18c0-dbd6-485a-975a-8936962ce511 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 251, 251, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d6ca18c0-dbd6-485a-975a-8936962ce511:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6ca18c0-dbd6-485a-975a-8936962ce511:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d6ca18c0-dbd6-485a-975a-8936962ce511-root {
    text-align: center;
  }


#s-d6ca18c0-dbd6-485a-975a-8936962ce511.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6ca18c0-dbd6-485a-975a-8936962ce511-root {
    text-align: center;
  }


#s-d6ca18c0-dbd6-485a-975a-8936962ce511.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6ca18c0-dbd6-485a-975a-8936962ce511-root {
    text-align: center;
  }


#s-d6ca18c0-dbd6-485a-975a-8936962ce511.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6ca18c0-dbd6-485a-975a-8936962ce511-root {
    text-align: center;
  }


#s-d6ca18c0-dbd6-485a-975a-8936962ce511.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6ca18c0-dbd6-485a-975a-8936962ce511-root {
    text-align: center;
  }


#s-d6ca18c0-dbd6-485a-975a-8936962ce511.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-a0771121-ee36-4bc2-ae3c-b6147603f2ba {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 247, 247, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a0771121-ee36-4bc2-ae3c-b6147603f2ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0771121-ee36-4bc2-ae3c-b6147603f2ba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a0771121-ee36-4bc2-ae3c-b6147603f2ba-root {
    text-align: center;
  }


#s-a0771121-ee36-4bc2-ae3c-b6147603f2ba.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a0771121-ee36-4bc2-ae3c-b6147603f2ba-root {
    text-align: center;
  }


#s-a0771121-ee36-4bc2-ae3c-b6147603f2ba.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0771121-ee36-4bc2-ae3c-b6147603f2ba-root {
    text-align: center;
  }


#s-a0771121-ee36-4bc2-ae3c-b6147603f2ba.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0771121-ee36-4bc2-ae3c-b6147603f2ba-root {
    text-align: center;
  }


#s-a0771121-ee36-4bc2-ae3c-b6147603f2ba.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a0771121-ee36-4bc2-ae3c-b6147603f2ba-root {
    text-align: center;
  }


#s-a0771121-ee36-4bc2-ae3c-b6147603f2ba.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-1414bd7a-f55f-4cbc-a0ac-dcb09c6e41dd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 247, 247, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1414bd7a-f55f-4cbc-a0ac-dcb09c6e41dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1414bd7a-f55f-4cbc-a0ac-dcb09c6e41dd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1414bd7a-f55f-4cbc-a0ac-dcb09c6e41dd-root {
    text-align: center;
  }


#s-1414bd7a-f55f-4cbc-a0ac-dcb09c6e41dd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1414bd7a-f55f-4cbc-a0ac-dcb09c6e41dd-root {
    text-align: center;
  }


#s-1414bd7a-f55f-4cbc-a0ac-dcb09c6e41dd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1414bd7a-f55f-4cbc-a0ac-dcb09c6e41dd-root {
    text-align: center;
  }


#s-1414bd7a-f55f-4cbc-a0ac-dcb09c6e41dd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1414bd7a-f55f-4cbc-a0ac-dcb09c6e41dd-root {
    text-align: center;
  }


#s-1414bd7a-f55f-4cbc-a0ac-dcb09c6e41dd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1414bd7a-f55f-4cbc-a0ac-dcb09c6e41dd-root {
    text-align: center;
  }


#s-1414bd7a-f55f-4cbc-a0ac-dcb09c6e41dd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-e15ad350-6f44-4c92-a2ed-7bc29175154d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 30px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(7, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e15ad350-6f44-4c92-a2ed-7bc29175154d:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-e15ad350-6f44-4c92-a2ed-7bc29175154d:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODFmOWVkOGEtNzgwNi00ZTMwLThmNGEtYjM1NjM2ZjQzZGVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDgwODAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MWY5ZWQ4YS03ODA2LTRlMzAtOGY0YS1iMzU2MzZmNDNkZWMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#080800"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}@media (min-width: 1200px){#s-e15ad350-6f44-4c92-a2ed-7bc29175154d {
  display: none;
}
#s-e15ad350-6f44-4c92-a2ed-7bc29175154d, #wrap-s-e15ad350-6f44-4c92-a2ed-7bc29175154d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e15ad350-6f44-4c92-a2ed-7bc29175154d {
  display: none;
}
#s-e15ad350-6f44-4c92-a2ed-7bc29175154d, #wrap-s-e15ad350-6f44-4c92-a2ed-7bc29175154d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e15ad350-6f44-4c92-a2ed-7bc29175154d {
  display: none;
}
#s-e15ad350-6f44-4c92-a2ed-7bc29175154d, #wrap-s-e15ad350-6f44-4c92-a2ed-7bc29175154d { display: none !important; }}@media (max-width: 767px){#s-e15ad350-6f44-4c92-a2ed-7bc29175154d {
  display: none;
}
#s-e15ad350-6f44-4c92-a2ed-7bc29175154d, #wrap-s-e15ad350-6f44-4c92-a2ed-7bc29175154d { display: none !important; }}

  #s-e15ad350-6f44-4c92-a2ed-7bc29175154d-root {
    text-align: center;
  }


#s-e15ad350-6f44-4c92-a2ed-7bc29175154d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e15ad350-6f44-4c92-a2ed-7bc29175154d-root {
    text-align: center;
  }


#s-e15ad350-6f44-4c92-a2ed-7bc29175154d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e15ad350-6f44-4c92-a2ed-7bc29175154d-root {
    text-align: center;
  }


#s-e15ad350-6f44-4c92-a2ed-7bc29175154d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e15ad350-6f44-4c92-a2ed-7bc29175154d-root {
    text-align: center;
  }


#s-e15ad350-6f44-4c92-a2ed-7bc29175154d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e15ad350-6f44-4c92-a2ed-7bc29175154d-root {
    text-align: center;
  }


#s-e15ad350-6f44-4c92-a2ed-7bc29175154d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-2e54ea37-f5f4-4968-99ee-85266f3df24b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 10px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-2e54ea37-f5f4-4968-99ee-85266f3df24b {
  display: none;
}
#s-2e54ea37-f5f4-4968-99ee-85266f3df24b, #wrap-s-2e54ea37-f5f4-4968-99ee-85266f3df24b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e54ea37-f5f4-4968-99ee-85266f3df24b {
  display: none;
}
#s-2e54ea37-f5f4-4968-99ee-85266f3df24b, #wrap-s-2e54ea37-f5f4-4968-99ee-85266f3df24b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e54ea37-f5f4-4968-99ee-85266f3df24b {
  display: none;
}
#s-2e54ea37-f5f4-4968-99ee-85266f3df24b, #wrap-s-2e54ea37-f5f4-4968-99ee-85266f3df24b { display: none !important; }}@media (max-width: 767px){#s-2e54ea37-f5f4-4968-99ee-85266f3df24b {
  display: none;
}
#s-2e54ea37-f5f4-4968-99ee-85266f3df24b, #wrap-s-2e54ea37-f5f4-4968-99ee-85266f3df24b { display: none !important; }}







#s-2e54ea37-f5f4-4968-99ee-85266f3df24b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e54ea37-f5f4-4968-99ee-85266f3df24b.shg-box.shg-c {
  justify-content: center;
}

#s-aa60d3d7-5e04-4d10-9c89-f05496f9417a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-aa60d3d7-5e04-4d10-9c89-f05496f9417a:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-aa60d3d7-5e04-4d10-9c89-f05496f9417a:active {background-color: rgba(0, 0, 0, 0.02) !important;
text-decoration: none !important;}

  #s-aa60d3d7-5e04-4d10-9c89-f05496f9417a-root {
    text-align: center;
  }


#s-aa60d3d7-5e04-4d10-9c89-f05496f9417a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa60d3d7-5e04-4d10-9c89-f05496f9417a-root {
    text-align: center;
  }


#s-aa60d3d7-5e04-4d10-9c89-f05496f9417a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa60d3d7-5e04-4d10-9c89-f05496f9417a-root {
    text-align: center;
  }


#s-aa60d3d7-5e04-4d10-9c89-f05496f9417a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa60d3d7-5e04-4d10-9c89-f05496f9417a-root {
    text-align: center;
  }


#s-aa60d3d7-5e04-4d10-9c89-f05496f9417a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa60d3d7-5e04-4d10-9c89-f05496f9417a-root {
    text-align: center;
  }


#s-aa60d3d7-5e04-4d10-9c89-f05496f9417a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}
#s-6c1a16f3-aa3b-48a2-9135-f2413afe26ba {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-6c1a16f3-aa3b-48a2-9135-f2413afe26ba:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-6c1a16f3-aa3b-48a2-9135-f2413afe26ba:active {background-color: rgba(0, 0, 0, 0.02) !important;
text-decoration: none !important;}

  #s-6c1a16f3-aa3b-48a2-9135-f2413afe26ba-root {
    text-align: center;
  }


#s-6c1a16f3-aa3b-48a2-9135-f2413afe26ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c1a16f3-aa3b-48a2-9135-f2413afe26ba-root {
    text-align: center;
  }


#s-6c1a16f3-aa3b-48a2-9135-f2413afe26ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c1a16f3-aa3b-48a2-9135-f2413afe26ba-root {
    text-align: center;
  }


#s-6c1a16f3-aa3b-48a2-9135-f2413afe26ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c1a16f3-aa3b-48a2-9135-f2413afe26ba-root {
    text-align: center;
  }


#s-6c1a16f3-aa3b-48a2-9135-f2413afe26ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c1a16f3-aa3b-48a2-9135-f2413afe26ba-root {
    text-align: center;
  }


#s-6c1a16f3-aa3b-48a2-9135-f2413afe26ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}
#s-caae20d6-3ad1-44e5-94a2-8f69903213be {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-caae20d6-3ad1-44e5-94a2-8f69903213be:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-caae20d6-3ad1-44e5-94a2-8f69903213be:active {background-color: rgba(0, 0, 0, 0.02) !important;
text-decoration: none !important;}

  #s-caae20d6-3ad1-44e5-94a2-8f69903213be-root {
    text-align: center;
  }


#s-caae20d6-3ad1-44e5-94a2-8f69903213be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-caae20d6-3ad1-44e5-94a2-8f69903213be-root {
    text-align: center;
  }


#s-caae20d6-3ad1-44e5-94a2-8f69903213be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-caae20d6-3ad1-44e5-94a2-8f69903213be-root {
    text-align: center;
  }


#s-caae20d6-3ad1-44e5-94a2-8f69903213be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-caae20d6-3ad1-44e5-94a2-8f69903213be-root {
    text-align: center;
  }


#s-caae20d6-3ad1-44e5-94a2-8f69903213be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-caae20d6-3ad1-44e5-94a2-8f69903213be-root {
    text-align: center;
  }


#s-caae20d6-3ad1-44e5-94a2-8f69903213be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}
#s-0eb5579a-41b7-4683-afc7-d667061190ae {
  min-height: 50px;
}








#s-0eb5579a-41b7-4683-afc7-d667061190ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0eb5579a-41b7-4683-afc7-d667061190ae.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-f502dfcb-e7fe-4951-959f-fc08ce27b1f4 {
  display: none;
}
#s-f502dfcb-e7fe-4951-959f-fc08ce27b1f4, #wrap-s-f502dfcb-e7fe-4951-959f-fc08ce27b1f4 { display: none !important; }}@media (max-width: 767px){#s-f502dfcb-e7fe-4951-959f-fc08ce27b1f4 {
  display: none;
}
#s-f502dfcb-e7fe-4951-959f-fc08ce27b1f4, #wrap-s-f502dfcb-e7fe-4951-959f-fc08ce27b1f4 { display: none !important; }}
#s-6a92b9b4-3fda-4505-8a46-26e7291521bc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6a92b9b4-3fda-4505-8a46-26e7291521bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a92b9b4-3fda-4505-8a46-26e7291521bc.shg-box.shg-c {
  justify-content: center;
}

#s-2102652c-a579-4cc3-80b2-25ba8420d1cc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2102652c-a579-4cc3-80b2-25ba8420d1cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2102652c-a579-4cc3-80b2-25ba8420d1cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2102652c-a579-4cc3-80b2-25ba8420d1cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2102652c-a579-4cc3-80b2-25ba8420d1cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-d430c05e-0f03-4096-b71d-18856a5fab50 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 43px;
border-left-width: 43px;
border-bottom-width: 43px;
border-right-width: 43px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
max-width: 963px;
aspect-ratio: 1000/621;
text-align: center;
}



.shg-image-margin-container-s-d430c05e-0f03-4096-b71d-18856a5fab50 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-d430c05e-0f03-4096-b71d-18856a5fab50 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d430c05e-0f03-4096-b71d-18856a5fab50 .shg-image-content-wrapper {
      aspect-ratio: 1000/621;
      width: 100%;
      height: 100%;
    }

    #s-d430c05e-0f03-4096-b71d-18856a5fab50 .shogun-image-link {
      aspect-ratio: 1000/621;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d430c05e-0f03-4096-b71d-18856a5fab50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d430c05e-0f03-4096-b71d-18856a5fab50 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image {
    
    
  }


.s-d430c05e-0f03-4096-b71d-18856a5fab50 .shogun-image-content {
  
    align-items: center;
  
}

.s-d430c05e-0f03-4096-b71d-18856a5fab50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d430c05e-0f03-4096-b71d-18856a5fab50 {
      --shg-aspect-ratio: calc(1000/621); 
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container {
      position: relative;
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d430c05e-0f03-4096-b71d-18856a5fab50 {
  
  
  
  
}

#s-d430c05e-0f03-4096-b71d-18856a5fab50 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d430c05e-0f03-4096-b71d-18856a5fab50 .shg-image-content-wrapper {
      aspect-ratio: 1000/621;
      width: 100%;
      height: 100%;
    }

    #s-d430c05e-0f03-4096-b71d-18856a5fab50 .shogun-image-link {
      aspect-ratio: 1000/621;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d430c05e-0f03-4096-b71d-18856a5fab50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d430c05e-0f03-4096-b71d-18856a5fab50 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image {
    
    
  }


.s-d430c05e-0f03-4096-b71d-18856a5fab50 .shogun-image-content {
  
    align-items: center;
  
}

.s-d430c05e-0f03-4096-b71d-18856a5fab50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d430c05e-0f03-4096-b71d-18856a5fab50 {
      --shg-aspect-ratio: calc(1000/621); 
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container {
      position: relative;
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d430c05e-0f03-4096-b71d-18856a5fab50 {
  
  
  
  
}

#s-d430c05e-0f03-4096-b71d-18856a5fab50 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d430c05e-0f03-4096-b71d-18856a5fab50 .shg-image-content-wrapper {
      aspect-ratio: 1000/621;
      width: 100%;
      height: 100%;
    }

    #s-d430c05e-0f03-4096-b71d-18856a5fab50 .shogun-image-link {
      aspect-ratio: 1000/621;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d430c05e-0f03-4096-b71d-18856a5fab50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d430c05e-0f03-4096-b71d-18856a5fab50 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image {
    
    
  }


.s-d430c05e-0f03-4096-b71d-18856a5fab50 .shogun-image-content {
  
    align-items: center;
  
}

.s-d430c05e-0f03-4096-b71d-18856a5fab50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d430c05e-0f03-4096-b71d-18856a5fab50 {
      --shg-aspect-ratio: calc(1000/621); 
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container {
      position: relative;
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d430c05e-0f03-4096-b71d-18856a5fab50 {
  
  
  
  
}

#s-d430c05e-0f03-4096-b71d-18856a5fab50 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d430c05e-0f03-4096-b71d-18856a5fab50 .shg-image-content-wrapper {
      aspect-ratio: 1000/621;
      width: 100%;
      height: 100%;
    }

    #s-d430c05e-0f03-4096-b71d-18856a5fab50 .shogun-image-link {
      aspect-ratio: 1000/621;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d430c05e-0f03-4096-b71d-18856a5fab50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d430c05e-0f03-4096-b71d-18856a5fab50 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image {
    
    
  }


.s-d430c05e-0f03-4096-b71d-18856a5fab50 .shogun-image-content {
  
    align-items: center;
  
}

.s-d430c05e-0f03-4096-b71d-18856a5fab50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d430c05e-0f03-4096-b71d-18856a5fab50 {
      --shg-aspect-ratio: calc(1000/621); 
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container {
      position: relative;
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d430c05e-0f03-4096-b71d-18856a5fab50 {
  
  
  
  
}

#s-d430c05e-0f03-4096-b71d-18856a5fab50 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d430c05e-0f03-4096-b71d-18856a5fab50 .shg-image-content-wrapper {
      aspect-ratio: 1000/621;
      width: 100%;
      height: 100%;
    }

    #s-d430c05e-0f03-4096-b71d-18856a5fab50 .shogun-image-link {
      aspect-ratio: 1000/621;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d430c05e-0f03-4096-b71d-18856a5fab50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d430c05e-0f03-4096-b71d-18856a5fab50 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image {
    
    
  }


.s-d430c05e-0f03-4096-b71d-18856a5fab50 .shogun-image-content {
  
    align-items: center;
  
}

.s-d430c05e-0f03-4096-b71d-18856a5fab50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d430c05e-0f03-4096-b71d-18856a5fab50 {
      --shg-aspect-ratio: calc(1000/621); 
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container {
      position: relative;
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d430c05e-0f03-4096-b71d-18856a5fab50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d9617209-ee60-4eb7-8266-b17fa679b96e {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 43px;
border-left-width: 43px;
border-bottom-width: 43px;
border-right-width: 43px;
border-color: rgba(255, 255, 255, 1);
max-width: 1000px;
aspect-ratio: 1000/621;
text-align: center;
}



.shg-image-margin-container-s-d9617209-ee60-4eb7-8266-b17fa679b96e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d9617209-ee60-4eb7-8266-b17fa679b96e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9617209-ee60-4eb7-8266-b17fa679b96e .shg-image-content-wrapper {
      aspect-ratio: 1000/621;
      width: 100%;
      height: 100%;
    }

    #s-d9617209-ee60-4eb7-8266-b17fa679b96e .shogun-image-link {
      aspect-ratio: 1000/621;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9617209-ee60-4eb7-8266-b17fa679b96e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9617209-ee60-4eb7-8266-b17fa679b96e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image {
    
    
  }


.s-d9617209-ee60-4eb7-8266-b17fa679b96e .shogun-image-content {
  
    align-items: center;
  
}

.s-d9617209-ee60-4eb7-8266-b17fa679b96e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9617209-ee60-4eb7-8266-b17fa679b96e {
      --shg-aspect-ratio: calc(1000/621); 
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container {
      position: relative;
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d9617209-ee60-4eb7-8266-b17fa679b96e {
  
  
  
  
}

#s-d9617209-ee60-4eb7-8266-b17fa679b96e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9617209-ee60-4eb7-8266-b17fa679b96e .shg-image-content-wrapper {
      aspect-ratio: 1000/621;
      width: 100%;
      height: 100%;
    }

    #s-d9617209-ee60-4eb7-8266-b17fa679b96e .shogun-image-link {
      aspect-ratio: 1000/621;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9617209-ee60-4eb7-8266-b17fa679b96e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9617209-ee60-4eb7-8266-b17fa679b96e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image {
    
    
  }


.s-d9617209-ee60-4eb7-8266-b17fa679b96e .shogun-image-content {
  
    align-items: center;
  
}

.s-d9617209-ee60-4eb7-8266-b17fa679b96e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9617209-ee60-4eb7-8266-b17fa679b96e {
      --shg-aspect-ratio: calc(1000/621); 
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container {
      position: relative;
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d9617209-ee60-4eb7-8266-b17fa679b96e {
  
  
  
  
}

#s-d9617209-ee60-4eb7-8266-b17fa679b96e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9617209-ee60-4eb7-8266-b17fa679b96e .shg-image-content-wrapper {
      aspect-ratio: 1000/621;
      width: 100%;
      height: 100%;
    }

    #s-d9617209-ee60-4eb7-8266-b17fa679b96e .shogun-image-link {
      aspect-ratio: 1000/621;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9617209-ee60-4eb7-8266-b17fa679b96e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9617209-ee60-4eb7-8266-b17fa679b96e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image {
    
    
  }


.s-d9617209-ee60-4eb7-8266-b17fa679b96e .shogun-image-content {
  
    align-items: center;
  
}

.s-d9617209-ee60-4eb7-8266-b17fa679b96e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9617209-ee60-4eb7-8266-b17fa679b96e {
      --shg-aspect-ratio: calc(1000/621); 
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container {
      position: relative;
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d9617209-ee60-4eb7-8266-b17fa679b96e {
  
  
  
  
}

#s-d9617209-ee60-4eb7-8266-b17fa679b96e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9617209-ee60-4eb7-8266-b17fa679b96e .shg-image-content-wrapper {
      aspect-ratio: 1000/621;
      width: 100%;
      height: 100%;
    }

    #s-d9617209-ee60-4eb7-8266-b17fa679b96e .shogun-image-link {
      aspect-ratio: 1000/621;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9617209-ee60-4eb7-8266-b17fa679b96e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9617209-ee60-4eb7-8266-b17fa679b96e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image {
    
    
  }


.s-d9617209-ee60-4eb7-8266-b17fa679b96e .shogun-image-content {
  
    align-items: center;
  
}

.s-d9617209-ee60-4eb7-8266-b17fa679b96e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9617209-ee60-4eb7-8266-b17fa679b96e {
      --shg-aspect-ratio: calc(1000/621); 
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container {
      position: relative;
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d9617209-ee60-4eb7-8266-b17fa679b96e {
  
  
  
  
}

#s-d9617209-ee60-4eb7-8266-b17fa679b96e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9617209-ee60-4eb7-8266-b17fa679b96e .shg-image-content-wrapper {
      aspect-ratio: 1000/621;
      width: 100%;
      height: 100%;
    }

    #s-d9617209-ee60-4eb7-8266-b17fa679b96e .shogun-image-link {
      aspect-ratio: 1000/621;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9617209-ee60-4eb7-8266-b17fa679b96e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9617209-ee60-4eb7-8266-b17fa679b96e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image {
    
    
  }


.s-d9617209-ee60-4eb7-8266-b17fa679b96e .shogun-image-content {
  
    align-items: center;
  
}

.s-d9617209-ee60-4eb7-8266-b17fa679b96e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9617209-ee60-4eb7-8266-b17fa679b96e {
      --shg-aspect-ratio: calc(1000/621); 
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container {
      position: relative;
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9617209-ee60-4eb7-8266-b17fa679b96e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 43px;
border-left-width: 43px;
border-bottom-width: 43px;
border-right-width: 43px;
border-color: rgba(255, 255, 255, 1);
max-width: 1000px;
aspect-ratio: 1000/621;
text-align: center;
}



.shg-image-margin-container-s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shg-image-content-wrapper {
      aspect-ratio: 1000/621;
      width: 100%;
      height: 100%;
    }

    #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shogun-image-link {
      aspect-ratio: 1000/621;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image {
    
    
  }


.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 {
      --shg-aspect-ratio: calc(1000/621); 
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container {
      position: relative;
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 {
  
  
  
  
}

#s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shg-image-content-wrapper {
      aspect-ratio: 1000/621;
      width: 100%;
      height: 100%;
    }

    #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shogun-image-link {
      aspect-ratio: 1000/621;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image {
    
    
  }


.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 {
      --shg-aspect-ratio: calc(1000/621); 
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container {
      position: relative;
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 {
  
  
  
  
}

#s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shg-image-content-wrapper {
      aspect-ratio: 1000/621;
      width: 100%;
      height: 100%;
    }

    #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shogun-image-link {
      aspect-ratio: 1000/621;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image {
    
    
  }


.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 {
      --shg-aspect-ratio: calc(1000/621); 
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container {
      position: relative;
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 {
  
  
  
  
}

#s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shg-image-content-wrapper {
      aspect-ratio: 1000/621;
      width: 100%;
      height: 100%;
    }

    #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shogun-image-link {
      aspect-ratio: 1000/621;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image {
    
    
  }


.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 {
      --shg-aspect-ratio: calc(1000/621); 
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container {
      position: relative;
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 {
  
  
  
  
}

#s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shg-image-content-wrapper {
      aspect-ratio: 1000/621;
      width: 100%;
      height: 100%;
    }

    #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shogun-image-link {
      aspect-ratio: 1000/621;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image {
    
    
  }


.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 {
      --shg-aspect-ratio: calc(1000/621); 
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container {
      position: relative;
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfc59f4e-e1e2-4a97-a101-59661ae4cad4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-7438b3cd-ee90-4b4d-8e80-2f29bd87a202 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-7438b3cd-ee90-4b4d-8e80-2f29bd87a202 {
  display: none;
}
#s-7438b3cd-ee90-4b4d-8e80-2f29bd87a202, #wrap-s-7438b3cd-ee90-4b4d-8e80-2f29bd87a202 { display: none !important; }}@media (max-width: 767px){#s-7438b3cd-ee90-4b4d-8e80-2f29bd87a202 {
  display: none;
}
#s-7438b3cd-ee90-4b4d-8e80-2f29bd87a202, #wrap-s-7438b3cd-ee90-4b4d-8e80-2f29bd87a202 { display: none !important; }}
#s-7438b3cd-ee90-4b4d-8e80-2f29bd87a202 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 768px) and (max-width: 991px){#s-a8f2bbcf-4c38-4d83-ab77-917628c9fb4f {
  display: none;
}
#s-a8f2bbcf-4c38-4d83-ab77-917628c9fb4f, #wrap-s-a8f2bbcf-4c38-4d83-ab77-917628c9fb4f { display: none !important; }}@media (max-width: 767px){#s-a8f2bbcf-4c38-4d83-ab77-917628c9fb4f {
  display: none;
}
#s-a8f2bbcf-4c38-4d83-ab77-917628c9fb4f, #wrap-s-a8f2bbcf-4c38-4d83-ab77-917628c9fb4f { display: none !important; }}
@media (min-width: 0px) {
[id="s-a8f2bbcf-4c38-4d83-ab77-917628c9fb4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a8f2bbcf-4c38-4d83-ab77-917628c9fb4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a8f2bbcf-4c38-4d83-ab77-917628c9fb4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a8f2bbcf-4c38-4d83-ab77-917628c9fb4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6e664630-44f3-41eb-8fab-c0a84c54ee58 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
max-width: 400px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(5, 5, 5, 1);
}
#s-6e664630-44f3-41eb-8fab-c0a84c54ee58:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e664630-44f3-41eb-8fab-c0a84c54ee58:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6e664630-44f3-41eb-8fab-c0a84c54ee58-root {
    text-align: center;
  }


#s-6e664630-44f3-41eb-8fab-c0a84c54ee58.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6e664630-44f3-41eb-8fab-c0a84c54ee58-root {
    text-align: center;
  }


#s-6e664630-44f3-41eb-8fab-c0a84c54ee58.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e664630-44f3-41eb-8fab-c0a84c54ee58-root {
    text-align: center;
  }


#s-6e664630-44f3-41eb-8fab-c0a84c54ee58.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6e664630-44f3-41eb-8fab-c0a84c54ee58-root {
    text-align: center;
  }


#s-6e664630-44f3-41eb-8fab-c0a84c54ee58.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6e664630-44f3-41eb-8fab-c0a84c54ee58-root {
    text-align: center;
  }


#s-6e664630-44f3-41eb-8fab-c0a84c54ee58.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-487b6d81-5781-4390-a1b4-bbad6e8cf6fd {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(2, 1, 1, 1);
}
#s-487b6d81-5781-4390-a1b4-bbad6e8cf6fd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-487b6d81-5781-4390-a1b4-bbad6e8cf6fd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-487b6d81-5781-4390-a1b4-bbad6e8cf6fd-root {
    text-align: center;
  }


#s-487b6d81-5781-4390-a1b4-bbad6e8cf6fd.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-487b6d81-5781-4390-a1b4-bbad6e8cf6fd-root {
    text-align: center;
  }


#s-487b6d81-5781-4390-a1b4-bbad6e8cf6fd.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-487b6d81-5781-4390-a1b4-bbad6e8cf6fd-root {
    text-align: center;
  }


#s-487b6d81-5781-4390-a1b4-bbad6e8cf6fd.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-487b6d81-5781-4390-a1b4-bbad6e8cf6fd-root {
    text-align: center;
  }


#s-487b6d81-5781-4390-a1b4-bbad6e8cf6fd.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-487b6d81-5781-4390-a1b4-bbad6e8cf6fd-root {
    text-align: center;
  }


#s-487b6d81-5781-4390-a1b4-bbad6e8cf6fd.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-2f643713-cc5b-4be6-a026-e0319e3ee015 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-2f643713-cc5b-4be6-a026-e0319e3ee015:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f643713-cc5b-4be6-a026-e0319e3ee015:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2f643713-cc5b-4be6-a026-e0319e3ee015-root {
    text-align: center;
  }


#s-2f643713-cc5b-4be6-a026-e0319e3ee015.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2f643713-cc5b-4be6-a026-e0319e3ee015-root {
    text-align: center;
  }


#s-2f643713-cc5b-4be6-a026-e0319e3ee015.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f643713-cc5b-4be6-a026-e0319e3ee015-root {
    text-align: center;
  }


#s-2f643713-cc5b-4be6-a026-e0319e3ee015.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f643713-cc5b-4be6-a026-e0319e3ee015-root {
    text-align: center;
  }


#s-2f643713-cc5b-4be6-a026-e0319e3ee015.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f643713-cc5b-4be6-a026-e0319e3ee015-root {
    text-align: center;
  }


#s-2f643713-cc5b-4be6-a026-e0319e3ee015.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-3ded574f-49c7-4f0d-a725-291db544aa93 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(2, 1, 1, 1);
}
#s-3ded574f-49c7-4f0d-a725-291db544aa93:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ded574f-49c7-4f0d-a725-291db544aa93:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-3ded574f-49c7-4f0d-a725-291db544aa93 {
  display: none;
}
#s-3ded574f-49c7-4f0d-a725-291db544aa93, #wrap-s-3ded574f-49c7-4f0d-a725-291db544aa93 { display: none !important; }}@media (max-width: 767px){#s-3ded574f-49c7-4f0d-a725-291db544aa93 {
  display: none;
}
#s-3ded574f-49c7-4f0d-a725-291db544aa93, #wrap-s-3ded574f-49c7-4f0d-a725-291db544aa93 { display: none !important; }}

  #s-3ded574f-49c7-4f0d-a725-291db544aa93-root {
    text-align: center;
  }


#s-3ded574f-49c7-4f0d-a725-291db544aa93.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ded574f-49c7-4f0d-a725-291db544aa93-root {
    text-align: center;
  }


#s-3ded574f-49c7-4f0d-a725-291db544aa93.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ded574f-49c7-4f0d-a725-291db544aa93-root {
    text-align: center;
  }


#s-3ded574f-49c7-4f0d-a725-291db544aa93.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ded574f-49c7-4f0d-a725-291db544aa93-root {
    text-align: center;
  }


#s-3ded574f-49c7-4f0d-a725-291db544aa93.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ded574f-49c7-4f0d-a725-291db544aa93-root {
    text-align: center;
  }


#s-3ded574f-49c7-4f0d-a725-291db544aa93.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-72a77710-65e9-49f4-9462-712ac295a384 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-72a77710-65e9-49f4-9462-712ac295a384"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-72a77710-65e9-49f4-9462-712ac295a384"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-72a77710-65e9-49f4-9462-712ac295a384"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-72a77710-65e9-49f4-9462-712ac295a384"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b29f9934-bc6b-4255-a83f-9e08c187af9e {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(2, 1, 1, 1);
background-image: none;
hover-type: color;
}
#s-b29f9934-bc6b-4255-a83f-9e08c187af9e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b29f9934-bc6b-4255-a83f-9e08c187af9e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-b29f9934-bc6b-4255-a83f-9e08c187af9e {
  display: none;
}
#s-b29f9934-bc6b-4255-a83f-9e08c187af9e, #wrap-s-b29f9934-bc6b-4255-a83f-9e08c187af9e { display: none !important; }}@media (max-width: 767px){#s-b29f9934-bc6b-4255-a83f-9e08c187af9e {
  display: none;
}
#s-b29f9934-bc6b-4255-a83f-9e08c187af9e, #wrap-s-b29f9934-bc6b-4255-a83f-9e08c187af9e { display: none !important; }}

  #s-b29f9934-bc6b-4255-a83f-9e08c187af9e-root {
    text-align: center;
  }


#s-b29f9934-bc6b-4255-a83f-9e08c187af9e.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b29f9934-bc6b-4255-a83f-9e08c187af9e-root {
    text-align: center;
  }


#s-b29f9934-bc6b-4255-a83f-9e08c187af9e.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b29f9934-bc6b-4255-a83f-9e08c187af9e-root {
    text-align: center;
  }


#s-b29f9934-bc6b-4255-a83f-9e08c187af9e.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b29f9934-bc6b-4255-a83f-9e08c187af9e-root {
    text-align: center;
  }


#s-b29f9934-bc6b-4255-a83f-9e08c187af9e.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b29f9934-bc6b-4255-a83f-9e08c187af9e-root {
    text-align: center;
  }


#s-b29f9934-bc6b-4255-a83f-9e08c187af9e.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-7701cb9d-99c6-4593-bf27-33b68dc3f073 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(248, 248, 248, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(2, 2, 2, 1);
}
#s-7701cb9d-99c6-4593-bf27-33b68dc3f073:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7701cb9d-99c6-4593-bf27-33b68dc3f073:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-7701cb9d-99c6-4593-bf27-33b68dc3f073 {
  display: none;
}
#s-7701cb9d-99c6-4593-bf27-33b68dc3f073, #wrap-s-7701cb9d-99c6-4593-bf27-33b68dc3f073 { display: none !important; }}@media (max-width: 767px){#s-7701cb9d-99c6-4593-bf27-33b68dc3f073 {
  display: none;
}
#s-7701cb9d-99c6-4593-bf27-33b68dc3f073, #wrap-s-7701cb9d-99c6-4593-bf27-33b68dc3f073 { display: none !important; }}

  #s-7701cb9d-99c6-4593-bf27-33b68dc3f073-root {
    text-align: center;
  }


#s-7701cb9d-99c6-4593-bf27-33b68dc3f073.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7701cb9d-99c6-4593-bf27-33b68dc3f073-root {
    text-align: center;
  }


#s-7701cb9d-99c6-4593-bf27-33b68dc3f073.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7701cb9d-99c6-4593-bf27-33b68dc3f073-root {
    text-align: center;
  }


#s-7701cb9d-99c6-4593-bf27-33b68dc3f073.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7701cb9d-99c6-4593-bf27-33b68dc3f073-root {
    text-align: center;
  }


#s-7701cb9d-99c6-4593-bf27-33b68dc3f073.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7701cb9d-99c6-4593-bf27-33b68dc3f073-root {
    text-align: center;
  }


#s-7701cb9d-99c6-4593-bf27-33b68dc3f073.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-431f7550-4ed3-4671-a236-569e3b904b94 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(2, 1, 1, 1);
}
#s-431f7550-4ed3-4671-a236-569e3b904b94:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-431f7550-4ed3-4671-a236-569e3b904b94:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-431f7550-4ed3-4671-a236-569e3b904b94 {
  display: none;
}
#s-431f7550-4ed3-4671-a236-569e3b904b94, #wrap-s-431f7550-4ed3-4671-a236-569e3b904b94 { display: none !important; }}@media (max-width: 767px){#s-431f7550-4ed3-4671-a236-569e3b904b94 {
  display: none;
}
#s-431f7550-4ed3-4671-a236-569e3b904b94, #wrap-s-431f7550-4ed3-4671-a236-569e3b904b94 { display: none !important; }}

  #s-431f7550-4ed3-4671-a236-569e3b904b94-root {
    text-align: center;
  }


#s-431f7550-4ed3-4671-a236-569e3b904b94.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-431f7550-4ed3-4671-a236-569e3b904b94-root {
    text-align: center;
  }


#s-431f7550-4ed3-4671-a236-569e3b904b94.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-431f7550-4ed3-4671-a236-569e3b904b94-root {
    text-align: center;
  }


#s-431f7550-4ed3-4671-a236-569e3b904b94.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-431f7550-4ed3-4671-a236-569e3b904b94-root {
    text-align: center;
  }


#s-431f7550-4ed3-4671-a236-569e3b904b94.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-431f7550-4ed3-4671-a236-569e3b904b94-root {
    text-align: center;
  }


#s-431f7550-4ed3-4671-a236-569e3b904b94.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-d9faf185-6a67-4d46-ac33-e5de26e054d5 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(2, 1, 1, 1);
}
#s-d9faf185-6a67-4d46-ac33-e5de26e054d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9faf185-6a67-4d46-ac33-e5de26e054d5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d9faf185-6a67-4d46-ac33-e5de26e054d5 {
  display: none;
}
#s-d9faf185-6a67-4d46-ac33-e5de26e054d5, #wrap-s-d9faf185-6a67-4d46-ac33-e5de26e054d5 { display: none !important; }}@media (max-width: 767px){#s-d9faf185-6a67-4d46-ac33-e5de26e054d5 {
  display: none;
}
#s-d9faf185-6a67-4d46-ac33-e5de26e054d5, #wrap-s-d9faf185-6a67-4d46-ac33-e5de26e054d5 { display: none !important; }}

  #s-d9faf185-6a67-4d46-ac33-e5de26e054d5-root {
    text-align: center;
  }


#s-d9faf185-6a67-4d46-ac33-e5de26e054d5.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9faf185-6a67-4d46-ac33-e5de26e054d5-root {
    text-align: center;
  }


#s-d9faf185-6a67-4d46-ac33-e5de26e054d5.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9faf185-6a67-4d46-ac33-e5de26e054d5-root {
    text-align: center;
  }


#s-d9faf185-6a67-4d46-ac33-e5de26e054d5.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9faf185-6a67-4d46-ac33-e5de26e054d5-root {
    text-align: center;
  }


#s-d9faf185-6a67-4d46-ac33-e5de26e054d5.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9faf185-6a67-4d46-ac33-e5de26e054d5-root {
    text-align: center;
  }


#s-d9faf185-6a67-4d46-ac33-e5de26e054d5.shg-btn {
  color: rgba(2, 1, 1, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-378e02c1-d8e2-4015-b88f-e7a9b75baffe {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-378e02c1-d8e2-4015-b88f-e7a9b75baffe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-378e02c1-d8e2-4015-b88f-e7a9b75baffe.shg-box.shg-c {
  justify-content: center;
}

#s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb {
  display: none;
}
#s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb, #wrap-s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb {
  display: none;
}
#s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb, #wrap-s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb { display: none !important; }}

  #s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb-root {
    text-align: center;
  }


#s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb-root {
    text-align: center;
  }


#s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb-root {
    text-align: center;
  }


#s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb-root {
    text-align: center;
  }


#s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb-root {
    text-align: center;
  }


#s-03356df7-3d3b-420f-a6da-fd7c1ff2e5fb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-5de551e8-0e56-4af3-a186-4cf10c7828ba {
  margin-left: auto;
margin-right: auto;
}

#s-5de551e8-0e56-4af3-a186-4cf10c7828ba hr {
  border-top: 2px solid #ddd;
}

#s-2c8d29fa-4995-473b-b12c-c82ef0b0b4a7 {
  min-height: 100px;
}








#s-2c8d29fa-4995-473b-b12c-c82ef0b0b4a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c8d29fa-4995-473b-b12c-c82ef0b0b4a7.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-755bb6c6-e814-4224-86c5-4f07641f5f9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-755bb6c6-e814-4224-86c5-4f07641f5f9d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-755bb6c6-e814-4224-86c5-4f07641f5f9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-755bb6c6-e814-4224-86c5-4f07641f5f9d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-755bb6c6-e814-4224-86c5-4f07641f5f9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-755bb6c6-e814-4224-86c5-4f07641f5f9d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-755bb6c6-e814-4224-86c5-4f07641f5f9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (max-width: 767px){#s-ad8509d2-361c-4729-bc21-449cd34212e8 {
  
}
}
#s-82cc249c-c525-4dad-8e56-f659d48d2bca {
  padding-top: 2px;
padding-bottom: 15px;
min-height: 50px;
}








#s-82cc249c-c525-4dad-8e56-f659d48d2bca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-82cc249c-c525-4dad-8e56-f659d48d2bca.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3815cc51-0439-48b6-8325-80ea79e04f45 {
  margin-top: 20px;
min-height: 50px;
}








#s-3815cc51-0439-48b6-8325-80ea79e04f45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3815cc51-0439-48b6-8325-80ea79e04f45.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-59b49445-213f-4290-8eea-7730e8887406"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59b49445-213f-4290-8eea-7730e8887406"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59b49445-213f-4290-8eea-7730e8887406"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59b49445-213f-4290-8eea-7730e8887406"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59b49445-213f-4290-8eea-7730e8887406"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59b49445-213f-4290-8eea-7730e8887406"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59b49445-213f-4290-8eea-7730e8887406"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.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;
  
  
  text-transform: none;
  
  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-258160e1-036f-4e38-ac06-4204aaa6f36b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-258160e1-036f-4e38-ac06-4204aaa6f36b .shogun-heading-component h1 {
  color: rgba(20, 42, 67, 1);
  font-weight:  normal ;
  font-family: "Fjalla One";
  font-style:  normal ;
  font-size: 70px;
  
  letter-spacing: 3px;
  
}



#s-68a304b6-7d3c-432b-b39b-25009c4749b7 {
  padding-top: 0px;
}

@media (min-width: 0px) {
[id="s-68a304b6-7d3c-432b-b39b-25009c4749b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68a304b6-7d3c-432b-b39b-25009c4749b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-68a304b6-7d3c-432b-b39b-25009c4749b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-68a304b6-7d3c-432b-b39b-25009c4749b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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-a612b8f6-61b3-4bdf-bbb9-4efe44aa2e49 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}
#s-a612b8f6-61b3-4bdf-bbb9-4efe44aa2e49:hover {opacity: 1 !important;}







#s-a612b8f6-61b3-4bdf-bbb9-4efe44aa2e49 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-f1645ecf-722c-41f4-aa81-f0f49328903e {
  display: none;
}
#s-f1645ecf-722c-41f4-aa81-f0f49328903e, #wrap-s-f1645ecf-722c-41f4-aa81-f0f49328903e { display: none !important; }}
@media (min-width: 1200px){#s-6c47c8f9-bcea-4ef9-8dc4-5ee6e5ab036d {
  display: none;
}
#s-6c47c8f9-bcea-4ef9-8dc4-5ee6e5ab036d, #wrap-s-6c47c8f9-bcea-4ef9-8dc4-5ee6e5ab036d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c47c8f9-bcea-4ef9-8dc4-5ee6e5ab036d {
  display: none;
}
#s-6c47c8f9-bcea-4ef9-8dc4-5ee6e5ab036d, #wrap-s-6c47c8f9-bcea-4ef9-8dc4-5ee6e5ab036d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c47c8f9-bcea-4ef9-8dc4-5ee6e5ab036d {
  display: none;
}
#s-6c47c8f9-bcea-4ef9-8dc4-5ee6e5ab036d, #wrap-s-6c47c8f9-bcea-4ef9-8dc4-5ee6e5ab036d { display: none !important; }}
#s-b4ef6a42-8a22-4f9c-ac2e-739553dbad78 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}








#s-b4ef6a42-8a22-4f9c-ac2e-739553dbad78 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-1c6304df-f7e8-4f7b-ba9b-5a9e85ed397c {
  display: none;
}
#s-1c6304df-f7e8-4f7b-ba9b-5a9e85ed397c, #wrap-s-1c6304df-f7e8-4f7b-ba9b-5a9e85ed397c { display: none !important; }}
@media (min-width: 1200px){#s-fabbf996-d69d-49b2-905d-eab88c9c7032 {
  display: none;
}
#s-fabbf996-d69d-49b2-905d-eab88c9c7032, #wrap-s-fabbf996-d69d-49b2-905d-eab88c9c7032 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fabbf996-d69d-49b2-905d-eab88c9c7032 {
  display: none;
}
#s-fabbf996-d69d-49b2-905d-eab88c9c7032, #wrap-s-fabbf996-d69d-49b2-905d-eab88c9c7032 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fabbf996-d69d-49b2-905d-eab88c9c7032 {
  display: none;
}
#s-fabbf996-d69d-49b2-905d-eab88c9c7032, #wrap-s-fabbf996-d69d-49b2-905d-eab88c9c7032 { display: none !important; }}
/*
  $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;
  }
}
