.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-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (max-width: 767px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}







#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  cursor: pointer;
}#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

@media (min-width: 0px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-5dff77d7-167d-4817-950a-626366b84f21 {
  margin-top: 22px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 8px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-165bb6dc-82da-47fe-aeb8-59f2fceb8c48 {
  margin-top: 12px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

.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-d6769910-3838-4e32-80c8-1707e5fa2517 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-d6769910-3838-4e32-80c8-1707e5fa2517:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6769910-3838-4e32-80c8-1707e5fa2517:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
.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-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-bottom: 0px;
min-height: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin-top: 11px;
margin-bottom: 0px;
}
}


.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  margin-top: 11px;
  margin-bottom: 0px;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




}
#s-3421c329-0fec-4969-87fe-3f28cb6bcd60 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}








#s-3421c329-0fec-4969-87fe-3f28cb6bcd60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3421c329-0fec-4969-87fe-3f28cb6bcd60 {
  cursor: pointer;
}#s-3421c329-0fec-4969-87fe-3f28cb6bcd60.shg-box.shg-c {
  justify-content: center;
}

#s-3fbcaeef-d98f-443b-a861-f63b7d0010d0 {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-3fbcaeef-d98f-443b-a861-f63b7d0010d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fbcaeef-d98f-443b-a861-f63b7d0010d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-3fbcaeef-d98f-443b-a861-f63b7d0010d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3fbcaeef-d98f-443b-a861-f63b7d0010d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-3fbcaeef-d98f-443b-a861-f63b7d0010d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3fbcaeef-d98f-443b-a861-f63b7d0010d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-3fbcaeef-d98f-443b-a861-f63b7d0010d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-3fbcaeef-d98f-443b-a861-f63b7d0010d0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 0px) {
[id="s-907c7670-e889-4e85-8618-273503cff2e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-907c7670-e889-4e85-8618-273503cff2e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-907c7670-e889-4e85-8618-273503cff2e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-907c7670-e889-4e85-8618-273503cff2e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6791528f-79a9-4594-9704-2d8241656a03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6791528f-79a9-4594-9704-2d8241656a03 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6791528f-79a9-4594-9704-2d8241656a03 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6791528f-79a9-4594-9704-2d8241656a03 {
  
}
}@media (max-width: 767px){#s-6791528f-79a9-4594-9704-2d8241656a03 {
  
}
}


.shg-image-margin-container-s-6791528f-79a9-4594-9704-2d8241656a03 {
  
  
  
  
}

#s-6791528f-79a9-4594-9704-2d8241656a03 {
  margin: 0 !important;
}





  img.s-6791528f-79a9-4594-9704-2d8241656a03.shogun-image {
    
    
  }


.s-6791528f-79a9-4594-9704-2d8241656a03 .shogun-image-content {
  
    align-items: center;
  
}

.s-6791528f-79a9-4594-9704-2d8241656a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6791528f-79a9-4594-9704-2d8241656a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6791528f-79a9-4594-9704-2d8241656a03.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6791528f-79a9-4594-9704-2d8241656a03 {
  
  
  
  
}

#s-6791528f-79a9-4594-9704-2d8241656a03 {
  margin: 0 !important;
}





  img.s-6791528f-79a9-4594-9704-2d8241656a03.shogun-image {
    
    
  }


.s-6791528f-79a9-4594-9704-2d8241656a03 .shogun-image-content {
  
    align-items: center;
  
}

.s-6791528f-79a9-4594-9704-2d8241656a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6791528f-79a9-4594-9704-2d8241656a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6791528f-79a9-4594-9704-2d8241656a03.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6791528f-79a9-4594-9704-2d8241656a03 {
  
  
  
  
}

#s-6791528f-79a9-4594-9704-2d8241656a03 {
  margin: 0 !important;
}





  img.s-6791528f-79a9-4594-9704-2d8241656a03.shogun-image {
    
    
  }


.s-6791528f-79a9-4594-9704-2d8241656a03 .shogun-image-content {
  
    align-items: center;
  
}

.s-6791528f-79a9-4594-9704-2d8241656a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6791528f-79a9-4594-9704-2d8241656a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6791528f-79a9-4594-9704-2d8241656a03.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6791528f-79a9-4594-9704-2d8241656a03 {
  
  
  
  
}

#s-6791528f-79a9-4594-9704-2d8241656a03 {
  margin: 0 !important;
}





  img.s-6791528f-79a9-4594-9704-2d8241656a03.shogun-image {
    
    
  }


.s-6791528f-79a9-4594-9704-2d8241656a03 .shogun-image-content {
  
    align-items: center;
  
}

.s-6791528f-79a9-4594-9704-2d8241656a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6791528f-79a9-4594-9704-2d8241656a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6791528f-79a9-4594-9704-2d8241656a03.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6791528f-79a9-4594-9704-2d8241656a03 {
  
  
  
  
}

#s-6791528f-79a9-4594-9704-2d8241656a03 {
  margin: 0 !important;
}





  img.s-6791528f-79a9-4594-9704-2d8241656a03.shogun-image {
    
    
  }


.s-6791528f-79a9-4594-9704-2d8241656a03 .shogun-image-content {
  
    align-items: center;
  
}

.s-6791528f-79a9-4594-9704-2d8241656a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6791528f-79a9-4594-9704-2d8241656a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6791528f-79a9-4594-9704-2d8241656a03.shogun-image {
  box-sizing: border-box;
}




}
#s-ab927f23-41af-4a85-a59d-69a907c3d8b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab927f23-41af-4a85-a59d-69a907c3d8b1 {
  display: none;
}
#s-ab927f23-41af-4a85-a59d-69a907c3d8b1, #wrap-s-ab927f23-41af-4a85-a59d-69a907c3d8b1 { display: none !important; }}@media (max-width: 767px){#s-ab927f23-41af-4a85-a59d-69a907c3d8b1 {
  display: none;
}
#s-ab927f23-41af-4a85-a59d-69a907c3d8b1, #wrap-s-ab927f23-41af-4a85-a59d-69a907c3d8b1 { display: none !important; }}


.shg-image-margin-container-s-ab927f23-41af-4a85-a59d-69a907c3d8b1 {
  
  
  
  
}

#s-ab927f23-41af-4a85-a59d-69a907c3d8b1 {
  margin: 0 !important;
}





  img.s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shogun-image {
    
    
  }


.s-ab927f23-41af-4a85-a59d-69a907c3d8b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ab927f23-41af-4a85-a59d-69a907c3d8b1 {
  
  
  
  
}

#s-ab927f23-41af-4a85-a59d-69a907c3d8b1 {
  margin: 0 !important;
}





  img.s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shogun-image {
    
    
  }


.s-ab927f23-41af-4a85-a59d-69a907c3d8b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ab927f23-41af-4a85-a59d-69a907c3d8b1 {
  
  
  
  
}

#s-ab927f23-41af-4a85-a59d-69a907c3d8b1 {
  margin: 0 !important;
}





  img.s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shogun-image {
    
    
  }


.s-ab927f23-41af-4a85-a59d-69a907c3d8b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ab927f23-41af-4a85-a59d-69a907c3d8b1 {
  
  
  
  
}

#s-ab927f23-41af-4a85-a59d-69a907c3d8b1 {
  margin: 0 !important;
}





  img.s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shogun-image {
    
    
  }


.s-ab927f23-41af-4a85-a59d-69a907c3d8b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ab927f23-41af-4a85-a59d-69a907c3d8b1 {
  
  
  
  
}

#s-ab927f23-41af-4a85-a59d-69a907c3d8b1 {
  margin: 0 !important;
}





  img.s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shogun-image {
    
    
  }


.s-ab927f23-41af-4a85-a59d-69a907c3d8b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab927f23-41af-4a85-a59d-69a907c3d8b1.shogun-image {
  box-sizing: border-box;
}




}
#s-f8b66a21-dd22-42e8-8059-2dca7a44f01b {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-f8b66a21-dd22-42e8-8059-2dca7a44f01b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8b66a21-dd22-42e8-8059-2dca7a44f01b.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  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-d916d043-695d-4139-b75b-c359c236a0e1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d916d043-695d-4139-b75b-c359c236a0e1 .shogun-heading-component h1 {
  color: rgba(184, 12, 12, 1);
  font-weight:  800 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4e46d016-382e-4995-9962-72cfc84a0bf4 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-362970e9-0042-4860-a43d-49135ebb7f87 {
  padding-top: 5px;
padding-left: 24px;
padding-bottom: 5px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(174, 3, 3, 1);
text-align: center;
text-decoration: none;
}
#s-362970e9-0042-4860-a43d-49135ebb7f87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-362970e9-0042-4860-a43d-49135ebb7f87:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-362970e9-0042-4860-a43d-49135ebb7f87 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
}

  #s-362970e9-0042-4860-a43d-49135ebb7f87-root {
    text-align: center;
  }


#s-362970e9-0042-4860-a43d-49135ebb7f87.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-362970e9-0042-4860-a43d-49135ebb7f87-root {
    text-align: center;
  }


#s-362970e9-0042-4860-a43d-49135ebb7f87.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-362970e9-0042-4860-a43d-49135ebb7f87-root {
    text-align: center;
  }


#s-362970e9-0042-4860-a43d-49135ebb7f87.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-362970e9-0042-4860-a43d-49135ebb7f87-root {
    text-align: center;
  }


#s-362970e9-0042-4860-a43d-49135ebb7f87.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-362970e9-0042-4860-a43d-49135ebb7f87-root {
    text-align: center;
  }


#s-362970e9-0042-4860-a43d-49135ebb7f87.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-35af6cf4-8c95-41e5-9663-e2bd03b22a66 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-35af6cf4-8c95-41e5-9663-e2bd03b22a66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35af6cf4-8c95-41e5-9663-e2bd03b22a66"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-35af6cf4-8c95-41e5-9663-e2bd03b22a66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-35af6cf4-8c95-41e5-9663-e2bd03b22a66"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-35af6cf4-8c95-41e5-9663-e2bd03b22a66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-35af6cf4-8c95-41e5-9663-e2bd03b22a66"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-35af6cf4-8c95-41e5-9663-e2bd03b22a66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-40b2bc9d-6e9d-4674-aab3-dd09eea538d7 {
  min-height: 20px;
}








#s-40b2bc9d-6e9d-4674-aab3-dd09eea538d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40b2bc9d-6e9d-4674-aab3-dd09eea538d7 {
  cursor: pointer;
}#s-40b2bc9d-6e9d-4674-aab3-dd09eea538d7.shg-box.shg-c {
  justify-content: center;
}

#s-178a5f23-88a8-4551-b9fd-dd6196bf9542 {
  margin-top: 0px;
margin-left: 9%;
margin-bottom: 0px;
margin-right: 9%;
}

#s-6a91a5b4-5b72-4088-b832-116936d31b29 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(184, 12, 12, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6a91a5b4-5b72-4088-b832-116936d31b29:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6a91a5b4-5b72-4088-b832-116936d31b29:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6a91a5b4-5b72-4088-b832-116936d31b29-root {
    text-align: center;
  }


#s-6a91a5b4-5b72-4088-b832-116936d31b29.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a91a5b4-5b72-4088-b832-116936d31b29-root {
    text-align: center;
  }


#s-6a91a5b4-5b72-4088-b832-116936d31b29.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a91a5b4-5b72-4088-b832-116936d31b29-root {
    text-align: center;
  }


#s-6a91a5b4-5b72-4088-b832-116936d31b29.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a91a5b4-5b72-4088-b832-116936d31b29-root {
    text-align: center;
  }


#s-6a91a5b4-5b72-4088-b832-116936d31b29.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a91a5b4-5b72-4088-b832-116936d31b29-root {
    text-align: center;
  }


#s-6a91a5b4-5b72-4088-b832-116936d31b29.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1001px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image {
    
    
  }


.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container {
      position: relative;
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 {
  
  
  
  
}

#s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image {
    
    
  }


.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container {
      position: relative;
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 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-b390f2ce-bff7-4fc0-9083-3807ba518ea3 {
  
  
  
  
}

#s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image {
    
    
  }


.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container {
      position: relative;
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 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-b390f2ce-bff7-4fc0-9083-3807ba518ea3 {
  
  
  
  
}

#s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image {
    
    
  }


.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container {
      position: relative;
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 {
  
  
  
  
}

#s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image {
    
    
  }


.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container {
      position: relative;
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b390f2ce-bff7-4fc0-9083-3807ba518ea3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b42a4756-38b0-47be-9562-9d925c073d6d {
  min-height: 50px;
}
@media (max-width: 767px){#s-b42a4756-38b0-47be-9562-9d925c073d6d {
  margin-top: 15px;
margin-bottom: 0px;
}
}







#s-b42a4756-38b0-47be-9562-9d925c073d6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b42a4756-38b0-47be-9562-9d925c073d6d {
  cursor: pointer;
}#s-b42a4756-38b0-47be-9562-9d925c073d6d.shg-box.shg-c {
  justify-content: center;
}

#s-996b4f1d-3f17-4c5d-9c9d-4f17c1243816 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
background-position: center top;
}
@media (max-width: 767px){#s-996b4f1d-3f17-4c5d-9c9d-4f17c1243816 {
  display: none;
}
#s-996b4f1d-3f17-4c5d-9c9d-4f17c1243816, #wrap-s-996b4f1d-3f17-4c5d-9c9d-4f17c1243816 { display: none !important; }}
#s-996b4f1d-3f17-4c5d-9c9d-4f17c1243816 {
  background-image: url(https://i.shgcdn.com/19807887-6dcb-4399-b882-726b36a55388/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-996b4f1d-3f17-4c5d-9c9d-4f17c1243816 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-996b4f1d-3f17-4c5d-9c9d-4f17c1243816.shg-box.shg-c {
  justify-content: center;
}

#s-ad96f912-e5d9-4b7d-9bc1-6de9b7a989b7 {
  margin-top: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-ad96f912-e5d9-4b7d-9bc1-6de9b7a989b7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ad96f912-e5d9-4b7d-9bc1-6de9b7a989b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ad96f912-e5d9-4b7d-9bc1-6de9b7a989b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ad96f912-e5d9-4b7d-9bc1-6de9b7a989b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ad96f912-e5d9-4b7d-9bc1-6de9b7a989b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad96f912-e5d9-4b7d-9bc1-6de9b7a989b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ad96f912-e5d9-4b7d-9bc1-6de9b7a989b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-80cb1c2b-e1dd-4239-bc57-6a0ea7e78139 {
  margin-top: 3px;
margin-bottom: 0px;
}

#s-44608cb0-d4da-4b95-933a-0353d52325ff {
  margin-top: 4px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
text-align: center;
}



.shg-image-margin-container-s-44608cb0-d4da-4b95-933a-0353d52325ff {
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 4px;
  margin-bottom: 0px;
}

#s-44608cb0-d4da-4b95-933a-0353d52325ff {
  margin: 0 !important;
}





  img.s-44608cb0-d4da-4b95-933a-0353d52325ff.shogun-image {
    
    
  }


.s-44608cb0-d4da-4b95-933a-0353d52325ff .shogun-image-content {
  
    align-items: center;
  
}

.s-44608cb0-d4da-4b95-933a-0353d52325ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44608cb0-d4da-4b95-933a-0353d52325ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44608cb0-d4da-4b95-933a-0353d52325ff.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-44608cb0-d4da-4b95-933a-0353d52325ff {
  
  
  
  
}

#s-44608cb0-d4da-4b95-933a-0353d52325ff {
  margin: 0 !important;
}





  img.s-44608cb0-d4da-4b95-933a-0353d52325ff.shogun-image {
    
    
  }


.s-44608cb0-d4da-4b95-933a-0353d52325ff .shogun-image-content {
  
    align-items: center;
  
}

.s-44608cb0-d4da-4b95-933a-0353d52325ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44608cb0-d4da-4b95-933a-0353d52325ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44608cb0-d4da-4b95-933a-0353d52325ff.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-44608cb0-d4da-4b95-933a-0353d52325ff {
  
  
  
  
}

#s-44608cb0-d4da-4b95-933a-0353d52325ff {
  margin: 0 !important;
}





  img.s-44608cb0-d4da-4b95-933a-0353d52325ff.shogun-image {
    
    
  }


.s-44608cb0-d4da-4b95-933a-0353d52325ff .shogun-image-content {
  
    align-items: center;
  
}

.s-44608cb0-d4da-4b95-933a-0353d52325ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44608cb0-d4da-4b95-933a-0353d52325ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44608cb0-d4da-4b95-933a-0353d52325ff.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-44608cb0-d4da-4b95-933a-0353d52325ff {
  
  
  
  
}

#s-44608cb0-d4da-4b95-933a-0353d52325ff {
  margin: 0 !important;
}





  img.s-44608cb0-d4da-4b95-933a-0353d52325ff.shogun-image {
    
    
  }


.s-44608cb0-d4da-4b95-933a-0353d52325ff .shogun-image-content {
  
    align-items: center;
  
}

.s-44608cb0-d4da-4b95-933a-0353d52325ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44608cb0-d4da-4b95-933a-0353d52325ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44608cb0-d4da-4b95-933a-0353d52325ff.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-44608cb0-d4da-4b95-933a-0353d52325ff {
  
  
  
  
}

#s-44608cb0-d4da-4b95-933a-0353d52325ff {
  margin: 0 !important;
}





  img.s-44608cb0-d4da-4b95-933a-0353d52325ff.shogun-image {
    
    
  }


.s-44608cb0-d4da-4b95-933a-0353d52325ff .shogun-image-content {
  
    align-items: center;
  
}

.s-44608cb0-d4da-4b95-933a-0353d52325ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44608cb0-d4da-4b95-933a-0353d52325ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44608cb0-d4da-4b95-933a-0353d52325ff.shogun-image {
  box-sizing: border-box;
}




}
#s-a43c2318-ff97-4d6a-a8fb-145bd7ac2a48 {
  margin-top: 3px;
margin-bottom: 0px;
}

#s-77307729-204b-4cf0-9035-88a22f8a90b7 {
  margin-top: 0px;
margin-bottom: 12px;
}

#s-1dec1e65-c7a2-417c-85c5-405f7fb14690 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
background-position: center top;
}
@media (min-width: 1200px){#s-1dec1e65-c7a2-417c-85c5-405f7fb14690 {
  display: none;
}
#s-1dec1e65-c7a2-417c-85c5-405f7fb14690, #wrap-s-1dec1e65-c7a2-417c-85c5-405f7fb14690 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1dec1e65-c7a2-417c-85c5-405f7fb14690 {
  display: none;
}
#s-1dec1e65-c7a2-417c-85c5-405f7fb14690, #wrap-s-1dec1e65-c7a2-417c-85c5-405f7fb14690 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1dec1e65-c7a2-417c-85c5-405f7fb14690 {
  display: none;
}
#s-1dec1e65-c7a2-417c-85c5-405f7fb14690, #wrap-s-1dec1e65-c7a2-417c-85c5-405f7fb14690 { display: none !important; }}
#s-1dec1e65-c7a2-417c-85c5-405f7fb14690 {
  background-image: url(https://i.shgcdn.com/eaa52052-33dc-4245-9780-83d788f97bf3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1dec1e65-c7a2-417c-85c5-405f7fb14690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1dec1e65-c7a2-417c-85c5-405f7fb14690.shg-box.shg-c {
  justify-content: center;
}

#s-6e8215b5-fc8a-4b25-b96f-097b61f4432b {
  margin-top: 12px;
margin-bottom: 0px;
}

#s-6ceba9d7-b8bd-4326-ab3a-47bfda789174 {
  margin-top: -15px;
margin-bottom: 12px;
}

#s-b6d8c161-2a41-46e8-b0db-e65f304720b1 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(254, 247, 240, 1);
}








#s-b6d8c161-2a41-46e8-b0db-e65f304720b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6d8c161-2a41-46e8-b0db-e65f304720b1 {
  cursor: pointer;
}#s-b6d8c161-2a41-46e8-b0db-e65f304720b1.shg-box.shg-c {
  justify-content: center;
}

#s-fcd70ce6-8cf2-424f-b378-5d52f9b94420 {
  min-height: 47px;
background-color: rgba(230, 151, 0, 1);
}








#s-fcd70ce6-8cf2-424f-b378-5d52f9b94420 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcd70ce6-8cf2-424f-b378-5d52f9b94420 {
  cursor: pointer;
}#s-fcd70ce6-8cf2-424f-b378-5d52f9b94420.shg-box.shg-c {
  justify-content: center;
}

#s-164ba12e-8815-4345-9c2e-0b0f1907f0bb {
  margin-top: 3px;
}

#s-1d71b5d4-c7af-452b-b9bf-b63053fa33e1 {
  margin-top: 30px;
}
@media (max-width: 767px){#s-1d71b5d4-c7af-452b-b9bf-b63053fa33e1 {
  margin-top: 10px;
}
}
#s-1fbcdc46-c84c-4bed-8789-a5c1d426daa5 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-1fbcdc46-c84c-4bed-8789-a5c1d426daa5 {
  padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1fbcdc46-c84c-4bed-8789-a5c1d426daa5 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1fbcdc46-c84c-4bed-8789-a5c1d426daa5 {
  margin-left: 13%;
margin-right: 13%;
}
}@media (max-width: 767px){#s-1fbcdc46-c84c-4bed-8789-a5c1d426daa5 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-6d309222-1779-4298-978a-db32f933842c {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-6d309222-1779-4298-978a-db32f933842c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d309222-1779-4298-978a-db32f933842c.shg-box.shg-c {
  justify-content: center;
}

#s-1d442d2e-7abb-4692-ad6e-4aa32cc61b97 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1d442d2e-7abb-4692-ad6e-4aa32cc61b97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1d442d2e-7abb-4692-ad6e-4aa32cc61b97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d442d2e-7abb-4692-ad6e-4aa32cc61b97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d442d2e-7abb-4692-ad6e-4aa32cc61b97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-776316c8-1072-4282-be24-ef6c0b073b42 {
  min-height: 50px;
}








#s-776316c8-1072-4282-be24-ef6c0b073b42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-776316c8-1072-4282-be24-ef6c0b073b42 {
  cursor: pointer;
}#s-776316c8-1072-4282-be24-ef6c0b073b42.shg-box.shg-c {
  justify-content: center;
}

#s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1 {
  text-align: center;
}



.shg-image-margin-container-s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1 {
  
  
  
  
}

#s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1 {
  margin: 0 !important;
}





  img.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shogun-image {
    
    
  }


.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1 {
  
  
  
  
}

#s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1 {
  margin: 0 !important;
}





  img.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shogun-image {
    
    
  }


.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1 {
  
  
  
  
}

#s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1 {
  margin: 0 !important;
}





  img.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shogun-image {
    
    
  }


.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1 {
  
  
  
  
}

#s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1 {
  margin: 0 !important;
}





  img.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shogun-image {
    
    
  }


.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1 {
  
  
  
  
}

#s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1 {
  margin: 0 !important;
}





  img.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shogun-image {
    
    
  }


.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-109c92a7-0dc2-4d3d-8a3b-fe7009a5e4d1.shogun-image {
  box-sizing: border-box;
}




}
#s-689913ad-6607-4d13-85f1-81b613b29e6b {
  margin-top: 10px;
}

#s-bbe3e5cd-4288-4cb7-8c30-269b838bcbeb {
  min-height: 50px;
}








#s-bbe3e5cd-4288-4cb7-8c30-269b838bcbeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bbe3e5cd-4288-4cb7-8c30-269b838bcbeb {
  cursor: pointer;
}#s-bbe3e5cd-4288-4cb7-8c30-269b838bcbeb.shg-box.shg-c {
  justify-content: center;
}

#s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6 {
  text-align: center;
}



.shg-image-margin-container-s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6 {
  
  
  
  
}

#s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6 {
  margin: 0 !important;
}





  img.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shogun-image {
    
    
  }


.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6 {
  
  
  
  
}

#s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6 {
  margin: 0 !important;
}





  img.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shogun-image {
    
    
  }


.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6 {
  
  
  
  
}

#s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6 {
  margin: 0 !important;
}





  img.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shogun-image {
    
    
  }


.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6 {
  
  
  
  
}

#s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6 {
  margin: 0 !important;
}





  img.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shogun-image {
    
    
  }


.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6 {
  
  
  
  
}

#s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6 {
  margin: 0 !important;
}





  img.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shogun-image {
    
    
  }


.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-194f1e25-2495-4de3-a5a2-5aeb04ecc2e6.shogun-image {
  box-sizing: border-box;
}




}
#s-bc671e6c-82df-4ab5-a87a-a5d595c422f7 {
  margin-top: 10px;
}

#s-4fef9c5a-c5d7-4be7-9172-b057c2d30691 {
  min-height: 50px;
}








#s-4fef9c5a-c5d7-4be7-9172-b057c2d30691 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fef9c5a-c5d7-4be7-9172-b057c2d30691 {
  cursor: pointer;
}#s-4fef9c5a-c5d7-4be7-9172-b057c2d30691.shg-box.shg-c {
  justify-content: center;
}

#s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6 {
  text-align: center;
}



.shg-image-margin-container-s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6 {
  
  
  
  
}

#s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6 {
  margin: 0 !important;
}





  img.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shogun-image {
    
    
  }


.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6 {
  
  
  
  
}

#s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6 {
  margin: 0 !important;
}





  img.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shogun-image {
    
    
  }


.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6 {
  
  
  
  
}

#s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6 {
  margin: 0 !important;
}





  img.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shogun-image {
    
    
  }


.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6 {
  
  
  
  
}

#s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6 {
  margin: 0 !important;
}





  img.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shogun-image {
    
    
  }


.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6 {
  
  
  
  
}

#s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6 {
  margin: 0 !important;
}





  img.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shogun-image {
    
    
  }


.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a536d3b0-75ba-421c-bf2f-bdbe4ffb24b6.shogun-image {
  box-sizing: border-box;
}




}
#s-99b5723a-8e7c-4391-8384-ff2134e18091 {
  margin-top: 10px;
}

#s-9f8cf0af-b803-4530-8845-5e03cc8d1018 {
  min-height: 50px;
}








#s-9f8cf0af-b803-4530-8845-5e03cc8d1018 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f8cf0af-b803-4530-8845-5e03cc8d1018 {
  cursor: pointer;
}#s-9f8cf0af-b803-4530-8845-5e03cc8d1018.shg-box.shg-c {
  justify-content: center;
}

#s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53 {
  text-align: center;
}



.shg-image-margin-container-s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53 {
  
  
  
  
}

#s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53 {
  margin: 0 !important;
}





  img.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shogun-image {
    
    
  }


.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53 .shogun-image-content {
  
    align-items: center;
  
}

.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53 {
  
  
  
  
}

#s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53 {
  margin: 0 !important;
}





  img.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shogun-image {
    
    
  }


.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53 .shogun-image-content {
  
    align-items: center;
  
}

.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53 {
  
  
  
  
}

#s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53 {
  margin: 0 !important;
}





  img.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shogun-image {
    
    
  }


.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53 .shogun-image-content {
  
    align-items: center;
  
}

.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53 {
  
  
  
  
}

#s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53 {
  margin: 0 !important;
}





  img.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shogun-image {
    
    
  }


.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53 .shogun-image-content {
  
    align-items: center;
  
}

.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53 {
  
  
  
  
}

#s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53 {
  margin: 0 !important;
}





  img.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shogun-image {
    
    
  }


.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53 .shogun-image-content {
  
    align-items: center;
  
}

.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10dd82ff-aa7a-4434-bbd8-c287b5f1af53.shogun-image {
  box-sizing: border-box;
}




}
#s-e19fdc0e-e23c-4372-8199-5c9b930efdef {
  margin-top: 10px;
}

#s-5a19fc3b-295e-49b2-949f-815cac029010 {
  margin-bottom: 0px;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(230, 151, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-5a19fc3b-295e-49b2-949f-815cac029010:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a19fc3b-295e-49b2-949f-815cac029010:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5a19fc3b-295e-49b2-949f-815cac029010 {
  padding-bottom: 8px;
}
}

  #s-5a19fc3b-295e-49b2-949f-815cac029010-root {
    text-align: center;
  }


#s-5a19fc3b-295e-49b2-949f-815cac029010.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a19fc3b-295e-49b2-949f-815cac029010-root {
    text-align: center;
  }


#s-5a19fc3b-295e-49b2-949f-815cac029010.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a19fc3b-295e-49b2-949f-815cac029010-root {
    text-align: center;
  }


#s-5a19fc3b-295e-49b2-949f-815cac029010.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a19fc3b-295e-49b2-949f-815cac029010-root {
    text-align: center;
  }


#s-5a19fc3b-295e-49b2-949f-815cac029010.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a19fc3b-295e-49b2-949f-815cac029010-root {
    text-align: center;
  }


#s-5a19fc3b-295e-49b2-949f-815cac029010.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  
  display:  inline-block ;
}
}
#s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e {
  margin-bottom: 6px;
margin-right: 3%;
max-width: 100px;
text-align: right;
}



.shg-image-margin-container-s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e {
  
  margin-right: 3%;
  
  margin-bottom: 6px;
}

#s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e {
  margin: 0 !important;
}





  img.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shogun-image {
    
    
  }


.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e .shogun-image-content {
  
    align-items: center;
  
}

.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e {
  
  
  
  
}

#s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e {
  margin: 0 !important;
}





  img.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shogun-image {
    
    
  }


.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e .shogun-image-content {
  
    align-items: center;
  
}

.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e {
  
  
  
  
}

#s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e {
  margin: 0 !important;
}





  img.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shogun-image {
    
    
  }


.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e .shogun-image-content {
  
    align-items: center;
  
}

.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e {
  
  
  
  
}

#s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e {
  margin: 0 !important;
}





  img.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shogun-image {
    
    
  }


.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e .shogun-image-content {
  
    align-items: center;
  
}

.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e {
  
  
  
  
}

#s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e {
  margin: 0 !important;
}





  img.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shogun-image {
    
    
  }


.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e .shogun-image-content {
  
    align-items: center;
  
}

.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fdce954-c18f-420a-bd7e-4fdbcb89f74e.shogun-image {
  box-sizing: border-box;
}




}
#s-e8419154-996f-4f89-8c3c-3721e2066661 {
  margin-top: 20px;
margin-bottom: 44px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e8419154-996f-4f89-8c3c-3721e2066661 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8419154-996f-4f89-8c3c-3721e2066661 {
  cursor: pointer;
}#s-e8419154-996f-4f89-8c3c-3721e2066661.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3d934048-47e4-4788-a7f5-b97b1ff06888"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d934048-47e4-4788-a7f5-b97b1ff06888"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d934048-47e4-4788-a7f5-b97b1ff06888"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d934048-47e4-4788-a7f5-b97b1ff06888"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d934048-47e4-4788-a7f5-b97b1ff06888"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d934048-47e4-4788-a7f5-b97b1ff06888"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d934048-47e4-4788-a7f5-b97b1ff06888"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-7badb42a-f46d-4fd6-9c44-9ca47b9fa2da {
  min-height: 50px;
}








#s-7badb42a-f46d-4fd6-9c44-9ca47b9fa2da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7badb42a-f46d-4fd6-9c44-9ca47b9fa2da.shg-box.shg-c {
  justify-content: center;
}

#s-a6caa916-efc1-437d-bb7a-c3865bc5d95c {
  margin-top: 0px;
margin-left: 23%;
margin-bottom: 0px;
margin-right: 23%;
text-align: center;
}



.shg-image-margin-container-s-a6caa916-efc1-437d-bb7a-c3865bc5d95c {
  margin-left: 23%;
  margin-right: 23%;
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-a6caa916-efc1-437d-bb7a-c3865bc5d95c {
  margin: 0 !important;
}





  img.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shogun-image {
    
    
  }


.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c .shogun-image-content {
  
    align-items: center;
  
}

.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a6caa916-efc1-437d-bb7a-c3865bc5d95c {
  
  
  
  
}

#s-a6caa916-efc1-437d-bb7a-c3865bc5d95c {
  margin: 0 !important;
}





  img.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shogun-image {
    
    
  }


.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c .shogun-image-content {
  
    align-items: center;
  
}

.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a6caa916-efc1-437d-bb7a-c3865bc5d95c {
  
  
  
  
}

#s-a6caa916-efc1-437d-bb7a-c3865bc5d95c {
  margin: 0 !important;
}





  img.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shogun-image {
    
    
  }


.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c .shogun-image-content {
  
    align-items: center;
  
}

.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a6caa916-efc1-437d-bb7a-c3865bc5d95c {
  
  
  
  
}

#s-a6caa916-efc1-437d-bb7a-c3865bc5d95c {
  margin: 0 !important;
}





  img.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shogun-image {
    
    
  }


.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c .shogun-image-content {
  
    align-items: center;
  
}

.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a6caa916-efc1-437d-bb7a-c3865bc5d95c {
  
  
  
  
}

#s-a6caa916-efc1-437d-bb7a-c3865bc5d95c {
  margin: 0 !important;
}





  img.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shogun-image {
    
    
  }


.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c .shogun-image-content {
  
    align-items: center;
  
}

.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6caa916-efc1-437d-bb7a-c3865bc5d95c.shogun-image {
  box-sizing: border-box;
}




}
#s-040a3ef2-2d28-4cc4-b101-48b4a0767cd9 {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-040a3ef2-2d28-4cc4-b101-48b4a0767cd9 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-040a3ef2-2d28-4cc4-b101-48b4a0767cd9 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-75fe6b64-30c6-47d5-a1da-8658ce1e6535 {
  margin-left: 12%;
margin-bottom: 10px;
margin-right: 12%;
}

#s-0a75a55f-04f5-4fa9-b685-e0a9236e4400 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTJlZWU4MjEtNmU1MC00OGYzLWFhZTctYmNlYTFjYjNmYjNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWQxYjliO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMmVlZTgyMS02ZTUwLTQ4ZjMtYWFlNy1iY2VhMWNiM2ZiM2QpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#9d1b9b"}];
hover-type: gradient;
}
#s-0a75a55f-04f5-4fa9-b685-e0a9236e4400:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0a75a55f-04f5-4fa9-b685-e0a9236e4400:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0a75a55f-04f5-4fa9-b685-e0a9236e4400-root {
    text-align: center;
  }


#s-0a75a55f-04f5-4fa9-b685-e0a9236e4400.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0a75a55f-04f5-4fa9-b685-e0a9236e4400-root {
    text-align: center;
  }


#s-0a75a55f-04f5-4fa9-b685-e0a9236e4400.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a75a55f-04f5-4fa9-b685-e0a9236e4400-root {
    text-align: center;
  }


#s-0a75a55f-04f5-4fa9-b685-e0a9236e4400.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a75a55f-04f5-4fa9-b685-e0a9236e4400-root {
    text-align: center;
  }


#s-0a75a55f-04f5-4fa9-b685-e0a9236e4400.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0a75a55f-04f5-4fa9-b685-e0a9236e4400-root {
    text-align: center;
  }


#s-0a75a55f-04f5-4fa9-b685-e0a9236e4400.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8 {
  margin-top: 50px;
margin-bottom: 50px;
}
}


.shg-image-margin-container-s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8 {
  
  
  
  
}

#s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8 {
  margin: 0 !important;
}





  img.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shogun-image {
    
    
  }


.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8 {
  
  
  
  
}

#s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8 {
  margin: 0 !important;
}





  img.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shogun-image {
    
    
  }


.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8 {
  
  
  
  
}

#s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8 {
  margin: 0 !important;
}





  img.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shogun-image {
    
    
  }


.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8 {
  
  
  margin-top: 50px;
  margin-bottom: 50px;
}

#s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8 {
  margin: 0 !important;
}





  img.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shogun-image {
    
    
  }


.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8 {
  
  
  
  
}

#s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8 {
  margin: 0 !important;
}





  img.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shogun-image {
    
    
  }


.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6090a64-54f2-47d0-bbae-3b9d64ed54e8.shogun-image {
  box-sizing: border-box;
}




}
#s-8bd91a61-0ec0-4f18-939c-1f9234c4705c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 40px;
min-height: 47px;
background-position: center top;
}

#s-8bd91a61-0ec0-4f18-939c-1f9234c4705c {
  background-image: url(https://i.shgcdn.com/2e6c20c5-6556-4460-b703-311aec61dbb7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8bd91a61-0ec0-4f18-939c-1f9234c4705c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8bd91a61-0ec0-4f18-939c-1f9234c4705c {
  cursor: pointer;
}#s-8bd91a61-0ec0-4f18-939c-1f9234c4705c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4e52780e-8bdf-42e5-9f96-3c4b153dd438 {
  margin-top: 40px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-4e52780e-8bdf-42e5-9f96-3c4b153dd438 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (max-width: 767px){#s-768f23f8-c490-44f7-8212-5626432e294d {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-c9e4f411-1bc1-4de6-b156-84ae8265f6e8 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-c9e4f411-1bc1-4de6-b156-84ae8265f6e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9e4f411-1bc1-4de6-b156-84ae8265f6e8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e9c58f21-f5b1-413d-9cd4-ecb9776c7c66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9c58f21-f5b1-413d-9cd4-ecb9776c7c66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e9c58f21-f5b1-413d-9cd4-ecb9776c7c66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e9c58f21-f5b1-413d-9cd4-ecb9776c7c66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-b021b8bb-1185-4ee3-9d61-406b8af10fa4 {
  min-height: 50px;
}








#s-b021b8bb-1185-4ee3-9d61-406b8af10fa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b021b8bb-1185-4ee3-9d61-406b8af10fa4 {
  cursor: pointer;
}#s-b021b8bb-1185-4ee3-9d61-406b8af10fa4.shg-box.shg-c {
  justify-content: center;
}

#s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b {
  min-height: 0px;
text-align: center;
}



.shg-image-margin-container-s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b {
  
  
  
  
}

#s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b {
  margin: 0 !important;
}





  img.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shogun-image {
    
    
  }


.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b {
  
  
  
  
}

#s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b {
  margin: 0 !important;
}





  img.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shogun-image {
    
    
  }


.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b {
  
  
  
  
}

#s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b {
  margin: 0 !important;
}





  img.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shogun-image {
    
    
  }


.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b {
  
  
  
  
}

#s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b {
  margin: 0 !important;
}





  img.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shogun-image {
    
    
  }


.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b {
  
  
  
  
}

#s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b {
  margin: 0 !important;
}





  img.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shogun-image {
    
    
  }


.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e702c5f-e7f5-4a7a-8fca-0f7c6d0e416b.shogun-image {
  box-sizing: border-box;
}




}
#s-2905253e-79f9-4434-afef-9f624261b43a {
  min-height: 50px;
}
@media (max-width: 767px){#s-2905253e-79f9-4434-afef-9f624261b43a {
  display: none;
}
#s-2905253e-79f9-4434-afef-9f624261b43a, #wrap-s-2905253e-79f9-4434-afef-9f624261b43a { display: none !important; }}







#s-2905253e-79f9-4434-afef-9f624261b43a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2905253e-79f9-4434-afef-9f624261b43a {
  cursor: pointer;
}#s-2905253e-79f9-4434-afef-9f624261b43a.shg-box.shg-c {
  justify-content: center;
}

#s-ee0e0231-dd7a-4593-aebc-f5d19e923b54 {
  min-height: 0px;
text-align: center;
}



.shg-image-margin-container-s-ee0e0231-dd7a-4593-aebc-f5d19e923b54 {
  
  
  
  
}

#s-ee0e0231-dd7a-4593-aebc-f5d19e923b54 {
  margin: 0 !important;
}





  img.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shogun-image {
    
    
  }


.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ee0e0231-dd7a-4593-aebc-f5d19e923b54 {
  
  
  
  
}

#s-ee0e0231-dd7a-4593-aebc-f5d19e923b54 {
  margin: 0 !important;
}





  img.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shogun-image {
    
    
  }


.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ee0e0231-dd7a-4593-aebc-f5d19e923b54 {
  
  
  
  
}

#s-ee0e0231-dd7a-4593-aebc-f5d19e923b54 {
  margin: 0 !important;
}





  img.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shogun-image {
    
    
  }


.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ee0e0231-dd7a-4593-aebc-f5d19e923b54 {
  
  
  
  
}

#s-ee0e0231-dd7a-4593-aebc-f5d19e923b54 {
  margin: 0 !important;
}





  img.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shogun-image {
    
    
  }


.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ee0e0231-dd7a-4593-aebc-f5d19e923b54 {
  
  
  
  
}

#s-ee0e0231-dd7a-4593-aebc-f5d19e923b54 {
  margin: 0 !important;
}





  img.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shogun-image {
    
    
  }


.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee0e0231-dd7a-4593-aebc-f5d19e923b54.shogun-image {
  box-sizing: border-box;
}




}
#s-b25f3eaa-d246-4a55-b4b0-f6a5fe211daf {
  min-height: 50px;
}
@media (max-width: 767px){#s-b25f3eaa-d246-4a55-b4b0-f6a5fe211daf {
  display: none;
}
#s-b25f3eaa-d246-4a55-b4b0-f6a5fe211daf, #wrap-s-b25f3eaa-d246-4a55-b4b0-f6a5fe211daf { display: none !important; }}







#s-b25f3eaa-d246-4a55-b4b0-f6a5fe211daf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b25f3eaa-d246-4a55-b4b0-f6a5fe211daf {
  cursor: pointer;
}#s-b25f3eaa-d246-4a55-b4b0-f6a5fe211daf.shg-box.shg-c {
  justify-content: center;
}

#s-7e55cafd-8c47-4d71-929f-7869a4486ddc {
  min-height: 0px;
text-align: center;
}



.shg-image-margin-container-s-7e55cafd-8c47-4d71-929f-7869a4486ddc {
  
  
  
  
}

#s-7e55cafd-8c47-4d71-929f-7869a4486ddc {
  margin: 0 !important;
}





  img.s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shogun-image {
    
    
  }


.s-7e55cafd-8c47-4d71-929f-7869a4486ddc .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7e55cafd-8c47-4d71-929f-7869a4486ddc {
  
  
  
  
}

#s-7e55cafd-8c47-4d71-929f-7869a4486ddc {
  margin: 0 !important;
}





  img.s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shogun-image {
    
    
  }


.s-7e55cafd-8c47-4d71-929f-7869a4486ddc .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7e55cafd-8c47-4d71-929f-7869a4486ddc {
  
  
  
  
}

#s-7e55cafd-8c47-4d71-929f-7869a4486ddc {
  margin: 0 !important;
}





  img.s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shogun-image {
    
    
  }


.s-7e55cafd-8c47-4d71-929f-7869a4486ddc .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7e55cafd-8c47-4d71-929f-7869a4486ddc {
  
  
  
  
}

#s-7e55cafd-8c47-4d71-929f-7869a4486ddc {
  margin: 0 !important;
}





  img.s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shogun-image {
    
    
  }


.s-7e55cafd-8c47-4d71-929f-7869a4486ddc .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7e55cafd-8c47-4d71-929f-7869a4486ddc {
  
  
  
  
}

#s-7e55cafd-8c47-4d71-929f-7869a4486ddc {
  margin: 0 !important;
}





  img.s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shogun-image {
    
    
  }


.s-7e55cafd-8c47-4d71-929f-7869a4486ddc .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e55cafd-8c47-4d71-929f-7869a4486ddc.shogun-image {
  box-sizing: border-box;
}




}
#s-1b918c10-0ccf-4d75-9339-02584707cf74 {
  margin-top: 10px;
margin-bottom: 34px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(33, 33, 33, 1);
}
#s-1b918c10-0ccf-4d75-9339-02584707cf74:hover {background-color: rgba(254, 160, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 33, 33, 1) !important;}#s-1b918c10-0ccf-4d75-9339-02584707cf74:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b918c10-0ccf-4d75-9339-02584707cf74-root {
    text-align: center;
  }


#s-1b918c10-0ccf-4d75-9339-02584707cf74.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b918c10-0ccf-4d75-9339-02584707cf74-root {
    text-align: center;
  }


#s-1b918c10-0ccf-4d75-9339-02584707cf74.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b918c10-0ccf-4d75-9339-02584707cf74-root {
    text-align: center;
  }


#s-1b918c10-0ccf-4d75-9339-02584707cf74.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b918c10-0ccf-4d75-9339-02584707cf74-root {
    text-align: center;
  }


#s-1b918c10-0ccf-4d75-9339-02584707cf74.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b918c10-0ccf-4d75-9339-02584707cf74-root {
    text-align: center;
  }


#s-1b918c10-0ccf-4d75-9339-02584707cf74.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-968a7869-5e26-480d-968f-ca08e3c522d6 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-968a7869-5e26-480d-968f-ca08e3c522d6 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-968a7869-5e26-480d-968f-ca08e3c522d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-968a7869-5e26-480d-968f-ca08e3c522d6.shg-box.shg-c {
  justify-content: center;
}

#s-fcb65dd0-c9c8-407f-b204-971baba8067f {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-53965ae0-439b-4576-a8ed-3eb078485869 {
  min-height: 50px;
}








#s-53965ae0-439b-4576-a8ed-3eb078485869 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53965ae0-439b-4576-a8ed-3eb078485869.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d5c10f68-f4bd-41f0-8be7-b06325339d10"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d5c10f68-f4bd-41f0-8be7-b06325339d10"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d5c10f68-f4bd-41f0-8be7-b06325339d10"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d5c10f68-f4bd-41f0-8be7-b06325339d10"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d61aaa72-db51-41fb-8e4b-272c118d1f64 {
  min-height: 50px;
}








#s-d61aaa72-db51-41fb-8e4b-272c118d1f64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d61aaa72-db51-41fb-8e4b-272c118d1f64 {
  cursor: pointer;
}#s-d61aaa72-db51-41fb-8e4b-272c118d1f64.shg-box.shg-c {
  justify-content: center;
}

#s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c {
  text-align: center;
}



.shg-image-margin-container-s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c {
  
  
  
  
}

#s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c {
  margin: 0 !important;
}





  img.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shogun-image {
    
    
  }


.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c .shogun-image-content {
  
    align-items: center;
  
}

.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c {
  
  
  
  
}

#s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c {
  margin: 0 !important;
}





  img.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shogun-image {
    
    
  }


.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c .shogun-image-content {
  
    align-items: center;
  
}

.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c {
  
  
  
  
}

#s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c {
  margin: 0 !important;
}





  img.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shogun-image {
    
    
  }


.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c .shogun-image-content {
  
    align-items: center;
  
}

.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c {
  
  
  
  
}

#s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c {
  margin: 0 !important;
}





  img.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shogun-image {
    
    
  }


.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c .shogun-image-content {
  
    align-items: center;
  
}

.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c {
  
  
  
  
}

#s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c {
  margin: 0 !important;
}





  img.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shogun-image {
    
    
  }


.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c .shogun-image-content {
  
    align-items: center;
  
}

.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2e3923a-018b-4eab-b291-1cb6a6d66b8c.shogun-image {
  box-sizing: border-box;
}




}
#s-61d42618-59d9-4252-9cf1-78f97fa62e11 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-3aa21ea5-37b5-4368-8e94-776ead79332f {
  min-height: 50px;
}








#s-3aa21ea5-37b5-4368-8e94-776ead79332f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3aa21ea5-37b5-4368-8e94-776ead79332f {
  cursor: pointer;
}#s-3aa21ea5-37b5-4368-8e94-776ead79332f.shg-box.shg-c {
  justify-content: center;
}

#s-5dae606a-241e-41ce-818a-f149f923c55c {
  text-align: center;
}



.shg-image-margin-container-s-5dae606a-241e-41ce-818a-f149f923c55c {
  
  
  
  
}

#s-5dae606a-241e-41ce-818a-f149f923c55c {
  margin: 0 !important;
}





  img.s-5dae606a-241e-41ce-818a-f149f923c55c.shogun-image {
    
    
  }


.s-5dae606a-241e-41ce-818a-f149f923c55c .shogun-image-content {
  
    align-items: center;
  
}

.s-5dae606a-241e-41ce-818a-f149f923c55c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dae606a-241e-41ce-818a-f149f923c55c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dae606a-241e-41ce-818a-f149f923c55c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5dae606a-241e-41ce-818a-f149f923c55c {
  
  
  
  
}

#s-5dae606a-241e-41ce-818a-f149f923c55c {
  margin: 0 !important;
}





  img.s-5dae606a-241e-41ce-818a-f149f923c55c.shogun-image {
    
    
  }


.s-5dae606a-241e-41ce-818a-f149f923c55c .shogun-image-content {
  
    align-items: center;
  
}

.s-5dae606a-241e-41ce-818a-f149f923c55c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dae606a-241e-41ce-818a-f149f923c55c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dae606a-241e-41ce-818a-f149f923c55c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5dae606a-241e-41ce-818a-f149f923c55c {
  
  
  
  
}

#s-5dae606a-241e-41ce-818a-f149f923c55c {
  margin: 0 !important;
}





  img.s-5dae606a-241e-41ce-818a-f149f923c55c.shogun-image {
    
    
  }


.s-5dae606a-241e-41ce-818a-f149f923c55c .shogun-image-content {
  
    align-items: center;
  
}

.s-5dae606a-241e-41ce-818a-f149f923c55c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dae606a-241e-41ce-818a-f149f923c55c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dae606a-241e-41ce-818a-f149f923c55c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5dae606a-241e-41ce-818a-f149f923c55c {
  
  
  
  
}

#s-5dae606a-241e-41ce-818a-f149f923c55c {
  margin: 0 !important;
}





  img.s-5dae606a-241e-41ce-818a-f149f923c55c.shogun-image {
    
    
  }


.s-5dae606a-241e-41ce-818a-f149f923c55c .shogun-image-content {
  
    align-items: center;
  
}

.s-5dae606a-241e-41ce-818a-f149f923c55c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dae606a-241e-41ce-818a-f149f923c55c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dae606a-241e-41ce-818a-f149f923c55c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5dae606a-241e-41ce-818a-f149f923c55c {
  
  
  
  
}

#s-5dae606a-241e-41ce-818a-f149f923c55c {
  margin: 0 !important;
}





  img.s-5dae606a-241e-41ce-818a-f149f923c55c.shogun-image {
    
    
  }


.s-5dae606a-241e-41ce-818a-f149f923c55c .shogun-image-content {
  
    align-items: center;
  
}

.s-5dae606a-241e-41ce-818a-f149f923c55c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dae606a-241e-41ce-818a-f149f923c55c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dae606a-241e-41ce-818a-f149f923c55c.shogun-image {
  box-sizing: border-box;
}




}
#s-6ba59c64-5607-484f-966e-0771294c7598 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-04c06425-1ce0-467f-8f1e-51d57f15017a {
  min-height: 50px;
}








#s-04c06425-1ce0-467f-8f1e-51d57f15017a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04c06425-1ce0-467f-8f1e-51d57f15017a {
  cursor: pointer;
}#s-04c06425-1ce0-467f-8f1e-51d57f15017a.shg-box.shg-c {
  justify-content: center;
}

#s-d2f2d428-90ef-4893-bf3b-2a17068fb8da {
  text-align: center;
}



.shg-image-margin-container-s-d2f2d428-90ef-4893-bf3b-2a17068fb8da {
  
  
  
  
}

#s-d2f2d428-90ef-4893-bf3b-2a17068fb8da {
  margin: 0 !important;
}





  img.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shogun-image {
    
    
  }


.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da .shogun-image-content {
  
    align-items: center;
  
}

.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d2f2d428-90ef-4893-bf3b-2a17068fb8da {
  
  
  
  
}

#s-d2f2d428-90ef-4893-bf3b-2a17068fb8da {
  margin: 0 !important;
}





  img.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shogun-image {
    
    
  }


.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da .shogun-image-content {
  
    align-items: center;
  
}

.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d2f2d428-90ef-4893-bf3b-2a17068fb8da {
  
  
  
  
}

#s-d2f2d428-90ef-4893-bf3b-2a17068fb8da {
  margin: 0 !important;
}





  img.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shogun-image {
    
    
  }


.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da .shogun-image-content {
  
    align-items: center;
  
}

.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d2f2d428-90ef-4893-bf3b-2a17068fb8da {
  
  
  
  
}

#s-d2f2d428-90ef-4893-bf3b-2a17068fb8da {
  margin: 0 !important;
}





  img.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shogun-image {
    
    
  }


.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da .shogun-image-content {
  
    align-items: center;
  
}

.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d2f2d428-90ef-4893-bf3b-2a17068fb8da {
  
  
  
  
}

#s-d2f2d428-90ef-4893-bf3b-2a17068fb8da {
  margin: 0 !important;
}





  img.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shogun-image {
    
    
  }


.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da .shogun-image-content {
  
    align-items: center;
  
}

.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f2d428-90ef-4893-bf3b-2a17068fb8da.shogun-image {
  box-sizing: border-box;
}




}
#s-3867d437-4809-4608-9dc4-fc4c5aee128c {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-37a42c7d-e54b-4578-bbff-24fde4cb92d6 {
  min-height: 50px;
}








#s-37a42c7d-e54b-4578-bbff-24fde4cb92d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37a42c7d-e54b-4578-bbff-24fde4cb92d6 {
  cursor: pointer;
}#s-37a42c7d-e54b-4578-bbff-24fde4cb92d6.shg-box.shg-c {
  justify-content: center;
}

#s-a820784f-6d8b-4586-8665-754225a8b2ab {
  text-align: center;
}



.shg-image-margin-container-s-a820784f-6d8b-4586-8665-754225a8b2ab {
  
  
  
  
}

#s-a820784f-6d8b-4586-8665-754225a8b2ab {
  margin: 0 !important;
}





  img.s-a820784f-6d8b-4586-8665-754225a8b2ab.shogun-image {
    
    
  }


.s-a820784f-6d8b-4586-8665-754225a8b2ab .shogun-image-content {
  
    align-items: center;
  
}

.s-a820784f-6d8b-4586-8665-754225a8b2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a820784f-6d8b-4586-8665-754225a8b2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a820784f-6d8b-4586-8665-754225a8b2ab.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a820784f-6d8b-4586-8665-754225a8b2ab {
  
  
  
  
}

#s-a820784f-6d8b-4586-8665-754225a8b2ab {
  margin: 0 !important;
}





  img.s-a820784f-6d8b-4586-8665-754225a8b2ab.shogun-image {
    
    
  }


.s-a820784f-6d8b-4586-8665-754225a8b2ab .shogun-image-content {
  
    align-items: center;
  
}

.s-a820784f-6d8b-4586-8665-754225a8b2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a820784f-6d8b-4586-8665-754225a8b2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a820784f-6d8b-4586-8665-754225a8b2ab.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a820784f-6d8b-4586-8665-754225a8b2ab {
  
  
  
  
}

#s-a820784f-6d8b-4586-8665-754225a8b2ab {
  margin: 0 !important;
}





  img.s-a820784f-6d8b-4586-8665-754225a8b2ab.shogun-image {
    
    
  }


.s-a820784f-6d8b-4586-8665-754225a8b2ab .shogun-image-content {
  
    align-items: center;
  
}

.s-a820784f-6d8b-4586-8665-754225a8b2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a820784f-6d8b-4586-8665-754225a8b2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a820784f-6d8b-4586-8665-754225a8b2ab.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a820784f-6d8b-4586-8665-754225a8b2ab {
  
  
  
  
}

#s-a820784f-6d8b-4586-8665-754225a8b2ab {
  margin: 0 !important;
}





  img.s-a820784f-6d8b-4586-8665-754225a8b2ab.shogun-image {
    
    
  }


.s-a820784f-6d8b-4586-8665-754225a8b2ab .shogun-image-content {
  
    align-items: center;
  
}

.s-a820784f-6d8b-4586-8665-754225a8b2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a820784f-6d8b-4586-8665-754225a8b2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a820784f-6d8b-4586-8665-754225a8b2ab.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a820784f-6d8b-4586-8665-754225a8b2ab {
  
  
  
  
}

#s-a820784f-6d8b-4586-8665-754225a8b2ab {
  margin: 0 !important;
}





  img.s-a820784f-6d8b-4586-8665-754225a8b2ab.shogun-image {
    
    
  }


.s-a820784f-6d8b-4586-8665-754225a8b2ab .shogun-image-content {
  
    align-items: center;
  
}

.s-a820784f-6d8b-4586-8665-754225a8b2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a820784f-6d8b-4586-8665-754225a8b2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a820784f-6d8b-4586-8665-754225a8b2ab.shogun-image {
  box-sizing: border-box;
}




}
#s-0447228b-bc29-4fef-a56f-630356743ce0 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-3f1bdc81-bbb8-4011-8ab4-9e3010f818b2 {
  margin-top: 10px;
margin-bottom: 20px;
min-height: 50px;
}








#s-3f1bdc81-bbb8-4011-8ab4-9e3010f818b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f1bdc81-bbb8-4011-8ab4-9e3010f818b2.shg-box.shg-c {
  justify-content: center;
}

#s-0dca23e8-216c-4125-817f-0cedc39dc7d9 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-0dca23e8-216c-4125-817f-0cedc39dc7d9 {
  margin-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-1d38d7e7-024f-47e6-bc82-8be2885c5940"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-1d38d7e7-024f-47e6-bc82-8be2885c5940"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-1d38d7e7-024f-47e6-bc82-8be2885c5940"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-1d38d7e7-024f-47e6-bc82-8be2885c5940"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-611a442c-8dc8-42f6-ba75-95df88093c6b {
  min-height: 50px;
}








#s-611a442c-8dc8-42f6-ba75-95df88093c6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-611a442c-8dc8-42f6-ba75-95df88093c6b {
  cursor: pointer;
}#s-611a442c-8dc8-42f6-ba75-95df88093c6b.shg-box.shg-c {
  justify-content: center;
}

#s-38466fef-daf4-4022-8efe-8c97320bb050 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 6px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}



.shg-image-margin-container-s-38466fef-daf4-4022-8efe-8c97320bb050 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 6px;
}

#s-38466fef-daf4-4022-8efe-8c97320bb050 {
  margin: 0 !important;
}





  img.s-38466fef-daf4-4022-8efe-8c97320bb050.shogun-image {
    
    
  }


.s-38466fef-daf4-4022-8efe-8c97320bb050 .shogun-image-content {
  
    align-items: center;
  
}

.s-38466fef-daf4-4022-8efe-8c97320bb050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38466fef-daf4-4022-8efe-8c97320bb050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38466fef-daf4-4022-8efe-8c97320bb050.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-38466fef-daf4-4022-8efe-8c97320bb050 {
  
  
  
  
}

#s-38466fef-daf4-4022-8efe-8c97320bb050 {
  margin: 0 !important;
}





  img.s-38466fef-daf4-4022-8efe-8c97320bb050.shogun-image {
    
    
  }


.s-38466fef-daf4-4022-8efe-8c97320bb050 .shogun-image-content {
  
    align-items: center;
  
}

.s-38466fef-daf4-4022-8efe-8c97320bb050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38466fef-daf4-4022-8efe-8c97320bb050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38466fef-daf4-4022-8efe-8c97320bb050.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-38466fef-daf4-4022-8efe-8c97320bb050 {
  
  
  
  
}

#s-38466fef-daf4-4022-8efe-8c97320bb050 {
  margin: 0 !important;
}





  img.s-38466fef-daf4-4022-8efe-8c97320bb050.shogun-image {
    
    
  }


.s-38466fef-daf4-4022-8efe-8c97320bb050 .shogun-image-content {
  
    align-items: center;
  
}

.s-38466fef-daf4-4022-8efe-8c97320bb050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38466fef-daf4-4022-8efe-8c97320bb050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38466fef-daf4-4022-8efe-8c97320bb050.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-38466fef-daf4-4022-8efe-8c97320bb050 {
  
  
  
  
}

#s-38466fef-daf4-4022-8efe-8c97320bb050 {
  margin: 0 !important;
}





  img.s-38466fef-daf4-4022-8efe-8c97320bb050.shogun-image {
    
    
  }


.s-38466fef-daf4-4022-8efe-8c97320bb050 .shogun-image-content {
  
    align-items: center;
  
}

.s-38466fef-daf4-4022-8efe-8c97320bb050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38466fef-daf4-4022-8efe-8c97320bb050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38466fef-daf4-4022-8efe-8c97320bb050.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-38466fef-daf4-4022-8efe-8c97320bb050 {
  
  
  
  
}

#s-38466fef-daf4-4022-8efe-8c97320bb050 {
  margin: 0 !important;
}





  img.s-38466fef-daf4-4022-8efe-8c97320bb050.shogun-image {
    
    
  }


.s-38466fef-daf4-4022-8efe-8c97320bb050 .shogun-image-content {
  
    align-items: center;
  
}

.s-38466fef-daf4-4022-8efe-8c97320bb050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38466fef-daf4-4022-8efe-8c97320bb050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38466fef-daf4-4022-8efe-8c97320bb050.shogun-image {
  box-sizing: border-box;
}




}
#s-9f577e0a-a8ea-4281-aba6-3e745347c750 {
  padding-top: 2px;
}

#s-a5eb6600-00de-4b97-98fb-8fe4777398cf {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a5eb6600-00de-4b97-98fb-8fe4777398cf:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a5eb6600-00de-4b97-98fb-8fe4777398cf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5eb6600-00de-4b97-98fb-8fe4777398cf-root {
    text-align: center;
  }


#s-a5eb6600-00de-4b97-98fb-8fe4777398cf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a5eb6600-00de-4b97-98fb-8fe4777398cf-root {
    text-align: center;
  }


#s-a5eb6600-00de-4b97-98fb-8fe4777398cf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5eb6600-00de-4b97-98fb-8fe4777398cf-root {
    text-align: center;
  }


#s-a5eb6600-00de-4b97-98fb-8fe4777398cf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5eb6600-00de-4b97-98fb-8fe4777398cf-root {
    text-align: center;
  }


#s-a5eb6600-00de-4b97-98fb-8fe4777398cf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a5eb6600-00de-4b97-98fb-8fe4777398cf-root {
    text-align: center;
  }


#s-a5eb6600-00de-4b97-98fb-8fe4777398cf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-9d9eb12d-ab14-463d-8adc-caa760d9c709 {
  min-height: 50px;
}








#s-9d9eb12d-ab14-463d-8adc-caa760d9c709 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d9eb12d-ab14-463d-8adc-caa760d9c709 {
  cursor: pointer;
}#s-9d9eb12d-ab14-463d-8adc-caa760d9c709.shg-box.shg-c {
  justify-content: center;
}

#s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 6px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}



.shg-image-margin-container-s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 6px;
}

#s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7 {
  margin: 0 !important;
}





  img.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shogun-image {
    
    
  }


.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7 {
  
  
  
  
}

#s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7 {
  margin: 0 !important;
}





  img.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shogun-image {
    
    
  }


.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7 {
  
  
  
  
}

#s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7 {
  margin: 0 !important;
}





  img.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shogun-image {
    
    
  }


.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7 {
  
  
  
  
}

#s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7 {
  margin: 0 !important;
}





  img.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shogun-image {
    
    
  }


.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7 {
  
  
  
  
}

#s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7 {
  margin: 0 !important;
}





  img.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shogun-image {
    
    
  }


.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93c3bb85-ae92-4eb7-b15a-36e1cc180cd7.shogun-image {
  box-sizing: border-box;
}




}
#s-8103b6bc-28a6-44ea-a394-bd3e9094b867 {
  padding-top: 2px;
}

#s-57d3a8b5-e5ef-4f32-ab8b-9f7dfbde771b {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-57d3a8b5-e5ef-4f32-ab8b-9f7dfbde771b:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-57d3a8b5-e5ef-4f32-ab8b-9f7dfbde771b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57d3a8b5-e5ef-4f32-ab8b-9f7dfbde771b-root {
    text-align: center;
  }


#s-57d3a8b5-e5ef-4f32-ab8b-9f7dfbde771b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57d3a8b5-e5ef-4f32-ab8b-9f7dfbde771b-root {
    text-align: center;
  }


#s-57d3a8b5-e5ef-4f32-ab8b-9f7dfbde771b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57d3a8b5-e5ef-4f32-ab8b-9f7dfbde771b-root {
    text-align: center;
  }


#s-57d3a8b5-e5ef-4f32-ab8b-9f7dfbde771b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57d3a8b5-e5ef-4f32-ab8b-9f7dfbde771b-root {
    text-align: center;
  }


#s-57d3a8b5-e5ef-4f32-ab8b-9f7dfbde771b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57d3a8b5-e5ef-4f32-ab8b-9f7dfbde771b-root {
    text-align: center;
  }


#s-57d3a8b5-e5ef-4f32-ab8b-9f7dfbde771b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-2556e60b-013e-4803-9b6f-20594c40fc95 {
  min-height: 50px;
}








#s-2556e60b-013e-4803-9b6f-20594c40fc95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2556e60b-013e-4803-9b6f-20594c40fc95 {
  cursor: pointer;
}#s-2556e60b-013e-4803-9b6f-20594c40fc95.shg-box.shg-c {
  justify-content: center;
}

#s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 6px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}



.shg-image-margin-container-s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 6px;
}

#s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e {
  margin: 0 !important;
}





  img.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shogun-image {
    
    
  }


.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e {
  
  
  
  
}

#s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e {
  margin: 0 !important;
}





  img.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shogun-image {
    
    
  }


.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e {
  
  
  
  
}

#s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e {
  margin: 0 !important;
}





  img.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shogun-image {
    
    
  }


.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e {
  
  
  
  
}

#s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e {
  margin: 0 !important;
}





  img.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shogun-image {
    
    
  }


.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e {
  
  
  
  
}

#s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e {
  margin: 0 !important;
}





  img.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shogun-image {
    
    
  }


.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b4a744d-1c2f-477d-9c50-6b10370d7f6e.shogun-image {
  box-sizing: border-box;
}




}
#s-dddeffd5-e2bb-4c24-a9bc-f62df405f8ae {
  padding-top: 2px;
}

#s-b3209f09-8eab-48b2-bee7-dce93ab86f20 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b3209f09-8eab-48b2-bee7-dce93ab86f20:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b3209f09-8eab-48b2-bee7-dce93ab86f20:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3209f09-8eab-48b2-bee7-dce93ab86f20-root {
    text-align: center;
  }


#s-b3209f09-8eab-48b2-bee7-dce93ab86f20.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b3209f09-8eab-48b2-bee7-dce93ab86f20-root {
    text-align: center;
  }


#s-b3209f09-8eab-48b2-bee7-dce93ab86f20.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3209f09-8eab-48b2-bee7-dce93ab86f20-root {
    text-align: center;
  }


#s-b3209f09-8eab-48b2-bee7-dce93ab86f20.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3209f09-8eab-48b2-bee7-dce93ab86f20-root {
    text-align: center;
  }


#s-b3209f09-8eab-48b2-bee7-dce93ab86f20.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b3209f09-8eab-48b2-bee7-dce93ab86f20-root {
    text-align: center;
  }


#s-b3209f09-8eab-48b2-bee7-dce93ab86f20.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-e4bc7563-e1a4-4234-8ae2-528e73d2f8be {
  min-height: 50px;
}








#s-e4bc7563-e1a4-4234-8ae2-528e73d2f8be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4bc7563-e1a4-4234-8ae2-528e73d2f8be {
  cursor: pointer;
}#s-e4bc7563-e1a4-4234-8ae2-528e73d2f8be.shg-box.shg-c {
  justify-content: center;
}

#s-39a52480-f287-4654-b9d6-10ea764d13cc {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 6px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}



.shg-image-margin-container-s-39a52480-f287-4654-b9d6-10ea764d13cc {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 6px;
}

#s-39a52480-f287-4654-b9d6-10ea764d13cc {
  margin: 0 !important;
}





  img.s-39a52480-f287-4654-b9d6-10ea764d13cc.shogun-image {
    
    
  }


.s-39a52480-f287-4654-b9d6-10ea764d13cc .shogun-image-content {
  
    align-items: center;
  
}

.s-39a52480-f287-4654-b9d6-10ea764d13cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39a52480-f287-4654-b9d6-10ea764d13cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39a52480-f287-4654-b9d6-10ea764d13cc.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-39a52480-f287-4654-b9d6-10ea764d13cc {
  
  
  
  
}

#s-39a52480-f287-4654-b9d6-10ea764d13cc {
  margin: 0 !important;
}





  img.s-39a52480-f287-4654-b9d6-10ea764d13cc.shogun-image {
    
    
  }


.s-39a52480-f287-4654-b9d6-10ea764d13cc .shogun-image-content {
  
    align-items: center;
  
}

.s-39a52480-f287-4654-b9d6-10ea764d13cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39a52480-f287-4654-b9d6-10ea764d13cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39a52480-f287-4654-b9d6-10ea764d13cc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-39a52480-f287-4654-b9d6-10ea764d13cc {
  
  
  
  
}

#s-39a52480-f287-4654-b9d6-10ea764d13cc {
  margin: 0 !important;
}





  img.s-39a52480-f287-4654-b9d6-10ea764d13cc.shogun-image {
    
    
  }


.s-39a52480-f287-4654-b9d6-10ea764d13cc .shogun-image-content {
  
    align-items: center;
  
}

.s-39a52480-f287-4654-b9d6-10ea764d13cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39a52480-f287-4654-b9d6-10ea764d13cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39a52480-f287-4654-b9d6-10ea764d13cc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-39a52480-f287-4654-b9d6-10ea764d13cc {
  
  
  
  
}

#s-39a52480-f287-4654-b9d6-10ea764d13cc {
  margin: 0 !important;
}





  img.s-39a52480-f287-4654-b9d6-10ea764d13cc.shogun-image {
    
    
  }


.s-39a52480-f287-4654-b9d6-10ea764d13cc .shogun-image-content {
  
    align-items: center;
  
}

.s-39a52480-f287-4654-b9d6-10ea764d13cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39a52480-f287-4654-b9d6-10ea764d13cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39a52480-f287-4654-b9d6-10ea764d13cc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-39a52480-f287-4654-b9d6-10ea764d13cc {
  
  
  
  
}

#s-39a52480-f287-4654-b9d6-10ea764d13cc {
  margin: 0 !important;
}





  img.s-39a52480-f287-4654-b9d6-10ea764d13cc.shogun-image {
    
    
  }


.s-39a52480-f287-4654-b9d6-10ea764d13cc .shogun-image-content {
  
    align-items: center;
  
}

.s-39a52480-f287-4654-b9d6-10ea764d13cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39a52480-f287-4654-b9d6-10ea764d13cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39a52480-f287-4654-b9d6-10ea764d13cc.shogun-image {
  box-sizing: border-box;
}




}
#s-9070d9cf-725d-468d-928b-c1af38adea92 {
  padding-top: 2px;
}

#s-eeb461fd-ed79-4d52-96df-77602cae3bef {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-eeb461fd-ed79-4d52-96df-77602cae3bef:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eeb461fd-ed79-4d52-96df-77602cae3bef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eeb461fd-ed79-4d52-96df-77602cae3bef-root {
    text-align: center;
  }


#s-eeb461fd-ed79-4d52-96df-77602cae3bef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eeb461fd-ed79-4d52-96df-77602cae3bef-root {
    text-align: center;
  }


#s-eeb461fd-ed79-4d52-96df-77602cae3bef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eeb461fd-ed79-4d52-96df-77602cae3bef-root {
    text-align: center;
  }


#s-eeb461fd-ed79-4d52-96df-77602cae3bef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eeb461fd-ed79-4d52-96df-77602cae3bef-root {
    text-align: center;
  }


#s-eeb461fd-ed79-4d52-96df-77602cae3bef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eeb461fd-ed79-4d52-96df-77602cae3bef-root {
    text-align: center;
  }


#s-eeb461fd-ed79-4d52-96df-77602cae3bef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-61c4c36e-5ea7-49ab-8d08-6bb5f7f9214c {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-61c4c36e-5ea7-49ab-8d08-6bb5f7f9214c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61c4c36e-5ea7-49ab-8d08-6bb5f7f9214c {
  cursor: pointer;
}#s-61c4c36e-5ea7-49ab-8d08-6bb5f7f9214c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5e91d997-58dd-4428-b5c4-92c613d14cda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e91d997-58dd-4428-b5c4-92c613d14cda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5e91d997-58dd-4428-b5c4-92c613d14cda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e91d997-58dd-4428-b5c4-92c613d14cda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0fc45477-bff8-42c4-90e7-0bfd07eb6692 {
  min-height: 20px;
}








#s-0fc45477-bff8-42c4-90e7-0bfd07eb6692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0fc45477-bff8-42c4-90e7-0bfd07eb6692.shg-box.shg-c {
  justify-content: center;
}

#s-5d4bb319-0b64-42b9-bc07-c376816c6205 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}
@media (max-width: 767px){#s-5d4bb319-0b64-42b9-bc07-c376816c6205 {
  margin-left: 8%;
margin-right: 8%;
}
}


.shg-image-margin-container-s-5d4bb319-0b64-42b9-bc07-c376816c6205 {
  margin-left: 20%;
  margin-right: 20%;
  
  
}

#s-5d4bb319-0b64-42b9-bc07-c376816c6205 {
  margin: 0 !important;
}





  img.s-5d4bb319-0b64-42b9-bc07-c376816c6205.shogun-image {
    
    
  }


.s-5d4bb319-0b64-42b9-bc07-c376816c6205 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4bb319-0b64-42b9-bc07-c376816c6205.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4bb319-0b64-42b9-bc07-c376816c6205.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4bb319-0b64-42b9-bc07-c376816c6205.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5d4bb319-0b64-42b9-bc07-c376816c6205 {
  
  
  
  
}

#s-5d4bb319-0b64-42b9-bc07-c376816c6205 {
  margin: 0 !important;
}





  img.s-5d4bb319-0b64-42b9-bc07-c376816c6205.shogun-image {
    
    
  }


.s-5d4bb319-0b64-42b9-bc07-c376816c6205 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4bb319-0b64-42b9-bc07-c376816c6205.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4bb319-0b64-42b9-bc07-c376816c6205.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4bb319-0b64-42b9-bc07-c376816c6205.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5d4bb319-0b64-42b9-bc07-c376816c6205 {
  
  
  
  
}

#s-5d4bb319-0b64-42b9-bc07-c376816c6205 {
  margin: 0 !important;
}





  img.s-5d4bb319-0b64-42b9-bc07-c376816c6205.shogun-image {
    
    
  }


.s-5d4bb319-0b64-42b9-bc07-c376816c6205 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4bb319-0b64-42b9-bc07-c376816c6205.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4bb319-0b64-42b9-bc07-c376816c6205.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4bb319-0b64-42b9-bc07-c376816c6205.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5d4bb319-0b64-42b9-bc07-c376816c6205 {
  
  
  
  
}

#s-5d4bb319-0b64-42b9-bc07-c376816c6205 {
  margin: 0 !important;
}





  img.s-5d4bb319-0b64-42b9-bc07-c376816c6205.shogun-image {
    
    
  }


.s-5d4bb319-0b64-42b9-bc07-c376816c6205 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4bb319-0b64-42b9-bc07-c376816c6205.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4bb319-0b64-42b9-bc07-c376816c6205.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4bb319-0b64-42b9-bc07-c376816c6205.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5d4bb319-0b64-42b9-bc07-c376816c6205 {
  margin-left: 8%;
  margin-right: 8%;
  
  
}

#s-5d4bb319-0b64-42b9-bc07-c376816c6205 {
  margin: 0 !important;
}





  img.s-5d4bb319-0b64-42b9-bc07-c376816c6205.shogun-image {
    
    
  }


.s-5d4bb319-0b64-42b9-bc07-c376816c6205 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4bb319-0b64-42b9-bc07-c376816c6205.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4bb319-0b64-42b9-bc07-c376816c6205.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4bb319-0b64-42b9-bc07-c376816c6205.shogun-image {
  box-sizing: border-box;
}




}
#s-6b746bc0-77e7-4eb8-a176-45d96342895f {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-c1cef2ad-f1dd-4ba1-96a8-38f72de8b415 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c1cef2ad-f1dd-4ba1-96a8-38f72de8b415:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1cef2ad-f1dd-4ba1-96a8-38f72de8b415:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1cef2ad-f1dd-4ba1-96a8-38f72de8b415-root {
    text-align: center;
  }


#s-c1cef2ad-f1dd-4ba1-96a8-38f72de8b415.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1cef2ad-f1dd-4ba1-96a8-38f72de8b415-root {
    text-align: center;
  }


#s-c1cef2ad-f1dd-4ba1-96a8-38f72de8b415.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1cef2ad-f1dd-4ba1-96a8-38f72de8b415-root {
    text-align: center;
  }


#s-c1cef2ad-f1dd-4ba1-96a8-38f72de8b415.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1cef2ad-f1dd-4ba1-96a8-38f72de8b415-root {
    text-align: center;
  }


#s-c1cef2ad-f1dd-4ba1-96a8-38f72de8b415.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1cef2ad-f1dd-4ba1-96a8-38f72de8b415-root {
    text-align: center;
  }


#s-c1cef2ad-f1dd-4ba1-96a8-38f72de8b415.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-103a31a8-dd77-4c84-b9ad-1e65a9039609 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}
@media (max-width: 767px){#s-103a31a8-dd77-4c84-b9ad-1e65a9039609 {
  margin-left: 0%;
margin-right: 0%;
}
}


.shg-image-margin-container-s-103a31a8-dd77-4c84-b9ad-1e65a9039609 {
  margin-left: 5%;
  margin-right: 5%;
  
  
}

#s-103a31a8-dd77-4c84-b9ad-1e65a9039609 {
  margin: 0 !important;
}





  img.s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shogun-image {
    
    
  }


.s-103a31a8-dd77-4c84-b9ad-1e65a9039609 .shogun-image-content {
  
    align-items: center;
  
}

.s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shg-align-container {
  display: flex;
  justify-content: center
}

.s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-103a31a8-dd77-4c84-b9ad-1e65a9039609 {
  
  
  
  
}

#s-103a31a8-dd77-4c84-b9ad-1e65a9039609 {
  margin: 0 !important;
}





  img.s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shogun-image {
    
    
  }


.s-103a31a8-dd77-4c84-b9ad-1e65a9039609 .shogun-image-content {
  
    align-items: center;
  
}

.s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shg-align-container {
  display: flex;
  justify-content: center
}

.s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-103a31a8-dd77-4c84-b9ad-1e65a9039609 {
  
  
  
  
}

#s-103a31a8-dd77-4c84-b9ad-1e65a9039609 {
  margin: 0 !important;
}





  img.s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shogun-image {
    
    
  }


.s-103a31a8-dd77-4c84-b9ad-1e65a9039609 .shogun-image-content {
  
    align-items: center;
  
}

.s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shg-align-container {
  display: flex;
  justify-content: center
}

.s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-103a31a8-dd77-4c84-b9ad-1e65a9039609 {
  
  
  
  
}

#s-103a31a8-dd77-4c84-b9ad-1e65a9039609 {
  margin: 0 !important;
}





  img.s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shogun-image {
    
    
  }


.s-103a31a8-dd77-4c84-b9ad-1e65a9039609 .shogun-image-content {
  
    align-items: center;
  
}

.s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shg-align-container {
  display: flex;
  justify-content: center
}

.s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-103a31a8-dd77-4c84-b9ad-1e65a9039609 {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-103a31a8-dd77-4c84-b9ad-1e65a9039609 {
  margin: 0 !important;
}





  img.s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shogun-image {
    
    
  }


.s-103a31a8-dd77-4c84-b9ad-1e65a9039609 .shogun-image-content {
  
    align-items: center;
  
}

.s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shg-align-container {
  display: flex;
  justify-content: center
}

.s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-103a31a8-dd77-4c84-b9ad-1e65a9039609.shogun-image {
  box-sizing: border-box;
}




}
#s-b5e7da6c-1639-4642-adf7-20ff907ecb65 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b5e7da6c-1639-4642-adf7-20ff907ecb65 {
  
}
}







#s-b5e7da6c-1639-4642-adf7-20ff907ecb65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5e7da6c-1639-4642-adf7-20ff907ecb65 {
  cursor: pointer;
}#s-b5e7da6c-1639-4642-adf7-20ff907ecb65.shg-box.shg-c {
  justify-content: center;
}

#s-0c159be3-693f-447f-8a2d-ac71c11b2d75 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c159be3-693f-447f-8a2d-ac71c11b2d75 {
  display: none;
}
#s-0c159be3-693f-447f-8a2d-ac71c11b2d75, #wrap-s-0c159be3-693f-447f-8a2d-ac71c11b2d75 { display: none !important; }}







#s-0c159be3-693f-447f-8a2d-ac71c11b2d75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c159be3-693f-447f-8a2d-ac71c11b2d75.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f37e63cb-5344-4262-8555-ab77a44a0185"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f37e63cb-5344-4262-8555-ab77a44a0185"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f37e63cb-5344-4262-8555-ab77a44a0185"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f37e63cb-5344-4262-8555-ab77a44a0185"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f37e63cb-5344-4262-8555-ab77a44a0185"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9807c7f4-6ddd-47ae-9120-1849f7d73700 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9807c7f4-6ddd-47ae-9120-1849f7d73700 {
  
}
}@media (max-width: 767px){#s-9807c7f4-6ddd-47ae-9120-1849f7d73700 {
  
}
}


.shg-image-margin-container-s-9807c7f4-6ddd-47ae-9120-1849f7d73700 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-9807c7f4-6ddd-47ae-9120-1849f7d73700 {
  margin: 0 !important;
}





  img.s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shogun-image {
    
    
  }


.s-9807c7f4-6ddd-47ae-9120-1849f7d73700 .shogun-image-content {
  
    align-items: center;
  
}

.s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9807c7f4-6ddd-47ae-9120-1849f7d73700 {
  
  
  
  
}

#s-9807c7f4-6ddd-47ae-9120-1849f7d73700 {
  margin: 0 !important;
}





  img.s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shogun-image {
    
    
  }


.s-9807c7f4-6ddd-47ae-9120-1849f7d73700 .shogun-image-content {
  
    align-items: center;
  
}

.s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9807c7f4-6ddd-47ae-9120-1849f7d73700 {
  
  
  
  
}

#s-9807c7f4-6ddd-47ae-9120-1849f7d73700 {
  margin: 0 !important;
}





  img.s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shogun-image {
    
    
  }


.s-9807c7f4-6ddd-47ae-9120-1849f7d73700 .shogun-image-content {
  
    align-items: center;
  
}

.s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9807c7f4-6ddd-47ae-9120-1849f7d73700 {
  
  
  
  
}

#s-9807c7f4-6ddd-47ae-9120-1849f7d73700 {
  margin: 0 !important;
}





  img.s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shogun-image {
    
    
  }


.s-9807c7f4-6ddd-47ae-9120-1849f7d73700 .shogun-image-content {
  
    align-items: center;
  
}

.s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9807c7f4-6ddd-47ae-9120-1849f7d73700 {
  
  
  
  
}

#s-9807c7f4-6ddd-47ae-9120-1849f7d73700 {
  margin: 0 !important;
}





  img.s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shogun-image {
    
    
  }


.s-9807c7f4-6ddd-47ae-9120-1849f7d73700 .shogun-image-content {
  
    align-items: center;
  
}

.s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9807c7f4-6ddd-47ae-9120-1849f7d73700.shogun-image {
  box-sizing: border-box;
}




}
#s-9624364b-2b4e-4ad2-890e-88db6ba28292 {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 8px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-9624364b-2b4e-4ad2-890e-88db6ba28292 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9624364b-2b4e-4ad2-890e-88db6ba28292 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-9624364b-2b4e-4ad2-890e-88db6ba28292 {
  margin-top: 0px;
}
}
#s-8c48acb2-5592-4cb7-8648-ccb448206ecf {
  margin-top: 12px;
margin-left: 0%;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-73b54994-1bf2-4a01-a1af-602fd5cca37c {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-73b54994-1bf2-4a01-a1af-602fd5cca37c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73b54994-1bf2-4a01-a1af-602fd5cca37c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-73b54994-1bf2-4a01-a1af-602fd5cca37c {
  margin-top: 7px;
margin-bottom: 14px;
}
}

  #s-73b54994-1bf2-4a01-a1af-602fd5cca37c-root {
    text-align: center;
  }


#s-73b54994-1bf2-4a01-a1af-602fd5cca37c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-73b54994-1bf2-4a01-a1af-602fd5cca37c-root {
    text-align: center;
  }


#s-73b54994-1bf2-4a01-a1af-602fd5cca37c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73b54994-1bf2-4a01-a1af-602fd5cca37c-root {
    text-align: center;
  }


#s-73b54994-1bf2-4a01-a1af-602fd5cca37c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73b54994-1bf2-4a01-a1af-602fd5cca37c-root {
    text-align: center;
  }


#s-73b54994-1bf2-4a01-a1af-602fd5cca37c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-73b54994-1bf2-4a01-a1af-602fd5cca37c-root {
    text-align: center;
  }


#s-73b54994-1bf2-4a01-a1af-602fd5cca37c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-2e2bf58c-a138-4221-af0f-f0085f2cf7ff {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2e2bf58c-a138-4221-af0f-f0085f2cf7ff {
  display: none;
}
#s-2e2bf58c-a138-4221-af0f-f0085f2cf7ff, #wrap-s-2e2bf58c-a138-4221-af0f-f0085f2cf7ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e2bf58c-a138-4221-af0f-f0085f2cf7ff {
  display: none;
}
#s-2e2bf58c-a138-4221-af0f-f0085f2cf7ff, #wrap-s-2e2bf58c-a138-4221-af0f-f0085f2cf7ff { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e2bf58c-a138-4221-af0f-f0085f2cf7ff {
  
}
}@media (max-width: 767px){#s-2e2bf58c-a138-4221-af0f-f0085f2cf7ff {
  display: none;
}
#s-2e2bf58c-a138-4221-af0f-f0085f2cf7ff, #wrap-s-2e2bf58c-a138-4221-af0f-f0085f2cf7ff { display: none !important; }}







#s-2e2bf58c-a138-4221-af0f-f0085f2cf7ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e2bf58c-a138-4221-af0f-f0085f2cf7ff.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d14b0169-41dc-4d75-bc3d-fa1c793de305"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d14b0169-41dc-4d75-bc3d-fa1c793de305"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-d14b0169-41dc-4d75-bc3d-fa1c793de305"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-d14b0169-41dc-4d75-bc3d-fa1c793de305"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-d14b0169-41dc-4d75-bc3d-fa1c793de305"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-d14b0169-41dc-4d75-bc3d-fa1c793de305"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-d14b0169-41dc-4d75-bc3d-fa1c793de305"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 9.0px);
}

}

#s-b4e2f8a9-2106-496a-a2e6-3e8f521d9a95 {
  margin-top: 14px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 8px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
}

#s-dfc2e6b8-6832-470e-9d1c-1878193d3b69 {
  margin-top: 4px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-648a19ee-72cf-470b-952f-7790cdcf8401 {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-648a19ee-72cf-470b-952f-7790cdcf8401:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-648a19ee-72cf-470b-952f-7790cdcf8401:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-648a19ee-72cf-470b-952f-7790cdcf8401-root {
    text-align: center;
  }


#s-648a19ee-72cf-470b-952f-7790cdcf8401.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-648a19ee-72cf-470b-952f-7790cdcf8401-root {
    text-align: center;
  }


#s-648a19ee-72cf-470b-952f-7790cdcf8401.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-648a19ee-72cf-470b-952f-7790cdcf8401-root {
    text-align: center;
  }


#s-648a19ee-72cf-470b-952f-7790cdcf8401.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-648a19ee-72cf-470b-952f-7790cdcf8401-root {
    text-align: center;
  }


#s-648a19ee-72cf-470b-952f-7790cdcf8401.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-648a19ee-72cf-470b-952f-7790cdcf8401-root {
    text-align: center;
  }


#s-648a19ee-72cf-470b-952f-7790cdcf8401.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-84edc620-e7b0-4397-9da5-a41337c4b26d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-bottom: 0px;
min-height: 0px;
text-align: center;
}
@media (max-width: 767px){#s-84edc620-e7b0-4397-9da5-a41337c4b26d {
  margin-top: 11px;
margin-bottom: 0px;
}
}


.shg-image-margin-container-s-84edc620-e7b0-4397-9da5-a41337c4b26d {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-84edc620-e7b0-4397-9da5-a41337c4b26d {
  margin: 0 !important;
}





  img.s-84edc620-e7b0-4397-9da5-a41337c4b26d.shogun-image {
    
    
  }


.s-84edc620-e7b0-4397-9da5-a41337c4b26d .shogun-image-content {
  
    align-items: center;
  
}

.s-84edc620-e7b0-4397-9da5-a41337c4b26d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84edc620-e7b0-4397-9da5-a41337c4b26d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84edc620-e7b0-4397-9da5-a41337c4b26d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-84edc620-e7b0-4397-9da5-a41337c4b26d {
  
  
  
  
}

#s-84edc620-e7b0-4397-9da5-a41337c4b26d {
  margin: 0 !important;
}





  img.s-84edc620-e7b0-4397-9da5-a41337c4b26d.shogun-image {
    
    
  }


.s-84edc620-e7b0-4397-9da5-a41337c4b26d .shogun-image-content {
  
    align-items: center;
  
}

.s-84edc620-e7b0-4397-9da5-a41337c4b26d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84edc620-e7b0-4397-9da5-a41337c4b26d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84edc620-e7b0-4397-9da5-a41337c4b26d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84edc620-e7b0-4397-9da5-a41337c4b26d {
  
  
  
  
}

#s-84edc620-e7b0-4397-9da5-a41337c4b26d {
  margin: 0 !important;
}





  img.s-84edc620-e7b0-4397-9da5-a41337c4b26d.shogun-image {
    
    
  }


.s-84edc620-e7b0-4397-9da5-a41337c4b26d .shogun-image-content {
  
    align-items: center;
  
}

.s-84edc620-e7b0-4397-9da5-a41337c4b26d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84edc620-e7b0-4397-9da5-a41337c4b26d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84edc620-e7b0-4397-9da5-a41337c4b26d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84edc620-e7b0-4397-9da5-a41337c4b26d {
  
  
  
  
}

#s-84edc620-e7b0-4397-9da5-a41337c4b26d {
  margin: 0 !important;
}





  img.s-84edc620-e7b0-4397-9da5-a41337c4b26d.shogun-image {
    
    
  }


.s-84edc620-e7b0-4397-9da5-a41337c4b26d .shogun-image-content {
  
    align-items: center;
  
}

.s-84edc620-e7b0-4397-9da5-a41337c4b26d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84edc620-e7b0-4397-9da5-a41337c4b26d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84edc620-e7b0-4397-9da5-a41337c4b26d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84edc620-e7b0-4397-9da5-a41337c4b26d {
  
  
  margin-top: 11px;
  margin-bottom: 0px;
}

#s-84edc620-e7b0-4397-9da5-a41337c4b26d {
  margin: 0 !important;
}





  img.s-84edc620-e7b0-4397-9da5-a41337c4b26d.shogun-image {
    
    
  }


.s-84edc620-e7b0-4397-9da5-a41337c4b26d .shogun-image-content {
  
    align-items: center;
  
}

.s-84edc620-e7b0-4397-9da5-a41337c4b26d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84edc620-e7b0-4397-9da5-a41337c4b26d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84edc620-e7b0-4397-9da5-a41337c4b26d.shogun-image {
  box-sizing: border-box;
}




}
#s-d128768d-7316-4411-85e9-bda424419184 {
  margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d128768d-7316-4411-85e9-bda424419184 {
  margin-top: 23px;
}
}







#s-d128768d-7316-4411-85e9-bda424419184 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d128768d-7316-4411-85e9-bda424419184.shg-box.shg-c {
  justify-content: center;
}

#s-4f905a99-5d97-459f-8d90-4d9ef2aa0b9c {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-5b858119-763b-491f-9a35-90446b660cbc {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-5b858119-763b-491f-9a35-90446b660cbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b858119-763b-491f-9a35-90446b660cbc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-82c19b14-b4ba-4d6f-9dbb-cba1a296ca46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82c19b14-b4ba-4d6f-9dbb-cba1a296ca46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-82c19b14-b4ba-4d6f-9dbb-cba1a296ca46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-82c19b14-b4ba-4d6f-9dbb-cba1a296ca46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-facbd2cd-b38f-4d8d-9456-1e4c48d506b7 {
  min-height: 50px;
}








#s-facbd2cd-b38f-4d8d-9456-1e4c48d506b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-facbd2cd-b38f-4d8d-9456-1e4c48d506b7 {
  cursor: pointer;
}#s-facbd2cd-b38f-4d8d-9456-1e4c48d506b7.shg-box.shg-c {
  justify-content: center;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin-left: 10%;
margin-right: 10%;
}
}


.shg-image-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  
  
  
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    align-items: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  
  
  
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    align-items: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 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-505701ee-1818-4da4-ac84-68ed47cef214 {
  
  
  
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    align-items: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 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-505701ee-1818-4da4-ac84-68ed47cef214 {
  
  
  
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    align-items: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    align-items: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7aac41e1-1cc8-4e4d-90c0-d2ccd255a119 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-427e3e6e-e765-4ac0-ad01-c708a4f4a0ae {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
min-height: 0px;
}
@media (max-width: 767px){#s-427e3e6e-e765-4ac0-ad01-c708a4f4a0ae {
  padding-bottom: 15px;
}
}
#s-d7e1e7c1-72a8-4147-addc-bc1a26c129e7 {
  min-height: 50px;
}








#s-d7e1e7c1-72a8-4147-addc-bc1a26c129e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7e1e7c1-72a8-4147-addc-bc1a26c129e7 {
  cursor: pointer;
}#s-d7e1e7c1-72a8-4147-addc-bc1a26c129e7.shg-box.shg-c {
  justify-content: center;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin-left: 10%;
margin-right: 10%;
}
}


.shg-image-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  
  
  
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    align-items: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  
  
  
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    align-items: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a 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-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  
  
  
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    align-items: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a 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-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  
  
  
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    align-items: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    align-items: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8afb50e6-0d2b-45f4-929b-8e9fa0c6bfea {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-7a6232bd-211f-460c-89e8-4c6cce5255f9 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
@media (max-width: 767px){#s-7a6232bd-211f-460c-89e8-4c6cce5255f9 {
  padding-bottom: 15px;
}
}
#s-ef94953b-68ef-494c-97f3-4aa0bf164a95 {
  min-height: 50px;
}








#s-ef94953b-68ef-494c-97f3-4aa0bf164a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef94953b-68ef-494c-97f3-4aa0bf164a95 {
  cursor: pointer;
}#s-ef94953b-68ef-494c-97f3-4aa0bf164a95.shg-box.shg-c {
  justify-content: center;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin-left: 10%;
margin-right: 10%;
}
}


.shg-image-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  
  
  
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    align-items: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  
  
  
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    align-items: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce 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-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  
  
  
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    align-items: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce 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-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  
  
  
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    align-items: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    align-items: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-933a48b5-60f5-47ec-824c-b80bead5a675 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-1f3d0f5d-6785-4dab-baf8-4f8b7964e36f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}

#s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.0px);
}

}

#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
min-height: 10px;
max-width: 900px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68eda839-0403-44c6-99ee-0b2a63f0aabb:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68eda839-0403-44c6-99ee-0b2a63f0aabb:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-93024e17-c420-40a3-8fb4-336cf5803575:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-93024e17-c420-40a3-8fb4-336cf5803575:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-cd6f0445-1262-41ab-bc91-a4603e0a4786 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
max-width: 2257px;
}








#s-cd6f0445-1262-41ab-bc91-a4603e0a4786 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd6f0445-1262-41ab-bc91-a4603e0a4786.shg-box.shg-c {
  justify-content: center;
}

#s-3f4a8b29-53c1-467c-864b-2fbf10036f1d {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(251, 246, 251, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3f4a8b29-53c1-467c-864b-2fbf10036f1d {
  display: none;
}
#s-3f4a8b29-53c1-467c-864b-2fbf10036f1d, #wrap-s-3f4a8b29-53c1-467c-864b-2fbf10036f1d { display: none !important; }}
@media (min-width: 0px) {
[id="s-3f4a8b29-53c1-467c-864b-2fbf10036f1d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-3f4a8b29-53c1-467c-864b-2fbf10036f1d"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 3.2px);
}

}

@media (min-width: 992px) {
[id="s-3f4a8b29-53c1-467c-864b-2fbf10036f1d"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 3.2px);
}

}

@media (min-width: 1200px) {
[id="s-3f4a8b29-53c1-467c-864b-2fbf10036f1d"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 3.2px);
}

}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 12%;
padding-right: 69%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  padding-left: 10%;
}
}


.shg-image-margin-container-s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  margin: 0 !important;
}





  img.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
    
    
  }


.s-81928fbf-9d1d-4a93-abad-086fea3697ea .shogun-image-content {
  
    align-items: center;
  
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  
  
  
  
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  margin: 0 !important;
}





  img.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
    
    
  }


.s-81928fbf-9d1d-4a93-abad-086fea3697ea .shogun-image-content {
  
    align-items: center;
  
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  
  
  
  
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  margin: 0 !important;
}





  img.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
    
    
  }


.s-81928fbf-9d1d-4a93-abad-086fea3697ea .shogun-image-content {
  
    align-items: center;
  
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  
  
  
  
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  margin: 0 !important;
}





  img.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
    
    
  }


.s-81928fbf-9d1d-4a93-abad-086fea3697ea .shogun-image-content {
  
    align-items: center;
  
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  
  
  
  
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  margin: 0 !important;
}





  img.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
    
    
  }


.s-81928fbf-9d1d-4a93-abad-086fea3697ea .shogun-image-content {
  
    align-items: center;
  
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
  box-sizing: border-box;
}




}
#s-c46fc05f-4e55-4c24-b64b-2c9d04945739 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 12px;
min-height: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c46fc05f-4e55-4c24-b64b-2c9d04945739 {
  margin-left: 10px;
}
}@media (max-width: 767px){#s-c46fc05f-4e55-4c24-b64b-2c9d04945739 {
  margin-left: 20px;
}
}
#s-76e20a51-c27b-4d88-8742-f5943cb73df2 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-76e20a51-c27b-4d88-8742-f5943cb73df2 {
  padding-left: 10px;
padding-right: 1%;
}
}@media (max-width: 767px){#s-76e20a51-c27b-4d88-8742-f5943cb73df2 {
  padding-left: 20px;
}
}
#s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 10%;
padding-right: 75%;
text-align: center;
}



.shg-image-margin-container-s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  margin: 0 !important;
}





  img.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
    
    
  }


.s-81cb9571-4321-45de-b140-7c27d1d02d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  
  
  
  
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  margin: 0 !important;
}





  img.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
    
    
  }


.s-81cb9571-4321-45de-b140-7c27d1d02d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  
  
  
  
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  margin: 0 !important;
}





  img.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
    
    
  }


.s-81cb9571-4321-45de-b140-7c27d1d02d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  
  
  
  
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  margin: 0 !important;
}





  img.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
    
    
  }


.s-81cb9571-4321-45de-b140-7c27d1d02d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  
  
  
  
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  margin: 0 !important;
}





  img.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
    
    
  }


.s-81cb9571-4321-45de-b140-7c27d1d02d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
  box-sizing: border-box;
}




}
#s-88a134ad-3b60-4a9f-87a0-5defd0bc6994 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
min-height: 30px;
}
@media (min-width: 1200px){#s-88a134ad-3b60-4a9f-87a0-5defd0bc6994 {
  padding-left: 20px;
padding-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88a134ad-3b60-4a9f-87a0-5defd0bc6994 {
  padding-left: 20px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-88a134ad-3b60-4a9f-87a0-5defd0bc6994 {
  padding-left: 10px;
padding-right: 0px;
}
}
#s-bec6aaf9-cc6d-4078-be13-017955068d3b {
  margin-left: 0%;
margin-right: 2%;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bec6aaf9-cc6d-4078-be13-017955068d3b {
  padding-right: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bec6aaf9-cc6d-4078-be13-017955068d3b {
  padding-left: 0px;
}
}@media (max-width: 767px){#s-bec6aaf9-cc6d-4078-be13-017955068d3b {
  padding-left: 10px;
}
}
#s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 0%;
padding-right: 79%;
text-align: center;
}
@media (max-width: 767px){#s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  padding-left: 6%;
padding-right: 72%;
}
}


.shg-image-margin-container-s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  margin: 0 !important;
}





  img.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
    
    
  }


.s-51a5322c-3f85-4989-987a-39837dd72bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  
  
  
  
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  margin: 0 !important;
}





  img.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
    
    
  }


.s-51a5322c-3f85-4989-987a-39837dd72bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  
  
  
  
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  margin: 0 !important;
}





  img.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
    
    
  }


.s-51a5322c-3f85-4989-987a-39837dd72bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  
  
  
  
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  margin: 0 !important;
}





  img.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
    
    
  }


.s-51a5322c-3f85-4989-987a-39837dd72bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  
  
  
  
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  margin: 0 !important;
}





  img.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
    
    
  }


.s-51a5322c-3f85-4989-987a-39837dd72bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
  box-sizing: border-box;
}




}
#s-4fdf58c1-9619-4c3c-a2cf-b1d9ac4a3300 {
  margin-top: 8px;
margin-left: 0%;
margin-right: 0px;
min-height: 30px;
}
@media (max-width: 767px){#s-4fdf58c1-9619-4c3c-a2cf-b1d9ac4a3300 {
  padding-left: 5%;
}
}
#s-ade788fa-66d7-424b-bb8e-2a7d7f2ee723 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ade788fa-66d7-424b-bb8e-2a7d7f2ee723 {
  padding-right: 0px;
}
}@media (max-width: 767px){#s-ade788fa-66d7-424b-bb8e-2a7d7f2ee723 {
  padding-left: 6%;
padding-right: 13px;
}
}
#s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 18px;
padding-left: 9%;
padding-right: 72%;
text-align: center;
}



.shg-image-margin-container-s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  margin: 0 !important;
}





  img.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
    
    
  }


.s-cde70cae-d599-4170-81c6-3a16aadbb6c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  
  
  
  
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  margin: 0 !important;
}





  img.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
    
    
  }


.s-cde70cae-d599-4170-81c6-3a16aadbb6c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  
  
  
  
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  margin: 0 !important;
}





  img.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
    
    
  }


.s-cde70cae-d599-4170-81c6-3a16aadbb6c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  
  
  
  
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  margin: 0 !important;
}





  img.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
    
    
  }


.s-cde70cae-d599-4170-81c6-3a16aadbb6c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  
  
  
  
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  margin: 0 !important;
}





  img.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
    
    
  }


.s-cde70cae-d599-4170-81c6-3a16aadbb6c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
  box-sizing: border-box;
}




}
#s-c621fa4b-f70f-4552-bf35-9f12512f457f {
  margin-top: 11px;
margin-left: 20px;
margin-right: 15px;
min-height: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c621fa4b-f70f-4552-bf35-9f12512f457f {
  margin-left: 0px;
margin-right: 9%;
}
}@media (max-width: 767px){#s-c621fa4b-f70f-4552-bf35-9f12512f457f {
  margin-left: 10px;
margin-right: 25px;
}
}
#s-6a7c6e93-bd51-44e2-8302-28dfab103ef5 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 12px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a7c6e93-bd51-44e2-8302-28dfab103ef5 {
  padding-left: 0px;
}
}@media (max-width: 767px){#s-6a7c6e93-bd51-44e2-8302-28dfab103ef5 {
  padding-left: 10px;
}
}
#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 5%;
padding-right: 76%;
text-align: center;
}
@media (max-width: 767px){#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  padding-top: 12px;
}
}


.shg-image-margin-container-s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  margin: 0 !important;
}





  img.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
    
    
  }


.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d .shogun-image-content {
  
    align-items: center;
  
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  
  
  
  
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  margin: 0 !important;
}





  img.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
    
    
  }


.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d .shogun-image-content {
  
    align-items: center;
  
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  
  
  
  
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  margin: 0 !important;
}





  img.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
    
    
  }


.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d .shogun-image-content {
  
    align-items: center;
  
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  
  
  
  
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  margin: 0 !important;
}





  img.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
    
    
  }


.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d .shogun-image-content {
  
    align-items: center;
  
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  
  
  
  
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  margin: 0 !important;
}





  img.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
    
    
  }


.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d .shogun-image-content {
  
    align-items: center;
  
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
  box-sizing: border-box;
}




}
#s-31f9cf64-9b38-4a86-bbd8-a39e504f09db {
  margin-top: 10px;
margin-left: 20px;
margin-right: 15px;
min-height: 30px;
}
@media (min-width: 1200px){#s-31f9cf64-9b38-4a86-bbd8-a39e504f09db {
  margin-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31f9cf64-9b38-4a86-bbd8-a39e504f09db {
  margin-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-31f9cf64-9b38-4a86-bbd8-a39e504f09db {
  margin-left: 0px;
margin-right: 5px;
}
}@media (max-width: 767px){#s-31f9cf64-9b38-4a86-bbd8-a39e504f09db {
  margin-left: 20px;
}
}
#s-cb8344ac-b311-4280-b4fe-7066cd009941 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 17px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb8344ac-b311-4280-b4fe-7066cd009941 {
  padding-left: 0px;
}
}@media (max-width: 767px){#s-cb8344ac-b311-4280-b4fe-7066cd009941 {
  padding-left: 20px;
}
}
#s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(251, 246, 251, 1);
}
@media (min-width: 1200px){#s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc {
  display: none;
}
#s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc, #wrap-s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc {
  display: none;
}
#s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc, #wrap-s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc {
  
}
}@media (max-width: 767px){#s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc {
  display: none;
}
#s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc, #wrap-s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc { display: none !important; }}
@media (min-width: 0px) {
[id="s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 12%;
padding-right: 69%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  padding-left: 10%;
}
}


.shg-image-margin-container-s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  margin: 0 !important;
}





  img.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
    
    
  }


.s-fdce029b-40b6-419b-a9fd-aa762c332ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  
  
  
  
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  margin: 0 !important;
}





  img.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
    
    
  }


.s-fdce029b-40b6-419b-a9fd-aa762c332ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  
  
  
  
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  margin: 0 !important;
}





  img.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
    
    
  }


.s-fdce029b-40b6-419b-a9fd-aa762c332ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  
  
  
  
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  margin: 0 !important;
}





  img.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
    
    
  }


.s-fdce029b-40b6-419b-a9fd-aa762c332ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  
  
  
  
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  margin: 0 !important;
}





  img.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
    
    
  }


.s-fdce029b-40b6-419b-a9fd-aa762c332ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
  box-sizing: border-box;
}




}
#s-24c0662d-23c5-4135-b73d-c1015ef40e27 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-24c0662d-23c5-4135-b73d-c1015ef40e27 {
  margin-left: 10px;
}
}@media (max-width: 767px){#s-24c0662d-23c5-4135-b73d-c1015ef40e27 {
  margin-left: 20px;
}
}
#s-ade0552f-7125-41e9-97a2-b69922a791bf {
  margin-top: -3px;
margin-left: 0%;
margin-bottom: -3px;
margin-right: 0%;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ade0552f-7125-41e9-97a2-b69922a791bf {
  padding-left: 10px;
padding-right: 1%;
}
}@media (max-width: 767px){#s-ade0552f-7125-41e9-97a2-b69922a791bf {
  padding-left: 20px;
}
}
#s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 18px;
padding-left: 7%;
padding-right: 74%;
text-align: center;
}



.shg-image-margin-container-s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  margin: 0 !important;
}





  img.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
    
    
  }


.s-fbacc515-8b42-4cc1-8933-17b4c7595c45 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  
  
  
  
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  margin: 0 !important;
}





  img.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
    
    
  }


.s-fbacc515-8b42-4cc1-8933-17b4c7595c45 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  
  
  
  
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  margin: 0 !important;
}





  img.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
    
    
  }


.s-fbacc515-8b42-4cc1-8933-17b4c7595c45 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  
  
  
  
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  margin: 0 !important;
}





  img.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
    
    
  }


.s-fbacc515-8b42-4cc1-8933-17b4c7595c45 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  
  
  
  
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  margin: 0 !important;
}





  img.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
    
    
  }


.s-fbacc515-8b42-4cc1-8933-17b4c7595c45 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
  box-sizing: border-box;
}




}
#s-e95d1e16-ee29-4067-bd40-16935201b098 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: -2px;
margin-right: 13px;
}

#s-4d5c9bd2-07a2-4a90-b159-f91ed44dd95f {
  margin-left: 0%;
margin-right: 0%;
padding-left: 12px;
padding-bottom: 10px;
padding-right: 12px;
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 10%;
padding-right: 75%;
text-align: center;
}



.shg-image-margin-container-s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  margin: 0 !important;
}





  img.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
    
    
  }


.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  
  
  
  
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  margin: 0 !important;
}





  img.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
    
    
  }


.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  
  
  
  
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  margin: 0 !important;
}





  img.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
    
    
  }


.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  
  
  
  
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  margin: 0 !important;
}





  img.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
    
    
  }


.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  
  
  
  
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  margin: 0 !important;
}





  img.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
    
    
  }


.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
  box-sizing: border-box;
}




}
#s-f23e3d91-a277-41a2-af44-4a3c863be706 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-f23e3d91-a277-41a2-af44-4a3c863be706 {
  padding-left: 20px;
padding-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f23e3d91-a277-41a2-af44-4a3c863be706 {
  padding-left: 20px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-f23e3d91-a277-41a2-af44-4a3c863be706 {
  padding-left: 10px;
padding-right: 0px;
}
}
#s-41bc108e-7490-4dc8-a401-37e0ac72ddb3 {
  margin-left: 2%;
margin-right: 8%;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-41bc108e-7490-4dc8-a401-37e0ac72ddb3 {
  padding-right: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-41bc108e-7490-4dc8-a401-37e0ac72ddb3 {
  padding-left: 0px;
}
}@media (max-width: 767px){#s-41bc108e-7490-4dc8-a401-37e0ac72ddb3 {
  padding-left: 10px;
}
}
#s-32079725-79e1-4e38-be5f-67143c62256f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 5%;
padding-right: 76%;
text-align: center;
}



.shg-image-margin-container-s-32079725-79e1-4e38-be5f-67143c62256f {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-32079725-79e1-4e38-be5f-67143c62256f {
  margin: 0 !important;
}





  img.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
    
    
  }


.s-32079725-79e1-4e38-be5f-67143c62256f .shogun-image-content {
  
    align-items: center;
  
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-32079725-79e1-4e38-be5f-67143c62256f {
  
  
  
  
}

#s-32079725-79e1-4e38-be5f-67143c62256f {
  margin: 0 !important;
}





  img.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
    
    
  }


.s-32079725-79e1-4e38-be5f-67143c62256f .shogun-image-content {
  
    align-items: center;
  
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-32079725-79e1-4e38-be5f-67143c62256f {
  
  
  
  
}

#s-32079725-79e1-4e38-be5f-67143c62256f {
  margin: 0 !important;
}





  img.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
    
    
  }


.s-32079725-79e1-4e38-be5f-67143c62256f .shogun-image-content {
  
    align-items: center;
  
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-32079725-79e1-4e38-be5f-67143c62256f {
  
  
  
  
}

#s-32079725-79e1-4e38-be5f-67143c62256f {
  margin: 0 !important;
}





  img.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
    
    
  }


.s-32079725-79e1-4e38-be5f-67143c62256f .shogun-image-content {
  
    align-items: center;
  
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-32079725-79e1-4e38-be5f-67143c62256f {
  
  
  
  
}

#s-32079725-79e1-4e38-be5f-67143c62256f {
  margin: 0 !important;
}





  img.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
    
    
  }


.s-32079725-79e1-4e38-be5f-67143c62256f .shogun-image-content {
  
    align-items: center;
  
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
  box-sizing: border-box;
}




}
#s-d2b0dbb6-b8db-4228-b725-c4709fe51388 {
  margin-top: 17px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 14px;
}
@media (min-width: 1200px){#s-d2b0dbb6-b8db-4228-b725-c4709fe51388 {
  margin-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2b0dbb6-b8db-4228-b725-c4709fe51388 {
  margin-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2b0dbb6-b8db-4228-b725-c4709fe51388 {
  margin-left: 0px;
}
}@media (max-width: 767px){#s-d2b0dbb6-b8db-4228-b725-c4709fe51388 {
  margin-left: 20px;
}
}
#s-21303c98-76bd-46de-8793-c8f43e47fecf {
  margin-top: 4px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 6px;
}
@media (min-width: 768px) and (max-width: 991px){#s-21303c98-76bd-46de-8793-c8f43e47fecf {
  padding-left: 0px;
}
}@media (max-width: 767px){#s-21303c98-76bd-46de-8793-c8f43e47fecf {
  padding-left: 20px;
}
}
#s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 0%;
padding-right: 79%;
text-align: center;
}



.shg-image-margin-container-s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  margin: 0 !important;
}





  img.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
    
    
  }


.s-76a88d17-9ca5-4df0-9976-f43432a12abd .shogun-image-content {
  
    align-items: center;
  
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  
  
  
  
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  margin: 0 !important;
}





  img.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
    
    
  }


.s-76a88d17-9ca5-4df0-9976-f43432a12abd .shogun-image-content {
  
    align-items: center;
  
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  
  
  
  
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  margin: 0 !important;
}





  img.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
    
    
  }


.s-76a88d17-9ca5-4df0-9976-f43432a12abd .shogun-image-content {
  
    align-items: center;
  
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  
  
  
  
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  margin: 0 !important;
}





  img.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
    
    
  }


.s-76a88d17-9ca5-4df0-9976-f43432a12abd .shogun-image-content {
  
    align-items: center;
  
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  
  
  
  
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  margin: 0 !important;
}





  img.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
    
    
  }


.s-76a88d17-9ca5-4df0-9976-f43432a12abd .shogun-image-content {
  
    align-items: center;
  
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
  box-sizing: border-box;
}




}
#s-dc9fe727-1c6c-42cc-b1b6-faf00c9d378d {
  margin-top: 8px;
margin-left: 0%;
margin-right: 0px;
}

#s-8f07be0d-13b0-485e-986a-dd713f068751 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f07be0d-13b0-485e-986a-dd713f068751 {
  padding-right: 0px;
}
}
/*
  $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;
}
