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

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

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

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

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

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

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

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

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

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

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

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

#s-8ea22ee6-2ca8-44b7-8b86-ea2532f86355 {
  min-height: 50px;
}








#s-8ea22ee6-2ca8-44b7-8b86-ea2532f86355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ea22ee6-2ca8-44b7-8b86-ea2532f86355.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-fd2fdbcc-1b66-4271-b12c-23e5b13cd5fd {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-fd2fdbcc-1b66-4271-b12c-23e5b13cd5fd {
  display: none;
}
#s-fd2fdbcc-1b66-4271-b12c-23e5b13cd5fd, #wrap-s-fd2fdbcc-1b66-4271-b12c-23e5b13cd5fd { display:none !important; }}
#s-fd2fdbcc-1b66-4271-b12c-23e5b13cd5fd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fd2fdbcc-1b66-4271-b12c-23e5b13cd5fd .shg-sld-nav-button.shg-sld-left,
#s-fd2fdbcc-1b66-4271-b12c-23e5b13cd5fd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-58f3cb9c-b373-4987-95da-da1edc544a7b {
  text-align: center;
}







  #s-58f3cb9c-b373-4987-95da-da1edc544a7b img.shogun-image {
    

    
    
    
  }


#s-58f3cb9c-b373-4987-95da-da1edc544a7b .shogun-image-content {
  
    align-items: center;
  
}

#s-d2d8ab68-4c74-4caa-a857-a3d916fe9cc8 {
  text-align: center;
}







  #s-d2d8ab68-4c74-4caa-a857-a3d916fe9cc8 img.shogun-image {
    

    
    
    
  }


#s-d2d8ab68-4c74-4caa-a857-a3d916fe9cc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b800fba-9566-4181-bb24-fb9821f45fe7 {
  text-align: center;
}







  #s-3b800fba-9566-4181-bb24-fb9821f45fe7 img.shogun-image {
    

    
    
    
  }


#s-3b800fba-9566-4181-bb24-fb9821f45fe7 .shogun-image-content {
  
    align-items: center;
  
}

#s-66afb5c7-4618-4578-8f30-853cd41b6549 {
  text-align: center;
}







  #s-66afb5c7-4618-4578-8f30-853cd41b6549 img.shogun-image {
    

    
    
    
  }


#s-66afb5c7-4618-4578-8f30-853cd41b6549 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c162a1f-1067-44bc-947b-3560c91e4477 {
  text-align: center;
}







  #s-6c162a1f-1067-44bc-947b-3560c91e4477 img.shogun-image {
    

    
    
    
  }


#s-6c162a1f-1067-44bc-947b-3560c91e4477 .shogun-image-content {
  
    align-items: center;
  
}

#s-be666034-ee27-4459-ac9e-7419af9e3534 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-be666034-ee27-4459-ac9e-7419af9e3534 {
  display: none;
}
#s-be666034-ee27-4459-ac9e-7419af9e3534, #wrap-s-be666034-ee27-4459-ac9e-7419af9e3534 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be666034-ee27-4459-ac9e-7419af9e3534 {
  display: none;
}
#s-be666034-ee27-4459-ac9e-7419af9e3534, #wrap-s-be666034-ee27-4459-ac9e-7419af9e3534 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be666034-ee27-4459-ac9e-7419af9e3534 {
  display: none;
}
#s-be666034-ee27-4459-ac9e-7419af9e3534, #wrap-s-be666034-ee27-4459-ac9e-7419af9e3534 { display:none !important; }}
#s-be666034-ee27-4459-ac9e-7419af9e3534 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-be666034-ee27-4459-ac9e-7419af9e3534 .shg-sld-nav-button.shg-sld-left,
#s-be666034-ee27-4459-ac9e-7419af9e3534 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b3d9a03c-4e97-4f27-8256-2728659e3bc2 {
  text-align: center;
}
@media (min-width: 1200px){#s-b3d9a03c-4e97-4f27-8256-2728659e3bc2 {
  display: none;
}
#s-b3d9a03c-4e97-4f27-8256-2728659e3bc2, #wrap-s-b3d9a03c-4e97-4f27-8256-2728659e3bc2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3d9a03c-4e97-4f27-8256-2728659e3bc2 {
  display: none;
}
#s-b3d9a03c-4e97-4f27-8256-2728659e3bc2, #wrap-s-b3d9a03c-4e97-4f27-8256-2728659e3bc2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3d9a03c-4e97-4f27-8256-2728659e3bc2 {
  display: none;
}
#s-b3d9a03c-4e97-4f27-8256-2728659e3bc2, #wrap-s-b3d9a03c-4e97-4f27-8256-2728659e3bc2 { display:none !important; }}






  #s-b3d9a03c-4e97-4f27-8256-2728659e3bc2 img.shogun-image {
    

    
    
    
  }


#s-b3d9a03c-4e97-4f27-8256-2728659e3bc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-80ae15ce-6010-4da1-b55d-9eaebaf01a4b {
  text-align: center;
}







  #s-80ae15ce-6010-4da1-b55d-9eaebaf01a4b img.shogun-image {
    

    
    
    
  }


#s-80ae15ce-6010-4da1-b55d-9eaebaf01a4b .shogun-image-content {
  
    align-items: center;
  
}

#s-432e292f-111a-4b1f-90e4-95de5c8a99c0 {
  text-align: center;
}
@media (min-width: 1200px){#s-432e292f-111a-4b1f-90e4-95de5c8a99c0 {
  display: none;
}
#s-432e292f-111a-4b1f-90e4-95de5c8a99c0, #wrap-s-432e292f-111a-4b1f-90e4-95de5c8a99c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-432e292f-111a-4b1f-90e4-95de5c8a99c0 {
  display: none;
}
#s-432e292f-111a-4b1f-90e4-95de5c8a99c0, #wrap-s-432e292f-111a-4b1f-90e4-95de5c8a99c0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-432e292f-111a-4b1f-90e4-95de5c8a99c0 {
  display: none;
}
#s-432e292f-111a-4b1f-90e4-95de5c8a99c0, #wrap-s-432e292f-111a-4b1f-90e4-95de5c8a99c0 { display:none !important; }}






  #s-432e292f-111a-4b1f-90e4-95de5c8a99c0 img.shogun-image {
    

    
    
    
  }


#s-432e292f-111a-4b1f-90e4-95de5c8a99c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb8349ef-9575-4ebc-8ba9-62aa61a668c6 {
  min-height: 50px;
}








#s-eb8349ef-9575-4ebc-8ba9-62aa61a668c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb8349ef-9575-4ebc-8ba9-62aa61a668c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5efb5e7f-7ee8-4600-9bc0-9e846a1aecf1 {
  margin-top: 100px;
margin-bottom: 50px;
}
@media (max-width: 767px){#s-5efb5e7f-7ee8-4600-9bc0-9e846a1aecf1 {
  
}
}
#s-b12c8a87-351b-4afe-b6e1-a33cede59a9d {
  margin-bottom: 100px;
padding-left: 25px;
padding-right: 25px;
}

#s-100b3193-923c-4d92-af3c-f573921a1f36 {
  min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}








#s-100b3193-923c-4d92-af3c-f573921a1f36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-100b3193-923c-4d92-af3c-f573921a1f36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ae00b49-c727-47cf-b530-0a066ab77b53 {
  min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (max-width: 767px){#s-1ae00b49-c727-47cf-b530-0a066ab77b53 {
  
}
}







#s-1ae00b49-c727-47cf-b530-0a066ab77b53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ae00b49-c727-47cf-b530-0a066ab77b53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32c2d58e-e498-4562-8412-23bffe25d3ae {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}

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

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

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

#s-9285487e-36bd-4d3d-8d3b-ab2a53f9eef4 {
  padding-top: 2%;
padding-left: 25px;
padding-bottom: 2%;
padding-right: 25px;
}
@media (max-width: 767px){#s-9285487e-36bd-4d3d-8d3b-ab2a53f9eef4 {
  padding-top: 0%;
padding-bottom: 0%;
}
}
@media (min-width: 0px) {
[id="s-9285487e-36bd-4d3d-8d3b-ab2a53f9eef4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9285487e-36bd-4d3d-8d3b-ab2a53f9eef4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9285487e-36bd-4d3d-8d3b-ab2a53f9eef4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9285487e-36bd-4d3d-8d3b-ab2a53f9eef4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-ed2da0c4-dbfb-45ba-b89a-64e492a91aee {
  min-height: 50px;
}
@media (max-width: 767px){#s-ed2da0c4-dbfb-45ba-b89a-64e492a91aee {
  padding-top: 5%;
padding-bottom: 5%;
}
}







#s-ed2da0c4-dbfb-45ba-b89a-64e492a91aee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed2da0c4-dbfb-45ba-b89a-64e492a91aee.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bdc4d4a1-1ccf-44bc-8575-e1458e1ae6ce {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-0f9e8767-368f-4bcc-976c-08311ac45938 {
  margin-top: 1px;
margin-left: 10px;
margin-bottom: 1px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-c611d3df-2fd9-40fc-8e83-27b85e4814e0 {
  margin-top: 1px;
margin-left: 10px;
margin-bottom: 1px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-19e5d294-6872-41c7-89de-fce1d009255c {
  background-repeat: repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-19e5d294-6872-41c7-89de-fce1d009255c {
  display: none;
}
#s-19e5d294-6872-41c7-89de-fce1d009255c, #wrap-s-19e5d294-6872-41c7-89de-fce1d009255c { display:none !important; }}@media (max-width: 767px){#s-19e5d294-6872-41c7-89de-fce1d009255c {
  display: none;
}
#s-19e5d294-6872-41c7-89de-fce1d009255c, #wrap-s-19e5d294-6872-41c7-89de-fce1d009255c { display:none !important; }}







#s-19e5d294-6872-41c7-89de-fce1d009255c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19e5d294-6872-41c7-89de-fce1d009255c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c696c74-cdd8-407f-b202-cb4b6d78b081 {
  margin-top: 75px;
}
@media (max-width: 767px){#s-6c696c74-cdd8-407f-b202-cb4b6d78b081 {
  
}
}
#s-25cfcb5a-874a-4585-bff0-6e13a8815d75 {
  margin-top: 50px;
}

#s-d7dabad5-29be-414d-9549-0e0c55d49fa2 {
  margin-left: 15px;
margin-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d7dabad5-29be-414d-9549-0e0c55d49fa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7dabad5-29be-414d-9549-0e0c55d49fa2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-322120a5-6503-4033-bb00-1d4659684b1e {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-322120a5-6503-4033-bb00-1d4659684b1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-322120a5-6503-4033-bb00-1d4659684b1e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-322120a5-6503-4033-bb00-1d4659684b1e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-322120a5-6503-4033-bb00-1d4659684b1e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-322120a5-6503-4033-bb00-1d4659684b1e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-322120a5-6503-4033-bb00-1d4659684b1e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-322120a5-6503-4033-bb00-1d4659684b1e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

#s-df18f833-9e91-48fb-9b40-12a464555c31 {
  margin-top: 50px;
margin-bottom: 50px;
background-color: rgba(240, 240, 240, 1);
}

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

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

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

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

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

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

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

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

#s-0d17c1fc-0854-4c7a-bb27-7291d3d20b6a {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-0d17c1fc-0854-4c7a-bb27-7291d3d20b6a:hover {background-color: rgba(229, 187, 135, 1) !important;
text-decoration: none !important;}#s-0d17c1fc-0854-4c7a-bb27-7291d3d20b6a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0d17c1fc-0854-4c7a-bb27-7291d3d20b6a-root {
    text-align: center;
  }


#s-0d17c1fc-0854-4c7a-bb27-7291d3d20b6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0d17c1fc-0854-4c7a-bb27-7291d3d20b6a-root {
    text-align: center;
  }


#s-0d17c1fc-0854-4c7a-bb27-7291d3d20b6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d17c1fc-0854-4c7a-bb27-7291d3d20b6a-root {
    text-align: center;
  }


#s-0d17c1fc-0854-4c7a-bb27-7291d3d20b6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d17c1fc-0854-4c7a-bb27-7291d3d20b6a-root {
    text-align: center;
  }


#s-0d17c1fc-0854-4c7a-bb27-7291d3d20b6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0d17c1fc-0854-4c7a-bb27-7291d3d20b6a-root {
    text-align: center;
  }


#s-0d17c1fc-0854-4c7a-bb27-7291d3d20b6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-d6dc3f00-6bb9-4006-b0de-f38e13ad63df {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-d6dc3f00-6bb9-4006-b0de-f38e13ad63df:hover {background-color: rgba(229, 187, 135, 1) !important;
text-decoration: none !important;}#s-d6dc3f00-6bb9-4006-b0de-f38e13ad63df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d6dc3f00-6bb9-4006-b0de-f38e13ad63df-root {
    text-align: center;
  }


#s-d6dc3f00-6bb9-4006-b0de-f38e13ad63df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d6dc3f00-6bb9-4006-b0de-f38e13ad63df-root {
    text-align: center;
  }


#s-d6dc3f00-6bb9-4006-b0de-f38e13ad63df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6dc3f00-6bb9-4006-b0de-f38e13ad63df-root {
    text-align: center;
  }


#s-d6dc3f00-6bb9-4006-b0de-f38e13ad63df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6dc3f00-6bb9-4006-b0de-f38e13ad63df-root {
    text-align: center;
  }


#s-d6dc3f00-6bb9-4006-b0de-f38e13ad63df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d6dc3f00-6bb9-4006-b0de-f38e13ad63df-root {
    text-align: center;
  }


#s-d6dc3f00-6bb9-4006-b0de-f38e13ad63df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-1e7e21a9-8f32-4cbc-9dc0-4301feebd486 {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-dae63ff9-2ba9-4a16-992a-9f601a5ab77f {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-60b6631d-67a1-49e4-8536-f51f3c4c29f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60b6631d-67a1-49e4-8536-f51f3c4c29f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-60b6631d-67a1-49e4-8536-f51f3c4c29f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-60b6631d-67a1-49e4-8536-f51f3c4c29f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-9681a45b-4324-4567-8ed3-65868d1d905e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}







  #s-9681a45b-4324-4567-8ed3-65868d1d905e img.shogun-image {
    

    
    
    
  }


#s-9681a45b-4324-4567-8ed3-65868d1d905e .shogun-image-content {
  
    align-items: center;
  
}

#s-9c45cf15-3aac-419a-9b2c-10b5e809e5c2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}







  #s-9c45cf15-3aac-419a-9b2c-10b5e809e5c2 img.shogun-image {
    

    
    
    
  }


#s-9c45cf15-3aac-419a-9b2c-10b5e809e5c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ac34251-4430-4f83-9486-83ebcd22e449 {
  margin-top: 50px;
}

#s-e716ae1b-5afb-4533-91c4-86cad1221064 {
  margin-left: 15px;
margin-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e716ae1b-5afb-4533-91c4-86cad1221064 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e716ae1b-5afb-4533-91c4-86cad1221064.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b56bc768-c1ec-4828-8115-29348628489b {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 9px;
border-left-width: 9px;
border-bottom-width: 9px;
border-right-width: 9px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-b56bc768-c1ec-4828-8115-29348628489b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b56bc768-c1ec-4828-8115-29348628489b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b56bc768-c1ec-4828-8115-29348628489b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b56bc768-c1ec-4828-8115-29348628489b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b56bc768-c1ec-4828-8115-29348628489b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b56bc768-c1ec-4828-8115-29348628489b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b56bc768-c1ec-4828-8115-29348628489b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

#s-1b69683b-ac4f-4b7d-b36d-547cfe140700 {
  margin-top: 50px;
margin-bottom: 50px;
background-color: rgba(240, 240, 240, 1);
}

#s-1b79f872-f137-4375-b92d-ce8c318ae7e0 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-1b79f872-f137-4375-b92d-ce8c318ae7e0:hover {background-color: rgba(229, 187, 135, 1) !important;
text-decoration: none !important;}#s-1b79f872-f137-4375-b92d-ce8c318ae7e0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b79f872-f137-4375-b92d-ce8c318ae7e0-root {
    text-align: center;
  }


#s-1b79f872-f137-4375-b92d-ce8c318ae7e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1b79f872-f137-4375-b92d-ce8c318ae7e0-root {
    text-align: center;
  }


#s-1b79f872-f137-4375-b92d-ce8c318ae7e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b79f872-f137-4375-b92d-ce8c318ae7e0-root {
    text-align: center;
  }


#s-1b79f872-f137-4375-b92d-ce8c318ae7e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b79f872-f137-4375-b92d-ce8c318ae7e0-root {
    text-align: center;
  }


#s-1b79f872-f137-4375-b92d-ce8c318ae7e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1b79f872-f137-4375-b92d-ce8c318ae7e0-root {
    text-align: center;
  }


#s-1b79f872-f137-4375-b92d-ce8c318ae7e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-d4707967-ed56-4a8a-b1e6-c864ca79141c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-d4707967-ed56-4a8a-b1e6-c864ca79141c:hover {background-color: rgba(229, 187, 135, 1) !important;
text-decoration: none !important;}#s-d4707967-ed56-4a8a-b1e6-c864ca79141c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d4707967-ed56-4a8a-b1e6-c864ca79141c-root {
    text-align: center;
  }


#s-d4707967-ed56-4a8a-b1e6-c864ca79141c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d4707967-ed56-4a8a-b1e6-c864ca79141c-root {
    text-align: center;
  }


#s-d4707967-ed56-4a8a-b1e6-c864ca79141c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4707967-ed56-4a8a-b1e6-c864ca79141c-root {
    text-align: center;
  }


#s-d4707967-ed56-4a8a-b1e6-c864ca79141c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4707967-ed56-4a8a-b1e6-c864ca79141c-root {
    text-align: center;
  }


#s-d4707967-ed56-4a8a-b1e6-c864ca79141c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d4707967-ed56-4a8a-b1e6-c864ca79141c-root {
    text-align: center;
  }


#s-d4707967-ed56-4a8a-b1e6-c864ca79141c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-9a2369cf-3432-4790-9e5a-b06aff313dd3 {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-c23a3297-90c8-421c-b1ff-ff3d2aaa1666 {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-d17a2a12-9d30-4634-aa08-7d0b877db1bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d17a2a12-9d30-4634-aa08-7d0b877db1bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d17a2a12-9d30-4634-aa08-7d0b877db1bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d17a2a12-9d30-4634-aa08-7d0b877db1bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fd1a9ef1-cdd0-404b-9344-84aae448912f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}







  #s-fd1a9ef1-cdd0-404b-9344-84aae448912f img.shogun-image {
    

    
    
    
  }


#s-fd1a9ef1-cdd0-404b-9344-84aae448912f .shogun-image-content {
  
    align-items: center;
  
}

#s-092fe352-77ee-4eab-b969-9611cf7c4618 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}







  #s-092fe352-77ee-4eab-b969-9611cf7c4618 img.shogun-image {
    

    
    
    
  }


#s-092fe352-77ee-4eab-b969-9611cf7c4618 .shogun-image-content {
  
    align-items: center;
  
}

#s-81b0c304-46ed-4798-bcfd-c6317e3638bd {
  margin-top: 50px;
}

#s-e90c21f1-5ddb-489f-b296-15a14ab8ad4b {
  margin-left: 15px;
margin-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e90c21f1-5ddb-489f-b296-15a14ab8ad4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e90c21f1-5ddb-489f-b296-15a14ab8ad4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-557d791c-724b-4a24-9b47-17fc672b9be5 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-557d791c-724b-4a24-9b47-17fc672b9be5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-557d791c-724b-4a24-9b47-17fc672b9be5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-557d791c-724b-4a24-9b47-17fc672b9be5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-557d791c-724b-4a24-9b47-17fc672b9be5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-557d791c-724b-4a24-9b47-17fc672b9be5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-557d791c-724b-4a24-9b47-17fc672b9be5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-557d791c-724b-4a24-9b47-17fc672b9be5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

#s-60b9d191-cd00-41d7-9932-34d09c6e812f {
  margin-top: 50px;
margin-bottom: 50px;
background-color: rgba(240, 240, 240, 1);
}

#s-bc713d85-d62b-4c50-83b4-9aab98f9ba64 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-bc713d85-d62b-4c50-83b4-9aab98f9ba64:hover {background-color: rgba(229, 187, 135, 1) !important;
text-decoration: none !important;}#s-bc713d85-d62b-4c50-83b4-9aab98f9ba64:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bc713d85-d62b-4c50-83b4-9aab98f9ba64-root {
    text-align: center;
  }


#s-bc713d85-d62b-4c50-83b4-9aab98f9ba64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bc713d85-d62b-4c50-83b4-9aab98f9ba64-root {
    text-align: center;
  }


#s-bc713d85-d62b-4c50-83b4-9aab98f9ba64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc713d85-d62b-4c50-83b4-9aab98f9ba64-root {
    text-align: center;
  }


#s-bc713d85-d62b-4c50-83b4-9aab98f9ba64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc713d85-d62b-4c50-83b4-9aab98f9ba64-root {
    text-align: center;
  }


#s-bc713d85-d62b-4c50-83b4-9aab98f9ba64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bc713d85-d62b-4c50-83b4-9aab98f9ba64-root {
    text-align: center;
  }


#s-bc713d85-d62b-4c50-83b4-9aab98f9ba64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-22fcc659-fdf9-4fb2-be3b-81e06f78e486 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-22fcc659-fdf9-4fb2-be3b-81e06f78e486:hover {background-color: rgba(229, 187, 135, 1) !important;
text-decoration: none !important;}#s-22fcc659-fdf9-4fb2-be3b-81e06f78e486:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-22fcc659-fdf9-4fb2-be3b-81e06f78e486-root {
    text-align: center;
  }


#s-22fcc659-fdf9-4fb2-be3b-81e06f78e486.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-22fcc659-fdf9-4fb2-be3b-81e06f78e486-root {
    text-align: center;
  }


#s-22fcc659-fdf9-4fb2-be3b-81e06f78e486.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22fcc659-fdf9-4fb2-be3b-81e06f78e486-root {
    text-align: center;
  }


#s-22fcc659-fdf9-4fb2-be3b-81e06f78e486.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22fcc659-fdf9-4fb2-be3b-81e06f78e486-root {
    text-align: center;
  }


#s-22fcc659-fdf9-4fb2-be3b-81e06f78e486.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-22fcc659-fdf9-4fb2-be3b-81e06f78e486-root {
    text-align: center;
  }


#s-22fcc659-fdf9-4fb2-be3b-81e06f78e486.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-35135df3-8c7d-4a82-8425-264d88343328 {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-e773b7c1-9cd8-44d3-86a4-e779476dff7a {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-120dc1b0-f417-4afd-8d4b-89eccc7bc1a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-120dc1b0-f417-4afd-8d4b-89eccc7bc1a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-120dc1b0-f417-4afd-8d4b-89eccc7bc1a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-120dc1b0-f417-4afd-8d4b-89eccc7bc1a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-50450c91-0746-40a7-99f3-e4d5e1799180 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}







  #s-50450c91-0746-40a7-99f3-e4d5e1799180 img.shogun-image {
    

    
    
    
  }


#s-50450c91-0746-40a7-99f3-e4d5e1799180 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8f0b1fc-e3de-46ba-8c40-280fc8a6a487 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}







  #s-d8f0b1fc-e3de-46ba-8c40-280fc8a6a487 img.shogun-image {
    

    
    
    
  }


#s-d8f0b1fc-e3de-46ba-8c40-280fc8a6a487 .shogun-image-content {
  
    align-items: center;
  
}

#s-c77999a9-d26f-412c-b644-21f48cc2be2c {
  margin-top: 50px;
}

#s-2d738e43-ee09-49ed-a744-663e6b6d63d1 {
  margin-left: 15px;
margin-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2d738e43-ee09-49ed-a744-663e6b6d63d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d738e43-ee09-49ed-a744-663e6b6d63d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56c407e9-5ea0-4107-9d45-f7dcc57ce730 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-56c407e9-5ea0-4107-9d45-f7dcc57ce730"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56c407e9-5ea0-4107-9d45-f7dcc57ce730"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-56c407e9-5ea0-4107-9d45-f7dcc57ce730"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-56c407e9-5ea0-4107-9d45-f7dcc57ce730"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-56c407e9-5ea0-4107-9d45-f7dcc57ce730"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-56c407e9-5ea0-4107-9d45-f7dcc57ce730"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-56c407e9-5ea0-4107-9d45-f7dcc57ce730"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

#s-530543bd-b347-4c3a-b6af-8358c70a566a {
  margin-top: 50px;
margin-bottom: 50px;
background-color: rgba(240, 240, 240, 1);
}

#s-cf6ca606-3993-42aa-8d9c-7453457d663c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-cf6ca606-3993-42aa-8d9c-7453457d663c:hover {background-color: rgba(229, 187, 135, 1) !important;
text-decoration: none !important;}#s-cf6ca606-3993-42aa-8d9c-7453457d663c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cf6ca606-3993-42aa-8d9c-7453457d663c-root {
    text-align: center;
  }


#s-cf6ca606-3993-42aa-8d9c-7453457d663c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cf6ca606-3993-42aa-8d9c-7453457d663c-root {
    text-align: center;
  }


#s-cf6ca606-3993-42aa-8d9c-7453457d663c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf6ca606-3993-42aa-8d9c-7453457d663c-root {
    text-align: center;
  }


#s-cf6ca606-3993-42aa-8d9c-7453457d663c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf6ca606-3993-42aa-8d9c-7453457d663c-root {
    text-align: center;
  }


#s-cf6ca606-3993-42aa-8d9c-7453457d663c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cf6ca606-3993-42aa-8d9c-7453457d663c-root {
    text-align: center;
  }


#s-cf6ca606-3993-42aa-8d9c-7453457d663c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-82943e65-fb3f-43b8-9fd7-9d9663122785 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-82943e65-fb3f-43b8-9fd7-9d9663122785:hover {background-color: rgba(229, 187, 135, 1) !important;
text-decoration: none !important;}#s-82943e65-fb3f-43b8-9fd7-9d9663122785:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-82943e65-fb3f-43b8-9fd7-9d9663122785-root {
    text-align: center;
  }


#s-82943e65-fb3f-43b8-9fd7-9d9663122785.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-82943e65-fb3f-43b8-9fd7-9d9663122785-root {
    text-align: center;
  }


#s-82943e65-fb3f-43b8-9fd7-9d9663122785.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82943e65-fb3f-43b8-9fd7-9d9663122785-root {
    text-align: center;
  }


#s-82943e65-fb3f-43b8-9fd7-9d9663122785.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82943e65-fb3f-43b8-9fd7-9d9663122785-root {
    text-align: center;
  }


#s-82943e65-fb3f-43b8-9fd7-9d9663122785.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-82943e65-fb3f-43b8-9fd7-9d9663122785-root {
    text-align: center;
  }


#s-82943e65-fb3f-43b8-9fd7-9d9663122785.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-b835335a-5761-42cd-8c42-bcd3cdf63cd8 {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-ea5672b8-1211-421e-8a77-1a41ff7ab24f {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-6d19876e-abeb-44e9-99df-e0b28cfed8b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d19876e-abeb-44e9-99df-e0b28cfed8b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6d19876e-abeb-44e9-99df-e0b28cfed8b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d19876e-abeb-44e9-99df-e0b28cfed8b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f5f06fe4-d921-41d2-bc4e-7b63e70fa4f2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}







  #s-f5f06fe4-d921-41d2-bc4e-7b63e70fa4f2 img.shogun-image {
    

    
    
    
  }


#s-f5f06fe4-d921-41d2-bc4e-7b63e70fa4f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d5344f2-2b22-4478-bed6-0146ab0ac906 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}







  #s-5d5344f2-2b22-4478-bed6-0146ab0ac906 img.shogun-image {
    

    
    
    
  }


#s-5d5344f2-2b22-4478-bed6-0146ab0ac906 .shogun-image-content {
  
    align-items: center;
  
}

#s-13033fa4-1629-4380-b7fb-d9d23e22c834 {
  background-repeat: repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-13033fa4-1629-4380-b7fb-d9d23e22c834 {
  display: none;
}
#s-13033fa4-1629-4380-b7fb-d9d23e22c834, #wrap-s-13033fa4-1629-4380-b7fb-d9d23e22c834 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13033fa4-1629-4380-b7fb-d9d23e22c834 {
  display: none;
}
#s-13033fa4-1629-4380-b7fb-d9d23e22c834, #wrap-s-13033fa4-1629-4380-b7fb-d9d23e22c834 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-13033fa4-1629-4380-b7fb-d9d23e22c834 {
  
}
}@media (max-width: 767px){#s-13033fa4-1629-4380-b7fb-d9d23e22c834 {
  
}
}







#s-13033fa4-1629-4380-b7fb-d9d23e22c834 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13033fa4-1629-4380-b7fb-d9d23e22c834.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-794ed14d-a681-4c91-9258-f56bd1625cac {
  margin-top: 75px;
margin-bottom: 50px;
}
@media (max-width: 767px){#s-794ed14d-a681-4c91-9258-f56bd1625cac {
  
}
}
#s-b0070969-320e-4edd-a009-d559c3b82555 {
  margin-top: 5px;
}

#s-01ec83d6-d785-49a5-aba8-490d786e64fa {
  margin-bottom: 25px;
min-height: 50px;
}








#s-01ec83d6-d785-49a5-aba8-490d786e64fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01ec83d6-d785-49a5-aba8-490d786e64fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22d99459-b5c8-477d-89e7-82b42ba6f5ab {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-22d99459-b5c8-477d-89e7-82b42ba6f5ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22d99459-b5c8-477d-89e7-82b42ba6f5ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dfb0c9c-ef84-4017-91a3-4327ad6777f6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f38b6aab-07c8-4006-821d-2ebf32e43e68 {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-b31693a9-f25a-49f7-b5a0-f515c9328c16 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 1px;
padding-bottom: 1px;
}

@media (min-width: 0px) {
[id="s-b31693a9-f25a-49f7-b5a0-f515c9328c16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b31693a9-f25a-49f7-b5a0-f515c9328c16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b31693a9-f25a-49f7-b5a0-f515c9328c16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b31693a9-f25a-49f7-b5a0-f515c9328c16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ff85c3f5-3b76-4aaa-bc47-e57cbbbb562e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-ff85c3f5-3b76-4aaa-bc47-e57cbbbb562e:hover {background-color: rgba(229, 187, 135, 1) !important;
text-decoration: none !important;}#s-ff85c3f5-3b76-4aaa-bc47-e57cbbbb562e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ff85c3f5-3b76-4aaa-bc47-e57cbbbb562e-root {
    text-align: center;
  }


#s-ff85c3f5-3b76-4aaa-bc47-e57cbbbb562e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ff85c3f5-3b76-4aaa-bc47-e57cbbbb562e-root {
    text-align: center;
  }


#s-ff85c3f5-3b76-4aaa-bc47-e57cbbbb562e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff85c3f5-3b76-4aaa-bc47-e57cbbbb562e-root {
    text-align: center;
  }


#s-ff85c3f5-3b76-4aaa-bc47-e57cbbbb562e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff85c3f5-3b76-4aaa-bc47-e57cbbbb562e-root {
    text-align: center;
  }


#s-ff85c3f5-3b76-4aaa-bc47-e57cbbbb562e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ff85c3f5-3b76-4aaa-bc47-e57cbbbb562e-root {
    text-align: center;
  }


#s-ff85c3f5-3b76-4aaa-bc47-e57cbbbb562e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-1b99e375-dce0-42c8-a97f-d8e7d94cb500 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-1b99e375-dce0-42c8-a97f-d8e7d94cb500:hover {background-color: rgba(229, 187, 135, 1) !important;
text-decoration: none !important;}#s-1b99e375-dce0-42c8-a97f-d8e7d94cb500:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b99e375-dce0-42c8-a97f-d8e7d94cb500-root {
    text-align: center;
  }


#s-1b99e375-dce0-42c8-a97f-d8e7d94cb500.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1b99e375-dce0-42c8-a97f-d8e7d94cb500-root {
    text-align: center;
  }


#s-1b99e375-dce0-42c8-a97f-d8e7d94cb500.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b99e375-dce0-42c8-a97f-d8e7d94cb500-root {
    text-align: center;
  }


#s-1b99e375-dce0-42c8-a97f-d8e7d94cb500.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b99e375-dce0-42c8-a97f-d8e7d94cb500-root {
    text-align: center;
  }


#s-1b99e375-dce0-42c8-a97f-d8e7d94cb500.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1b99e375-dce0-42c8-a97f-d8e7d94cb500-root {
    text-align: center;
  }


#s-1b99e375-dce0-42c8-a97f-d8e7d94cb500.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-cd6803e3-3607-4438-b983-f950ffb9b49f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-edeaa731-9388-4d39-82a4-507b91f8f360 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0477a607-c043-403f-a64f-154aa9b00130 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}







  #s-0477a607-c043-403f-a64f-154aa9b00130 img.shogun-image {
    

    
    
    
  }


#s-0477a607-c043-403f-a64f-154aa9b00130 .shogun-image-content {
  
    align-items: center;
  
}

#s-a502f26c-5611-47f2-96d0-0deda7031c48 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}







  #s-a502f26c-5611-47f2-96d0-0deda7031c48 img.shogun-image {
    

    
    
    
  }


#s-a502f26c-5611-47f2-96d0-0deda7031c48 .shogun-image-content {
  
    align-items: center;
  
}

#s-53d829f8-19f9-4d5a-bc72-ebdda274cb73 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-53d829f8-19f9-4d5a-bc72-ebdda274cb73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53d829f8-19f9-4d5a-bc72-ebdda274cb73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1590eeb0-7aef-45f2-b899-d9d71cfcf939 {
  margin-top: 5px;
}

#s-6af0813c-5899-4ab9-9064-21e4799e8325 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6af0813c-5899-4ab9-9064-21e4799e8325 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6af0813c-5899-4ab9-9064-21e4799e8325.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98e1fbd8-cd58-4fa2-be42-c00b3a3ed8f9 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-12f53ffa-ec32-41bd-9a2a-1717b3af3bd0 {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-f5feb9e3-ae2a-45e6-9c16-bac641cf776d {
  margin-left: 25px;
margin-right: 25px;
padding-top: 1px;
padding-bottom: 1px;
}

@media (min-width: 0px) {
[id="s-f5feb9e3-ae2a-45e6-9c16-bac641cf776d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5feb9e3-ae2a-45e6-9c16-bac641cf776d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5feb9e3-ae2a-45e6-9c16-bac641cf776d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5feb9e3-ae2a-45e6-9c16-bac641cf776d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6dc5d663-c5b2-42f7-a5c1-5e9fc3476c95 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-6dc5d663-c5b2-42f7-a5c1-5e9fc3476c95:hover {background-color: rgba(229, 187, 135, 1) !important;
text-decoration: none !important;}#s-6dc5d663-c5b2-42f7-a5c1-5e9fc3476c95:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6dc5d663-c5b2-42f7-a5c1-5e9fc3476c95-root {
    text-align: center;
  }


#s-6dc5d663-c5b2-42f7-a5c1-5e9fc3476c95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6dc5d663-c5b2-42f7-a5c1-5e9fc3476c95-root {
    text-align: center;
  }


#s-6dc5d663-c5b2-42f7-a5c1-5e9fc3476c95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6dc5d663-c5b2-42f7-a5c1-5e9fc3476c95-root {
    text-align: center;
  }


#s-6dc5d663-c5b2-42f7-a5c1-5e9fc3476c95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6dc5d663-c5b2-42f7-a5c1-5e9fc3476c95-root {
    text-align: center;
  }


#s-6dc5d663-c5b2-42f7-a5c1-5e9fc3476c95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6dc5d663-c5b2-42f7-a5c1-5e9fc3476c95-root {
    text-align: center;
  }


#s-6dc5d663-c5b2-42f7-a5c1-5e9fc3476c95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-8198e90f-9ecb-4806-882b-f4ef5d5dabaa {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-8198e90f-9ecb-4806-882b-f4ef5d5dabaa:hover {background-color: rgba(229, 187, 135, 1) !important;
text-decoration: none !important;}#s-8198e90f-9ecb-4806-882b-f4ef5d5dabaa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8198e90f-9ecb-4806-882b-f4ef5d5dabaa-root {
    text-align: center;
  }


#s-8198e90f-9ecb-4806-882b-f4ef5d5dabaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8198e90f-9ecb-4806-882b-f4ef5d5dabaa-root {
    text-align: center;
  }


#s-8198e90f-9ecb-4806-882b-f4ef5d5dabaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8198e90f-9ecb-4806-882b-f4ef5d5dabaa-root {
    text-align: center;
  }


#s-8198e90f-9ecb-4806-882b-f4ef5d5dabaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8198e90f-9ecb-4806-882b-f4ef5d5dabaa-root {
    text-align: center;
  }


#s-8198e90f-9ecb-4806-882b-f4ef5d5dabaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8198e90f-9ecb-4806-882b-f4ef5d5dabaa-root {
    text-align: center;
  }


#s-8198e90f-9ecb-4806-882b-f4ef5d5dabaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-6ed285c6-44bb-4e46-842f-39b4472fe1ec {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dc2c3978-33f3-46af-9d9b-78156ccc033c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-992c1a8c-5fff-4711-891b-65c8904bd2cd {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}







  #s-992c1a8c-5fff-4711-891b-65c8904bd2cd img.shogun-image {
    

    
    
    
  }


#s-992c1a8c-5fff-4711-891b-65c8904bd2cd .shogun-image-content {
  
    align-items: center;
  
}

#s-a89f4b47-0a90-4019-aa60-d84b8d756caf {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}







  #s-a89f4b47-0a90-4019-aa60-d84b8d756caf img.shogun-image {
    

    
    
    
  }


#s-a89f4b47-0a90-4019-aa60-d84b8d756caf .shogun-image-content {
  
    align-items: center;
  
}

#s-b566730b-ddab-4ed9-9b9d-9f48bb08ff51 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-b566730b-ddab-4ed9-9b9d-9f48bb08ff51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b566730b-ddab-4ed9-9b9d-9f48bb08ff51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-435d38a7-e475-4d86-8b3c-13b6f94cd974 {
  margin-top: 5px;
}

#s-85fc9c80-2203-4d80-9a41-ea31fd80239c {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-85fc9c80-2203-4d80-9a41-ea31fd80239c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85fc9c80-2203-4d80-9a41-ea31fd80239c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab73926b-34ca-48d8-a431-e13ff9c50985 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-8b68e349-e550-4467-bfd6-e0cb06bda858 {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-6fc5ed5b-2fb0-403a-b94d-2d859d430e10 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 1px;
padding-bottom: 1px;
}

@media (min-width: 0px) {
[id="s-6fc5ed5b-2fb0-403a-b94d-2d859d430e10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6fc5ed5b-2fb0-403a-b94d-2d859d430e10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6fc5ed5b-2fb0-403a-b94d-2d859d430e10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6fc5ed5b-2fb0-403a-b94d-2d859d430e10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-37013b02-9e33-4927-af98-ccbf5f26a4cc {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-37013b02-9e33-4927-af98-ccbf5f26a4cc:hover {background-color: rgba(229, 187, 135, 1) !important;
text-decoration: none !important;}#s-37013b02-9e33-4927-af98-ccbf5f26a4cc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-37013b02-9e33-4927-af98-ccbf5f26a4cc-root {
    text-align: center;
  }


#s-37013b02-9e33-4927-af98-ccbf5f26a4cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-37013b02-9e33-4927-af98-ccbf5f26a4cc-root {
    text-align: center;
  }


#s-37013b02-9e33-4927-af98-ccbf5f26a4cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37013b02-9e33-4927-af98-ccbf5f26a4cc-root {
    text-align: center;
  }


#s-37013b02-9e33-4927-af98-ccbf5f26a4cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37013b02-9e33-4927-af98-ccbf5f26a4cc-root {
    text-align: center;
  }


#s-37013b02-9e33-4927-af98-ccbf5f26a4cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-37013b02-9e33-4927-af98-ccbf5f26a4cc-root {
    text-align: center;
  }


#s-37013b02-9e33-4927-af98-ccbf5f26a4cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-24e0a9f6-e980-4c4a-b75e-38c6f45c3809 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-24e0a9f6-e980-4c4a-b75e-38c6f45c3809:hover {background-color: rgba(229, 187, 135, 1) !important;
text-decoration: none !important;}#s-24e0a9f6-e980-4c4a-b75e-38c6f45c3809:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-24e0a9f6-e980-4c4a-b75e-38c6f45c3809-root {
    text-align: center;
  }


#s-24e0a9f6-e980-4c4a-b75e-38c6f45c3809.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-24e0a9f6-e980-4c4a-b75e-38c6f45c3809-root {
    text-align: center;
  }


#s-24e0a9f6-e980-4c4a-b75e-38c6f45c3809.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-24e0a9f6-e980-4c4a-b75e-38c6f45c3809-root {
    text-align: center;
  }


#s-24e0a9f6-e980-4c4a-b75e-38c6f45c3809.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-24e0a9f6-e980-4c4a-b75e-38c6f45c3809-root {
    text-align: center;
  }


#s-24e0a9f6-e980-4c4a-b75e-38c6f45c3809.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-24e0a9f6-e980-4c4a-b75e-38c6f45c3809-root {
    text-align: center;
  }


#s-24e0a9f6-e980-4c4a-b75e-38c6f45c3809.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-6e147386-2f94-43e7-8330-235b23588484 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}







  #s-6e147386-2f94-43e7-8330-235b23588484 img.shogun-image {
    

    
    
    
  }


#s-6e147386-2f94-43e7-8330-235b23588484 .shogun-image-content {
  
    align-items: center;
  
}

#s-378aef98-4b4b-416e-90aa-81d14849ebf0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}







  #s-378aef98-4b4b-416e-90aa-81d14849ebf0 img.shogun-image {
    

    
    
    
  }


#s-378aef98-4b4b-416e-90aa-81d14849ebf0 .shogun-image-content {
  
    align-items: center;
  
}

#s-415859ac-1884-4857-a439-0cb14295e70c {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-415859ac-1884-4857-a439-0cb14295e70c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-415859ac-1884-4857-a439-0cb14295e70c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65737141-532d-4733-b07e-8c9daef2d3a1 {
  margin-top: 5px;
}

#s-a3158c83-baa1-49ae-a9ed-cf2cb2063bb9 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a3158c83-baa1-49ae-a9ed-cf2cb2063bb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3158c83-baa1-49ae-a9ed-cf2cb2063bb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba22c4a3-2a88-4449-aa67-7b237f0d7eeb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b78268be-15aa-48e3-a6d2-ca470e1eedd2 {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-0c2c2801-9e8a-4d76-8540-5536e2a953db {
  margin-left: 25px;
margin-right: 25px;
padding-top: 1px;
padding-bottom: 1px;
}

@media (min-width: 0px) {
[id="s-0c2c2801-9e8a-4d76-8540-5536e2a953db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c2c2801-9e8a-4d76-8540-5536e2a953db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c2c2801-9e8a-4d76-8540-5536e2a953db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c2c2801-9e8a-4d76-8540-5536e2a953db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d9cddda8-dfa8-469f-8406-28e2d74aa930 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-d9cddda8-dfa8-469f-8406-28e2d74aa930:hover {background-color: rgba(229, 187, 135, 1) !important;
text-decoration: none !important;}#s-d9cddda8-dfa8-469f-8406-28e2d74aa930:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d9cddda8-dfa8-469f-8406-28e2d74aa930-root {
    text-align: center;
  }


#s-d9cddda8-dfa8-469f-8406-28e2d74aa930.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d9cddda8-dfa8-469f-8406-28e2d74aa930-root {
    text-align: center;
  }


#s-d9cddda8-dfa8-469f-8406-28e2d74aa930.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9cddda8-dfa8-469f-8406-28e2d74aa930-root {
    text-align: center;
  }


#s-d9cddda8-dfa8-469f-8406-28e2d74aa930.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9cddda8-dfa8-469f-8406-28e2d74aa930-root {
    text-align: center;
  }


#s-d9cddda8-dfa8-469f-8406-28e2d74aa930.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d9cddda8-dfa8-469f-8406-28e2d74aa930-root {
    text-align: center;
  }


#s-d9cddda8-dfa8-469f-8406-28e2d74aa930.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-32a27db5-4571-4d94-b0eb-062c63507309 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-32a27db5-4571-4d94-b0eb-062c63507309:hover {background-color: rgba(229, 187, 135, 1) !important;
text-decoration: none !important;}#s-32a27db5-4571-4d94-b0eb-062c63507309:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-32a27db5-4571-4d94-b0eb-062c63507309-root {
    text-align: center;
  }


#s-32a27db5-4571-4d94-b0eb-062c63507309.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-32a27db5-4571-4d94-b0eb-062c63507309-root {
    text-align: center;
  }


#s-32a27db5-4571-4d94-b0eb-062c63507309.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-32a27db5-4571-4d94-b0eb-062c63507309-root {
    text-align: center;
  }


#s-32a27db5-4571-4d94-b0eb-062c63507309.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-32a27db5-4571-4d94-b0eb-062c63507309-root {
    text-align: center;
  }


#s-32a27db5-4571-4d94-b0eb-062c63507309.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-32a27db5-4571-4d94-b0eb-062c63507309-root {
    text-align: center;
  }


#s-32a27db5-4571-4d94-b0eb-062c63507309.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-062dd28f-a305-4a4d-88f8-cec86c9237b8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}







  #s-062dd28f-a305-4a4d-88f8-cec86c9237b8 img.shogun-image {
    

    
    
    
  }


#s-062dd28f-a305-4a4d-88f8-cec86c9237b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e24fb167-205e-4f7b-af5b-58300735be13 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}







  #s-e24fb167-205e-4f7b-af5b-58300735be13 img.shogun-image {
    

    
    
    
  }


#s-e24fb167-205e-4f7b-af5b-58300735be13 .shogun-image-content {
  
    align-items: center;
  
}

#s-90187117-349e-4503-9669-157103c30664 {
  min-height: 50px;
}








#s-90187117-349e-4503-9669-157103c30664 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90187117-349e-4503-9669-157103c30664.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4208d440-737f-44e1-93a9-3c3f6095a019 {
  margin-top: 150px;
margin-bottom: 75px;
}
@media (max-width: 767px){#s-4208d440-737f-44e1-93a9-3c3f6095a019 {
  
}
}
#s-ad680caa-a0ca-4eb0-921e-38121e8a7b98 {
  margin-left: 25px;
margin-bottom: 100px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-ad680caa-a0ca-4eb0-921e-38121e8a7b98"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-ad680caa-a0ca-4eb0-921e-38121e8a7b98"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-ad680caa-a0ca-4eb0-921e-38121e8a7b98"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-ad680caa-a0ca-4eb0-921e-38121e8a7b98"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-51a744aa-1bc0-4706-a9a3-3437e6495d33 {
  text-align: center;
}







  #s-51a744aa-1bc0-4706-a9a3-3437e6495d33 img.shogun-image {
    

    
    
    
  }


#s-51a744aa-1bc0-4706-a9a3-3437e6495d33 .shogun-image-content {
  
    align-items: center;
  
}

#s-47353352-1110-4083-847a-281c194419aa {
  text-align: center;
}







  #s-47353352-1110-4083-847a-281c194419aa img.shogun-image {
    

    
    
    
  }


#s-47353352-1110-4083-847a-281c194419aa .shogun-image-content {
  
    align-items: center;
  
}

#s-1ec41d9f-0c07-4c2b-9a44-af96fb4d8ab4 {
  text-align: center;
}







  #s-1ec41d9f-0c07-4c2b-9a44-af96fb4d8ab4 img.shogun-image {
    

    
    
    
  }


#s-1ec41d9f-0c07-4c2b-9a44-af96fb4d8ab4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0b9bc1e-ff37-41e1-8404-c93787aeb719 {
  text-align: center;
}







  #s-e0b9bc1e-ff37-41e1-8404-c93787aeb719 img.shogun-image {
    

    
    
    
  }


#s-e0b9bc1e-ff37-41e1-8404-c93787aeb719 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9fd5dab-1fab-402f-bf69-ff8deb51645e {
  text-align: center;
}
@media (min-width: 1200px){#s-c9fd5dab-1fab-402f-bf69-ff8deb51645e {
  display: none;
}
#s-c9fd5dab-1fab-402f-bf69-ff8deb51645e, #wrap-s-c9fd5dab-1fab-402f-bf69-ff8deb51645e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9fd5dab-1fab-402f-bf69-ff8deb51645e {
  display: none;
}
#s-c9fd5dab-1fab-402f-bf69-ff8deb51645e, #wrap-s-c9fd5dab-1fab-402f-bf69-ff8deb51645e { display:none !important; }}






  #s-c9fd5dab-1fab-402f-bf69-ff8deb51645e img.shogun-image {
    

    
    
    
  }


#s-c9fd5dab-1fab-402f-bf69-ff8deb51645e .shogun-image-content {
  
    align-items: center;
  
}

#s-e5d14332-d200-4f14-afa4-35da2e782acc {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5d14332-d200-4f14-afa4-35da2e782acc {
  display: none;
}
#s-e5d14332-d200-4f14-afa4-35da2e782acc, #wrap-s-e5d14332-d200-4f14-afa4-35da2e782acc { display:none !important; }}@media (max-width: 767px){#s-e5d14332-d200-4f14-afa4-35da2e782acc {
  display: none;
}
#s-e5d14332-d200-4f14-afa4-35da2e782acc, #wrap-s-e5d14332-d200-4f14-afa4-35da2e782acc { display:none !important; }}







#s-e5d14332-d200-4f14-afa4-35da2e782acc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5d14332-d200-4f14-afa4-35da2e782acc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17141a46-c0a7-4697-b3d6-c1429361d954 {
  margin-top: 50px;
margin-left: 200px;
margin-bottom: 50px;
margin-right: 200px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-17141a46-c0a7-4697-b3d6-c1429361d954 {
  display: none;
}
#s-17141a46-c0a7-4697-b3d6-c1429361d954, #wrap-s-17141a46-c0a7-4697-b3d6-c1429361d954 { display:none !important; }}@media (max-width: 767px){#s-17141a46-c0a7-4697-b3d6-c1429361d954 {
  display: none;
}
#s-17141a46-c0a7-4697-b3d6-c1429361d954, #wrap-s-17141a46-c0a7-4697-b3d6-c1429361d954 { display:none !important; }}






  #s-17141a46-c0a7-4697-b3d6-c1429361d954 img.shogun-image {
    

    
    
    
  }


#s-17141a46-c0a7-4697-b3d6-c1429361d954 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc663913-0384-40da-ab57-33fd1895cbd4 {
  margin-top: 50px;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}








#s-dc663913-0384-40da-ab57-33fd1895cbd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc663913-0384-40da-ab57-33fd1895cbd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9328dd84-616d-4680-ab80-d87fc6e0c195 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-9328dd84-616d-4680-ab80-d87fc6e0c195"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9328dd84-616d-4680-ab80-d87fc6e0c195"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9328dd84-616d-4680-ab80-d87fc6e0c195"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9328dd84-616d-4680-ab80-d87fc6e0c195"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-df624e38-b4b5-430b-90f7-cfd605dd566e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-df624e38-b4b5-430b-90f7-cfd605dd566e img.shogun-image {
    

    
    
    
  }


#s-df624e38-b4b5-430b-90f7-cfd605dd566e .shogun-image-content {
  
    align-items: center;
  
}

#s-dca2a8e9-d75d-4f48-8faf-61260d726d93 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-dca2a8e9-d75d-4f48-8faf-61260d726d93 img.shogun-image {
    

    
    
    
  }


#s-dca2a8e9-d75d-4f48-8faf-61260d726d93 .shogun-image-content {
  
    align-items: center;
  
}

#s-997789cc-3df2-4b28-b5b9-57a6ad5dc4ea {
  min-height: 50px;
background-color: rgba(184, 184, 184, 1);
}








#s-997789cc-3df2-4b28-b5b9-57a6ad5dc4ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-997789cc-3df2-4b28-b5b9-57a6ad5dc4ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdad97ba-41ea-4038-a8d9-a888055af715 {
  padding-top: 25px;
padding-bottom: 25px;
background-color: rgba(0, 0, 0, 1);
}

#s-7897aaba-ed0b-4275-b0a1-3e1468366101 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-7897aaba-ed0b-4275-b0a1-3e1468366101"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7897aaba-ed0b-4275-b0a1-3e1468366101"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7897aaba-ed0b-4275-b0a1-3e1468366101"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7897aaba-ed0b-4275-b0a1-3e1468366101"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-530e9712-ace3-4b6e-ac59-4a9cfd8072a6 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-530e9712-ace3-4b6e-ac59-4a9cfd8072a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-530e9712-ace3-4b6e-ac59-4a9cfd8072a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdd1ed70-7db1-4419-b39d-8dfafba1bf0c {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-731ba654-c99d-4741-b7cb-efe957758e18 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-731ba654-c99d-4741-b7cb-efe957758e18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-731ba654-c99d-4741-b7cb-efe957758e18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ccc6e8a9-3d5e-4c25-8c03-b211ef39612b {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-21fec89e-a5a6-46f0-a5cc-d770e774405c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-21fec89e-a5a6-46f0-a5cc-d770e774405c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21fec89e-a5a6-46f0-a5cc-d770e774405c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21fec89e-a5a6-46f0-a5cc-d770e774405c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21fec89e-a5a6-46f0-a5cc-d770e774405c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fd7a0346-3e03-4e2d-a954-38f951c04979 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fd7a0346-3e03-4e2d-a954-38f951c04979 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd7a0346-3e03-4e2d-a954-38f951c04979.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2592f172-780a-4cc9-9916-bfcadfe98995 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-c8999d81-96f0-4c37-a527-eb51d662ec1f {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c8999d81-96f0-4c37-a527-eb51d662ec1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8999d81-96f0-4c37-a527-eb51d662ec1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2376ce1b-475c-4306-821a-04d6d6520050 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-2d2fcf3e-5f47-4af7-a0a8-f909e4b09461 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-2d2fcf3e-5f47-4af7-a0a8-f909e4b09461"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d2fcf3e-5f47-4af7-a0a8-f909e4b09461"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d2fcf3e-5f47-4af7-a0a8-f909e4b09461"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d2fcf3e-5f47-4af7-a0a8-f909e4b09461"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d88b11a1-1be3-44fa-96a5-e1c8e805485e {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d88b11a1-1be3-44fa-96a5-e1c8e805485e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d88b11a1-1be3-44fa-96a5-e1c8e805485e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abf6c986-7b53-4427-b2e0-dd3d2922d9a3 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-f128b45a-b12c-4afa-b973-e28731f05e10 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f128b45a-b12c-4afa-b973-e28731f05e10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f128b45a-b12c-4afa-b973-e28731f05e10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-309d5e8b-dcae-4f53-841a-f20c9566a6b9 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-d990f303-e6c6-4a5c-9bed-63dc09ffdbc0 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-d990f303-e6c6-4a5c-9bed-63dc09ffdbc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d990f303-e6c6-4a5c-9bed-63dc09ffdbc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d990f303-e6c6-4a5c-9bed-63dc09ffdbc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d990f303-e6c6-4a5c-9bed-63dc09ffdbc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-109abbfa-0654-468b-bbc6-f138badcb3bd {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-109abbfa-0654-468b-bbc6-f138badcb3bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-109abbfa-0654-468b-bbc6-f138badcb3bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f85386e5-e50a-4b42-8cf0-d21bd24ded4d {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-552b7593-3e10-4949-8d78-21c5a1b6ee5e {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-552b7593-3e10-4949-8d78-21c5a1b6ee5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-552b7593-3e10-4949-8d78-21c5a1b6ee5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d51b3c5-d0ed-4e02-87dc-fea2edad81da {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-c5f85797-3d4d-4e9e-97b9-a04d56f7826a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-c5f85797-3d4d-4e9e-97b9-a04d56f7826a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5f85797-3d4d-4e9e-97b9-a04d56f7826a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c5f85797-3d4d-4e9e-97b9-a04d56f7826a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5f85797-3d4d-4e9e-97b9-a04d56f7826a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-967fb674-6404-4aa1-8551-3a080d1690b0 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-967fb674-6404-4aa1-8551-3a080d1690b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-967fb674-6404-4aa1-8551-3a080d1690b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-945cb7dc-8252-42ff-ac82-809083e20e90 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-983cc52d-1466-44c0-93c0-fdcc88713b79 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-983cc52d-1466-44c0-93c0-fdcc88713b79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-983cc52d-1466-44c0-93c0-fdcc88713b79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95257381-31c9-43ba-954e-7986284b1cb0 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-be2c7909-7024-4227-8e07-e56141f27bf9 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-be2c7909-7024-4227-8e07-e56141f27bf9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be2c7909-7024-4227-8e07-e56141f27bf9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be2c7909-7024-4227-8e07-e56141f27bf9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be2c7909-7024-4227-8e07-e56141f27bf9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5e67815a-bf30-41b4-8336-c7533fd63367 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5e67815a-bf30-41b4-8336-c7533fd63367 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e67815a-bf30-41b4-8336-c7533fd63367.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54f0cbec-abaf-438f-8b4d-f4a92072c8b4 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-347dff46-b930-49a4-8dd6-dde354382efc {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-347dff46-b930-49a4-8dd6-dde354382efc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-347dff46-b930-49a4-8dd6-dde354382efc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8100ce2-6b4a-43df-b04a-1f382a9a5c58 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-37ec2d15-8666-4d1a-918e-c662431fbf56 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-37ec2d15-8666-4d1a-918e-c662431fbf56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37ec2d15-8666-4d1a-918e-c662431fbf56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-37ec2d15-8666-4d1a-918e-c662431fbf56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-37ec2d15-8666-4d1a-918e-c662431fbf56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-882c75f8-ea74-43ef-b6ed-37dc53a0aba1 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-882c75f8-ea74-43ef-b6ed-37dc53a0aba1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-882c75f8-ea74-43ef-b6ed-37dc53a0aba1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e1739bb-186e-43bf-9c62-06fc568be3f8 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-8937a003-d84f-4f36-9f4d-3b138511fda9 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8937a003-d84f-4f36-9f4d-3b138511fda9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8937a003-d84f-4f36-9f4d-3b138511fda9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2ab4609-2478-4d23-8356-f91370b443c6 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-c147e62f-3c2b-448f-a13c-b84ea1a7134f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-c147e62f-3c2b-448f-a13c-b84ea1a7134f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c147e62f-3c2b-448f-a13c-b84ea1a7134f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c147e62f-3c2b-448f-a13c-b84ea1a7134f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c147e62f-3c2b-448f-a13c-b84ea1a7134f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-df14afb6-d238-4939-bbb4-3fb317234e0c {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-df14afb6-d238-4939-bbb4-3fb317234e0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df14afb6-d238-4939-bbb4-3fb317234e0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fac26665-4840-4cd6-870e-cc96582774fd {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-5c7a9d5b-b44e-4a5c-b9cf-d088337044b4 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5c7a9d5b-b44e-4a5c-b9cf-d088337044b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c7a9d5b-b44e-4a5c-b9cf-d088337044b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-beb480a0-61b6-4c07-b893-e5c8e0219081 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-52df8379-0a36-4c94-b197-3e948bdf3735 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-52df8379-0a36-4c94-b197-3e948bdf3735"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52df8379-0a36-4c94-b197-3e948bdf3735"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52df8379-0a36-4c94-b197-3e948bdf3735"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52df8379-0a36-4c94-b197-3e948bdf3735"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3c779e5b-eacd-43b4-88db-46fc9bb23145 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3c779e5b-eacd-43b4-88db-46fc9bb23145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c779e5b-eacd-43b4-88db-46fc9bb23145.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a470655-f0f1-4e71-8cc8-58d245d8d311 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-c72f30e9-4df6-4b32-906f-dcd454d00d89 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c72f30e9-4df6-4b32-906f-dcd454d00d89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c72f30e9-4df6-4b32-906f-dcd454d00d89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2eb80807-56f5-4e6b-ab56-f91c83742d92 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-75b505ec-fe9c-49ef-a6d4-cddf739db4b8 {
  min-height: 50px;
}








#s-75b505ec-fe9c-49ef-a6d4-cddf739db4b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75b505ec-fe9c-49ef-a6d4-cddf739db4b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0006dcf8-1c63-4f0e-810e-1c44d2ee7bc9 {
  padding-top: 25px;
padding-bottom: 25px;
background-color: rgba(0, 0, 0, 1);
}

#s-f7fffc63-0dc9-4b00-a1e8-5aa1326049f0 {
  min-height: 50px;
}








#s-f7fffc63-0dc9-4b00-a1e8-5aa1326049f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7fffc63-0dc9-4b00-a1e8-5aa1326049f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14a30192-6b8b-4000-9427-081960434b80 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
min-height: 50px;
}








#s-14a30192-6b8b-4000-9427-081960434b80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14a30192-6b8b-4000-9427-081960434b80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-41ba7de7-f90a-46d1-87fd-484526668b88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41ba7de7-f90a-46d1-87fd-484526668b88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41ba7de7-f90a-46d1-87fd-484526668b88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41ba7de7-f90a-46d1-87fd-484526668b88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-b87ee342-0f4f-4e71-95df-a42011a6f425"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b87ee342-0f4f-4e71-95df-a42011a6f425"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b87ee342-0f4f-4e71-95df-a42011a6f425"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b87ee342-0f4f-4e71-95df-a42011a6f425"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a8902f12-9d59-4000-bcba-9e13c6788f7e {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 431px;
aspect-ratio: 431/279;
text-align: center;
}





  #s-a8902f12-9d59-4000-bcba-9e13c6788f7e img.shogun-image,
  #s-a8902f12-9d59-4000-bcba-9e13c6788f7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8902f12-9d59-4000-bcba-9e13c6788f7e {
    width: 100%;
    height: auto;
  }



  #s-a8902f12-9d59-4000-bcba-9e13c6788f7e img.shogun-image {
    

    
    
    
  }


#s-a8902f12-9d59-4000-bcba-9e13c6788f7e .shogun-image-content {
  
    align-items: center;
  
}

#s-3c0198db-6607-47a6-9095-0ff0fb8d856f {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 431px;
aspect-ratio: 431/279;
text-align: center;
}





  #s-3c0198db-6607-47a6-9095-0ff0fb8d856f img.shogun-image,
  #s-3c0198db-6607-47a6-9095-0ff0fb8d856f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c0198db-6607-47a6-9095-0ff0fb8d856f {
    width: 100%;
    height: auto;
  }



  #s-3c0198db-6607-47a6-9095-0ff0fb8d856f img.shogun-image {
    

    
    
    
  }


#s-3c0198db-6607-47a6-9095-0ff0fb8d856f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8fed8660-aa90-4b29-b3a1-f26e8df5f28f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8fed8660-aa90-4b29-b3a1-f26e8df5f28f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8fed8660-aa90-4b29-b3a1-f26e8df5f28f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fed8660-aa90-4b29-b3a1-f26e8df5f28f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bf3e8ab4-fc72-42f8-9554-50d5dc62cb0d {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 431px;
aspect-ratio: 431/279;
text-align: center;
}





  #s-bf3e8ab4-fc72-42f8-9554-50d5dc62cb0d img.shogun-image,
  #s-bf3e8ab4-fc72-42f8-9554-50d5dc62cb0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bf3e8ab4-fc72-42f8-9554-50d5dc62cb0d {
    width: 100%;
    height: auto;
  }



  #s-bf3e8ab4-fc72-42f8-9554-50d5dc62cb0d img.shogun-image {
    

    
    
    
  }


#s-bf3e8ab4-fc72-42f8-9554-50d5dc62cb0d .shogun-image-content {
  
    align-items: center;
  
}

#s-3f30042e-5bfe-4a89-b158-3ca1fd0a4f95 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 431px;
aspect-ratio: 431/278;
text-align: center;
}





  #s-3f30042e-5bfe-4a89-b158-3ca1fd0a4f95 img.shogun-image,
  #s-3f30042e-5bfe-4a89-b158-3ca1fd0a4f95 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f30042e-5bfe-4a89-b158-3ca1fd0a4f95 {
    width: 100%;
    height: auto;
  }



  #s-3f30042e-5bfe-4a89-b158-3ca1fd0a4f95 img.shogun-image {
    

    
    
    
  }


#s-3f30042e-5bfe-4a89-b158-3ca1fd0a4f95 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9c15ef59-f9d7-431e-9405-18a04cc22092"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c15ef59-f9d7-431e-9405-18a04cc22092"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c15ef59-f9d7-431e-9405-18a04cc22092"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c15ef59-f9d7-431e-9405-18a04cc22092"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-fad09a7f-b2b2-4668-aeba-cf40c9da0d6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fad09a7f-b2b2-4668-aeba-cf40c9da0d6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fad09a7f-b2b2-4668-aeba-cf40c9da0d6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fad09a7f-b2b2-4668-aeba-cf40c9da0d6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c675ca39-11da-4619-a4a2-5d2d4a1f4a74 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-c675ca39-11da-4619-a4a2-5d2d4a1f4a74 img.shogun-image {
    

    
    
    
  }


#s-c675ca39-11da-4619-a4a2-5d2d4a1f4a74 .shogun-image-content {
  
    align-items: center;
  
}

#s-26927b3c-cdbd-4e94-a8b4-2e90d3850b1e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-26927b3c-cdbd-4e94-a8b4-2e90d3850b1e img.shogun-image {
    

    
    
    
  }


#s-26927b3c-cdbd-4e94-a8b4-2e90d3850b1e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-36431b86-6722-4ab2-b71d-64abc8a85ac5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-36431b86-6722-4ab2-b71d-64abc8a85ac5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36431b86-6722-4ab2-b71d-64abc8a85ac5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36431b86-6722-4ab2-b71d-64abc8a85ac5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9753ee35-0462-4696-8af6-890f9db1b1a9 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-9753ee35-0462-4696-8af6-890f9db1b1a9 img.shogun-image {
    

    
    
    
  }


#s-9753ee35-0462-4696-8af6-890f9db1b1a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1937a4c5-e38c-4422-bf96-f81ef36d471c {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-1937a4c5-e38c-4422-bf96-f81ef36d471c img.shogun-image {
    

    
    
    
  }


#s-1937a4c5-e38c-4422-bf96-f81ef36d471c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-369a59be-095b-4aba-a54e-ec0f75d2a91b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-369a59be-095b-4aba-a54e-ec0f75d2a91b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-369a59be-095b-4aba-a54e-ec0f75d2a91b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-369a59be-095b-4aba-a54e-ec0f75d2a91b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-7c5f1fd7-ca3c-4d97-b167-eb0d97aedab1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7c5f1fd7-ca3c-4d97-b167-eb0d97aedab1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c5f1fd7-ca3c-4d97-b167-eb0d97aedab1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c5f1fd7-ca3c-4d97-b167-eb0d97aedab1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fdfde40d-28eb-421a-8ab2-4266578be033 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-fdfde40d-28eb-421a-8ab2-4266578be033 img.shogun-image {
    

    
    
    
  }


#s-fdfde40d-28eb-421a-8ab2-4266578be033 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9861cdf-ea38-464b-a4bf-6fe269ee5a6f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-a9861cdf-ea38-464b-a4bf-6fe269ee5a6f img.shogun-image {
    

    
    
    
  }


#s-a9861cdf-ea38-464b-a4bf-6fe269ee5a6f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3502cbb9-ccbe-4d18-a3f0-25402133516b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3502cbb9-ccbe-4d18-a3f0-25402133516b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3502cbb9-ccbe-4d18-a3f0-25402133516b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3502cbb9-ccbe-4d18-a3f0-25402133516b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-be3aa7c2-563d-4662-aec1-c78ee044810f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-be3aa7c2-563d-4662-aec1-c78ee044810f img.shogun-image {
    

    
    
    
  }


#s-be3aa7c2-563d-4662-aec1-c78ee044810f .shogun-image-content {
  
    align-items: center;
  
}

#s-0e160814-4453-4df4-a8bd-9a96034b9137 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-0e160814-4453-4df4-a8bd-9a96034b9137 img.shogun-image {
    

    
    
    
  }


#s-0e160814-4453-4df4-a8bd-9a96034b9137 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-cac4eef9-dd75-4821-9944-705a53290f49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cac4eef9-dd75-4821-9944-705a53290f49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cac4eef9-dd75-4821-9944-705a53290f49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cac4eef9-dd75-4821-9944-705a53290f49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-3c6d7c6b-5f25-4274-bc94-4020f5accf35"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3c6d7c6b-5f25-4274-bc94-4020f5accf35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c6d7c6b-5f25-4274-bc94-4020f5accf35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c6d7c6b-5f25-4274-bc94-4020f5accf35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6115053f-605c-438d-aedf-69aeb3efab5e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-6115053f-605c-438d-aedf-69aeb3efab5e img.shogun-image {
    

    
    
    
  }


#s-6115053f-605c-438d-aedf-69aeb3efab5e .shogun-image-content {
  
    align-items: center;
  
}

#s-5d13cdf5-0af6-4ad9-be92-d5a201f98670 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-5d13cdf5-0af6-4ad9-be92-d5a201f98670 img.shogun-image {
    

    
    
    
  }


#s-5d13cdf5-0af6-4ad9-be92-d5a201f98670 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b306ffbc-521b-4c95-acda-2d7986c8a5cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b306ffbc-521b-4c95-acda-2d7986c8a5cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b306ffbc-521b-4c95-acda-2d7986c8a5cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b306ffbc-521b-4c95-acda-2d7986c8a5cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a7774100-4ca3-465d-899e-9e5c03d78142 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-a7774100-4ca3-465d-899e-9e5c03d78142 img.shogun-image {
    

    
    
    
  }


#s-a7774100-4ca3-465d-899e-9e5c03d78142 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1aff01c-6137-483f-bc2c-2ce51a1fc6f4 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-c1aff01c-6137-483f-bc2c-2ce51a1fc6f4 img.shogun-image {
    

    
    
    
  }


#s-c1aff01c-6137-483f-bc2c-2ce51a1fc6f4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9fce36df-ccea-43ec-92f2-b349388a2795"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fce36df-ccea-43ec-92f2-b349388a2795"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9fce36df-ccea-43ec-92f2-b349388a2795"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fce36df-ccea-43ec-92f2-b349388a2795"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-5a161dbb-ed19-405d-b707-178b56607fc0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5a161dbb-ed19-405d-b707-178b56607fc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a161dbb-ed19-405d-b707-178b56607fc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a161dbb-ed19-405d-b707-178b56607fc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a0b458bd-5b68-4f4a-80aa-28078d9fa487 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-a0b458bd-5b68-4f4a-80aa-28078d9fa487 img.shogun-image {
    

    
    
    
  }


#s-a0b458bd-5b68-4f4a-80aa-28078d9fa487 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5f73f42-926c-4836-b1c2-31d4be16ae6e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-d5f73f42-926c-4836-b1c2-31d4be16ae6e img.shogun-image {
    

    
    
    
  }


#s-d5f73f42-926c-4836-b1c2-31d4be16ae6e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3398e126-855c-41f1-9875-e4ea127cedf9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3398e126-855c-41f1-9875-e4ea127cedf9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3398e126-855c-41f1-9875-e4ea127cedf9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3398e126-855c-41f1-9875-e4ea127cedf9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-28b97c5f-eb67-4d11-ad24-05625b449053 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-28b97c5f-eb67-4d11-ad24-05625b449053 img.shogun-image {
    

    
    
    
  }


#s-28b97c5f-eb67-4d11-ad24-05625b449053 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe9ef1ee-d448-4dc9-a021-df9bbcf163e1 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-fe9ef1ee-d448-4dc9-a021-df9bbcf163e1 img.shogun-image {
    

    
    
    
  }


#s-fe9ef1ee-d448-4dc9-a021-df9bbcf163e1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-aa7c25d5-b48f-454e-8bfc-fa3f99e242cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa7c25d5-b48f-454e-8bfc-fa3f99e242cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa7c25d5-b48f-454e-8bfc-fa3f99e242cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa7c25d5-b48f-454e-8bfc-fa3f99e242cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-5bf0578e-859e-4bc6-8db3-c7e4f27e13ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5bf0578e-859e-4bc6-8db3-c7e4f27e13ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5bf0578e-859e-4bc6-8db3-c7e4f27e13ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bf0578e-859e-4bc6-8db3-c7e4f27e13ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e8b1e23c-9bd6-4335-860d-2b75a159d1ce {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-e8b1e23c-9bd6-4335-860d-2b75a159d1ce img.shogun-image {
    

    
    
    
  }


#s-e8b1e23c-9bd6-4335-860d-2b75a159d1ce .shogun-image-content {
  
    align-items: center;
  
}

#s-f66c6044-b140-4959-850c-9eb5229f0d33 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-f66c6044-b140-4959-850c-9eb5229f0d33 img.shogun-image {
    

    
    
    
  }


#s-f66c6044-b140-4959-850c-9eb5229f0d33 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5fa74705-3c36-4634-853f-3d94338b438e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5fa74705-3c36-4634-853f-3d94338b438e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5fa74705-3c36-4634-853f-3d94338b438e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fa74705-3c36-4634-853f-3d94338b438e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-34642a93-6922-41b9-8a2b-f85d1c66f595 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-34642a93-6922-41b9-8a2b-f85d1c66f595 img.shogun-image {
    

    
    
    
  }


#s-34642a93-6922-41b9-8a2b-f85d1c66f595 .shogun-image-content {
  
    align-items: center;
  
}

#s-167959f4-510f-4df3-bb7b-67311cc9b5c5 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-167959f4-510f-4df3-bb7b-67311cc9b5c5 img.shogun-image {
    

    
    
    
  }


#s-167959f4-510f-4df3-bb7b-67311cc9b5c5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3c20487a-792a-42a7-b762-8bfe15804362"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c20487a-792a-42a7-b762-8bfe15804362"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c20487a-792a-42a7-b762-8bfe15804362"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c20487a-792a-42a7-b762-8bfe15804362"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-1cc1e6ef-cf98-4416-a902-2bb3728c4279"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1cc1e6ef-cf98-4416-a902-2bb3728c4279"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1cc1e6ef-cf98-4416-a902-2bb3728c4279"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cc1e6ef-cf98-4416-a902-2bb3728c4279"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8c49e2e9-dd78-4456-953c-0157a4fcf7b7 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-8c49e2e9-dd78-4456-953c-0157a4fcf7b7 img.shogun-image {
    

    
    
    
  }


#s-8c49e2e9-dd78-4456-953c-0157a4fcf7b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf9d1b18-62c7-44d4-98d5-8d19376d5771 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-cf9d1b18-62c7-44d4-98d5-8d19376d5771 img.shogun-image {
    

    
    
    
  }


#s-cf9d1b18-62c7-44d4-98d5-8d19376d5771 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2005b2d8-89bf-4e3c-a42f-3ec41896e849"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2005b2d8-89bf-4e3c-a42f-3ec41896e849"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2005b2d8-89bf-4e3c-a42f-3ec41896e849"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2005b2d8-89bf-4e3c-a42f-3ec41896e849"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bee2993d-fc46-42a4-8668-20d5826cad79 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-bee2993d-fc46-42a4-8668-20d5826cad79 img.shogun-image {
    

    
    
    
  }


#s-bee2993d-fc46-42a4-8668-20d5826cad79 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ac631c6-2a11-47bb-9aec-29837f8a1ffd {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-2ac631c6-2a11-47bb-9aec-29837f8a1ffd img.shogun-image {
    

    
    
    
  }


#s-2ac631c6-2a11-47bb-9aec-29837f8a1ffd .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e1520d13-7c9b-4c9f-acef-68598b488ace"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1520d13-7c9b-4c9f-acef-68598b488ace"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e1520d13-7c9b-4c9f-acef-68598b488ace"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1520d13-7c9b-4c9f-acef-68598b488ace"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-a6897162-0942-4eec-ae10-bc66011470db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a6897162-0942-4eec-ae10-bc66011470db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6897162-0942-4eec-ae10-bc66011470db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6897162-0942-4eec-ae10-bc66011470db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4fae4da6-b6a2-41b3-99f6-d936008719cc {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-4fae4da6-b6a2-41b3-99f6-d936008719cc img.shogun-image {
    

    
    
    
  }


#s-4fae4da6-b6a2-41b3-99f6-d936008719cc .shogun-image-content {
  
    align-items: center;
  
}

#s-e6743deb-5ec0-42b2-a17e-e37cfb70a23a {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-e6743deb-5ec0-42b2-a17e-e37cfb70a23a img.shogun-image {
    

    
    
    
  }


#s-e6743deb-5ec0-42b2-a17e-e37cfb70a23a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b437aa24-8f9c-4dfa-af2f-7facdf387496"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b437aa24-8f9c-4dfa-af2f-7facdf387496"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b437aa24-8f9c-4dfa-af2f-7facdf387496"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b437aa24-8f9c-4dfa-af2f-7facdf387496"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cbcf61a1-787b-4d27-b94c-256892f8406e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-cbcf61a1-787b-4d27-b94c-256892f8406e img.shogun-image {
    

    
    
    
  }


#s-cbcf61a1-787b-4d27-b94c-256892f8406e .shogun-image-content {
  
    align-items: center;
  
}

#s-c68cffb9-21b4-49e2-a2be-0af9e375d56b {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-c68cffb9-21b4-49e2-a2be-0af9e375d56b img.shogun-image {
    

    
    
    
  }


#s-c68cffb9-21b4-49e2-a2be-0af9e375d56b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-91ab9bc2-9f45-4403-8bb9-ede508e97c13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91ab9bc2-9f45-4403-8bb9-ede508e97c13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91ab9bc2-9f45-4403-8bb9-ede508e97c13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91ab9bc2-9f45-4403-8bb9-ede508e97c13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-cdb6960a-a0a5-4c77-8a37-0e8af3897b98"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cdb6960a-a0a5-4c77-8a37-0e8af3897b98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cdb6960a-a0a5-4c77-8a37-0e8af3897b98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdb6960a-a0a5-4c77-8a37-0e8af3897b98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fe80e564-7e8a-44d3-922e-1b38e8db8d33 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-fe80e564-7e8a-44d3-922e-1b38e8db8d33 img.shogun-image {
    

    
    
    
  }


#s-fe80e564-7e8a-44d3-922e-1b38e8db8d33 .shogun-image-content {
  
    align-items: center;
  
}

#s-89e4dc6c-159c-493e-a1e4-ac2fbebf743a {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-89e4dc6c-159c-493e-a1e4-ac2fbebf743a img.shogun-image {
    

    
    
    
  }


#s-89e4dc6c-159c-493e-a1e4-ac2fbebf743a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c811ebca-73b0-4b68-902a-3b189b677ca9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c811ebca-73b0-4b68-902a-3b189b677ca9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c811ebca-73b0-4b68-902a-3b189b677ca9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c811ebca-73b0-4b68-902a-3b189b677ca9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ff2ccdba-b451-4576-9733-6dfa75cbbe6a {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-ff2ccdba-b451-4576-9733-6dfa75cbbe6a img.shogun-image {
    

    
    
    
  }


#s-ff2ccdba-b451-4576-9733-6dfa75cbbe6a .shogun-image-content {
  
    align-items: center;
  
}

#s-6cf0f423-df1d-461b-a59b-112d00952a09 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-6cf0f423-df1d-461b-a59b-112d00952a09 img.shogun-image {
    

    
    
    
  }


#s-6cf0f423-df1d-461b-a59b-112d00952a09 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-65cd2d7d-05e4-438d-a9fd-0f76efc1ad1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65cd2d7d-05e4-438d-a9fd-0f76efc1ad1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65cd2d7d-05e4-438d-a9fd-0f76efc1ad1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65cd2d7d-05e4-438d-a9fd-0f76efc1ad1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-3a4fc902-2465-4d18-86f2-81f8cbf42008"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3a4fc902-2465-4d18-86f2-81f8cbf42008"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a4fc902-2465-4d18-86f2-81f8cbf42008"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a4fc902-2465-4d18-86f2-81f8cbf42008"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-742e9d62-d464-4400-8895-74b9b529ceae {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-742e9d62-d464-4400-8895-74b9b529ceae img.shogun-image {
    

    
    
    
  }


#s-742e9d62-d464-4400-8895-74b9b529ceae .shogun-image-content {
  
    align-items: center;
  
}

#s-1c5e988e-5a69-4d20-a67c-d1cdcf42efe6 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-1c5e988e-5a69-4d20-a67c-d1cdcf42efe6 img.shogun-image {
    

    
    
    
  }


#s-1c5e988e-5a69-4d20-a67c-d1cdcf42efe6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d8e81b03-c641-4c3b-81d2-bbdf95ce140f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d8e81b03-c641-4c3b-81d2-bbdf95ce140f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d8e81b03-c641-4c3b-81d2-bbdf95ce140f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8e81b03-c641-4c3b-81d2-bbdf95ce140f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cc455a32-0429-40a7-b589-e729b9c4d616 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-cc455a32-0429-40a7-b589-e729b9c4d616 img.shogun-image {
    

    
    
    
  }


#s-cc455a32-0429-40a7-b589-e729b9c4d616 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bf04897-27bf-4d7a-b068-1b56fc744c13 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-5bf04897-27bf-4d7a-b068-1b56fc744c13 img.shogun-image {
    

    
    
    
  }


#s-5bf04897-27bf-4d7a-b068-1b56fc744c13 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-438829bd-4adb-4a70-a045-7930f570b332"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-438829bd-4adb-4a70-a045-7930f570b332"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-438829bd-4adb-4a70-a045-7930f570b332"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-438829bd-4adb-4a70-a045-7930f570b332"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-fc1dd12a-9470-4b2b-ad1b-65a54ee91f92"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fc1dd12a-9470-4b2b-ad1b-65a54ee91f92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc1dd12a-9470-4b2b-ad1b-65a54ee91f92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc1dd12a-9470-4b2b-ad1b-65a54ee91f92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3a125883-6524-442e-b5fb-8f60b6f05574 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-3a125883-6524-442e-b5fb-8f60b6f05574 img.shogun-image {
    

    
    
    
  }


#s-3a125883-6524-442e-b5fb-8f60b6f05574 .shogun-image-content {
  
    align-items: center;
  
}

#s-9da81ffb-0e8e-4c8e-bc9a-32beff4c16a8 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-9da81ffb-0e8e-4c8e-bc9a-32beff4c16a8 img.shogun-image {
    

    
    
    
  }


#s-9da81ffb-0e8e-4c8e-bc9a-32beff4c16a8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b0af19bf-03d5-47cb-9888-fec9667a4aa7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b0af19bf-03d5-47cb-9888-fec9667a4aa7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0af19bf-03d5-47cb-9888-fec9667a4aa7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0af19bf-03d5-47cb-9888-fec9667a4aa7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0e716f3b-0164-4d49-99a4-08e0ef8fc300 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-0e716f3b-0164-4d49-99a4-08e0ef8fc300 img.shogun-image {
    

    
    
    
  }


#s-0e716f3b-0164-4d49-99a4-08e0ef8fc300 .shogun-image-content {
  
    align-items: center;
  
}

#s-92576cb9-436e-4f02-9686-4d76075a84cb {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-92576cb9-436e-4f02-9686-4d76075a84cb img.shogun-image {
    

    
    
    
  }


#s-92576cb9-436e-4f02-9686-4d76075a84cb .shogun-image-content {
  
    align-items: center;
  
}

#s-b721f0e5-5c96-487b-b213-5c22295a9024 {
  min-height: 50px;
}








#s-b721f0e5-5c96-487b-b213-5c22295a9024 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b721f0e5-5c96-487b-b213-5c22295a9024.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4835e58-00c0-4c39-9cd2-f9fce9ea4c6b {
  padding-top: 25px;
padding-bottom: 25px;
background-color: rgba(0, 0, 0, 1);
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-243798fb-9585-4039-920c-1780abf46776 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

#s-243798fb-9585-4039-920c-1780abf46776 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-243798fb-9585-4039-920c-1780abf46776 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-243798fb-9585-4039-920c-1780abf46776 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-243798fb-9585-4039-920c-1780abf46776 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-243798fb-9585-4039-920c-1780abf46776 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-243798fb-9585-4039-920c-1780abf46776 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-013402f4-fffd-4152-9622-db9ad35746e6 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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