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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

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

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

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

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

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

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

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

#s-8ea8a9f4-e0a2-4346-bee4-7f31d76043b3 {
  background-size: contain;
background-attachment: fixed;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
background-repeat: repeat;
}
@media (min-width: 1200px){#s-8ea8a9f4-e0a2-4346-bee4-7f31d76043b3 {
  padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ea8a9f4-e0a2-4346-bee4-7f31d76043b3 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-8ea8a9f4-e0a2-4346-bee4-7f31d76043b3 {
  margin-top: -20px;
}
}







#s-8ea8a9f4-e0a2-4346-bee4-7f31d76043b3 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.5;
  display: block;
}#s-8ea8a9f4-e0a2-4346-bee4-7f31d76043b3.shg-box.shg-c {
  justify-content: center;
}

#s-94178572-3b62-4919-9458-efa7829379d8 {
  padding-top: 0px;
padding-bottom: 0px;
background-repeat: no-repeat;
background-attachment: scroll;
}
@media (max-width: 767px){#s-94178572-3b62-4919-9458-efa7829379d8 {
  margin-top: 0px;
}
}







#s-94178572-3b62-4919-9458-efa7829379d8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-94178572-3b62-4919-9458-efa7829379d8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc {
  background-repeat: repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 20px;
padding-bottom: 50px;
min-height: 800px;
background-position: center center;
opacity: 1;
}
@media (max-width: 767px){#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc {
  background-attachment: scroll;
}
}
#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc {
  background-image: url(https://i.shgcdn.com/0966d3b5-1a9a-4707-9b30-d85124491107/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc {
  background-image: url(https://i.shgcdn.com/0966d3b5-1a9a-4707-9b30-d85124491107/-/resize/480x/);
}
#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc {
  background-image: url(https://i.shgcdn.com/0966d3b5-1a9a-4707-9b30-d85124491107/-/resize/960x/);
}
#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc {
  background-image: url(https://i.shgcdn.com/0966d3b5-1a9a-4707-9b30-d85124491107/-/resize/768x/);
}
#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc {
  background-image: url(https://i.shgcdn.com/0966d3b5-1a9a-4707-9b30-d85124491107/-/resize/1536x/);
}
#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc {
  background-image: url(https://i.shgcdn.com/0966d3b5-1a9a-4707-9b30-d85124491107/-/resize/1024x/);
}
#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc {
  background-image: url(https://i.shgcdn.com/0966d3b5-1a9a-4707-9b30-d85124491107/-/resize/2048x/);
}
#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc {
  background-image: url(https://i.shgcdn.com/0966d3b5-1a9a-4707-9b30-d85124491107/-/resize/1200x/);
}
#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc {
  background-image: url(https://i.shgcdn.com/0966d3b5-1a9a-4707-9b30-d85124491107/-/resize/2048x/);
}
#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-e623e64a-dd9c-4b04-8991-de76b34ba8fc.shg-box.shg-c {
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 500px;
text-align: center;
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 {
  margin: 0 !important;
  overflow: visible;
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 img.shogun-image {
  /* Add background color handling */
  
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880.shogun-image {
  box-sizing: border-box;
}



.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 img.shogun-image {
  
}


@media (min-width: 1200px){#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 {
  margin: 0 !important;
  overflow: visible;
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 img.shogun-image {
  /* Add background color handling */
  
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880.shogun-image {
  box-sizing: border-box;
}



.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 {
  margin: 0 !important;
  overflow: visible;
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 img.shogun-image {
  /* Add background color handling */
  
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880.shogun-image {
  box-sizing: border-box;
}



.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 {
  margin: 0 !important;
  overflow: visible;
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 img.shogun-image {
  /* Add background color handling */
  
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880.shogun-image {
  box-sizing: border-box;
}



.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 img.shogun-image {
  
}


}@media (max-width: 767px){#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 {
  margin: 0 !important;
  overflow: visible;
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 img.shogun-image {
  /* Add background color handling */
  
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeccf1ce-bff0-47d3-b8d0-bb6423489880.shogun-image {
  box-sizing: border-box;
}



.s-aeccf1ce-bff0-47d3-b8d0-bb6423489880 img.shogun-image {
  
}


}
#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 600px;
text-align: center;
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf {
  margin: 0 !important;
  overflow: visible;
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf img.shogun-image {
  /* Add background color handling */
  
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf.shogun-image {
  box-sizing: border-box;
}



.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf img.shogun-image {
  
}


@media (min-width: 1200px){#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf {
  margin: 0 !important;
  overflow: visible;
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf img.shogun-image {
  /* Add background color handling */
  
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf.shogun-image {
  box-sizing: border-box;
}



.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf {
  margin: 0 !important;
  overflow: visible;
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf img.shogun-image {
  /* Add background color handling */
  
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf.shogun-image {
  box-sizing: border-box;
}



.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf {
  margin: 0 !important;
  overflow: visible;
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf img.shogun-image {
  /* Add background color handling */
  
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf.shogun-image {
  box-sizing: border-box;
}



.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf img.shogun-image {
  
}


}@media (max-width: 767px){#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf {
  margin: 0 !important;
  overflow: visible;
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf img.shogun-image {
  /* Add background color handling */
  
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf.shogun-image {
  box-sizing: border-box;
}



.s-8ff5bc73-7f7d-49fd-95d5-ed7f199affaf img.shogun-image {
  
}


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

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

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

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

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

#s-2d5b026b-fe63-4d00-8246-a86ccc6f45e1 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 500px;
}
@media (max-width: 767px){#s-2d5b026b-fe63-4d00-8246-a86ccc6f45e1 {
  padding-left: 10px;
padding-right: 10px;
max-width: 300px;
}
}
@media (min-width: 0px) {
[id="s-2d5b026b-fe63-4d00-8246-a86ccc6f45e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2d5b026b-fe63-4d00-8246-a86ccc6f45e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2d5b026b-fe63-4d00-8246-a86ccc6f45e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d5b026b-fe63-4d00-8246-a86ccc6f45e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-3f1bdfd2-3897-4f5a-a084-00afbaefacfe {
  box-shadow:2px 2px 5px 2px rgba(93, 93, 93, 1);
margin-bottom: 1px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(37, 171, 226, 1);
border-style: none;
border-radius: 15px;
background-color: rgba(37, 171, 226, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 249, 237, 1);
line-height: 1em;
}
#s-3f1bdfd2-3897-4f5a-a084-00afbaefacfe:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzNhNTBlMjQtYWMwMy00NGMwLWE4MTUtNDI2NDdiZDliMmY5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDgwODAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3M2E1MGUyNC1hYzAzLTQ0YzAtYTgxNS00MjY0N2JkOWIyZjkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#080801"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(250, 238, 238, 1) !important;}#s-3f1bdfd2-3897-4f5a-a084-00afbaefacfe:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-3f1bdfd2-3897-4f5a-a084-00afbaefacfe {
  min-height: 25px;
}
}

  #s-3f1bdfd2-3897-4f5a-a084-00afbaefacfe-root {
    text-align: center;
  }


#s-3f1bdfd2-3897-4f5a-a084-00afbaefacfe.shg-btn {
  color: rgba(249, 249, 237, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3f1bdfd2-3897-4f5a-a084-00afbaefacfe-root {
    text-align: center;
  }


#s-3f1bdfd2-3897-4f5a-a084-00afbaefacfe.shg-btn {
  color: rgba(249, 249, 237, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f1bdfd2-3897-4f5a-a084-00afbaefacfe-root {
    text-align: center;
  }


#s-3f1bdfd2-3897-4f5a-a084-00afbaefacfe.shg-btn {
  color: rgba(249, 249, 237, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f1bdfd2-3897-4f5a-a084-00afbaefacfe-root {
    text-align: center;
  }


#s-3f1bdfd2-3897-4f5a-a084-00afbaefacfe.shg-btn {
  color: rgba(249, 249, 237, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3f1bdfd2-3897-4f5a-a084-00afbaefacfe-root {
    text-align: center;
  }


#s-3f1bdfd2-3897-4f5a-a084-00afbaefacfe.shg-btn {
  color: rgba(249, 249, 237, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f90e5c76-c261-4062-9a1a-583ba84c3681 {
  box-shadow:2px 2px 5px 2px rgba(93, 93, 93, 1);
margin-bottom: 1px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(37, 171, 226, 1);
border-style: none;
border-radius: 15px;
background-color: rgba(37, 171, 226, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
}
#s-f90e5c76-c261-4062-9a1a-583ba84c3681:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzVlZDhkZmYtMTUxOS00MDQ1LThjYjAtYjJlOTI5ZWUxMGIwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDgwODAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNWVkOGRmZi0xNTE5LTQwNDUtOGNiMC1iMmU5MjllZTEwYjApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#080801"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(250, 238, 238, 1) !important;}#s-f90e5c76-c261-4062-9a1a-583ba84c3681:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-f90e5c76-c261-4062-9a1a-583ba84c3681 {
  min-height: 25px;
}
}

  #s-f90e5c76-c261-4062-9a1a-583ba84c3681-root {
    text-align: center;
  }


#s-f90e5c76-c261-4062-9a1a-583ba84c3681.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f90e5c76-c261-4062-9a1a-583ba84c3681-root {
    text-align: center;
  }


#s-f90e5c76-c261-4062-9a1a-583ba84c3681.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f90e5c76-c261-4062-9a1a-583ba84c3681-root {
    text-align: center;
  }


#s-f90e5c76-c261-4062-9a1a-583ba84c3681.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f90e5c76-c261-4062-9a1a-583ba84c3681-root {
    text-align: center;
  }


#s-f90e5c76-c261-4062-9a1a-583ba84c3681.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f90e5c76-c261-4062-9a1a-583ba84c3681-root {
    text-align: center;
  }


#s-f90e5c76-c261-4062-9a1a-583ba84c3681.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-28918de4-3351-41ce-98eb-cbe2a93d8b97 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 500px;
}
@media (max-width: 767px){#s-28918de4-3351-41ce-98eb-cbe2a93d8b97 {
  padding-left: 10px;
padding-right: 10px;
max-width: 300px;
}
}
@media (min-width: 0px) {
[id="s-28918de4-3351-41ce-98eb-cbe2a93d8b97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-28918de4-3351-41ce-98eb-cbe2a93d8b97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-28918de4-3351-41ce-98eb-cbe2a93d8b97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-28918de4-3351-41ce-98eb-cbe2a93d8b97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d7aedbc4-c251-487d-b69e-50e127d1ca8e {
  box-shadow:2px 2px 5px 2px rgba(93, 93, 93, 1);
margin-bottom: 1px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(37, 171, 226, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 171, 226, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
}
#s-d7aedbc4-c251-487d-b69e-50e127d1ca8e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWM4MzYyNmItZDg1Yy00MWMyLTg1NWUtMWZiMjM2MjRhOTE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDgwODAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YzgzNjI2Yi1kODVjLTQxYzItODU1ZS0xZmIyMzYyNGE5MTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#080801"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(250, 238, 238, 1) !important;}#s-d7aedbc4-c251-487d-b69e-50e127d1ca8e:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-d7aedbc4-c251-487d-b69e-50e127d1ca8e {
  min-height: 25px;
}
}

  #s-d7aedbc4-c251-487d-b69e-50e127d1ca8e-root {
    text-align: center;
  }


#s-d7aedbc4-c251-487d-b69e-50e127d1ca8e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d7aedbc4-c251-487d-b69e-50e127d1ca8e-root {
    text-align: center;
  }


#s-d7aedbc4-c251-487d-b69e-50e127d1ca8e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7aedbc4-c251-487d-b69e-50e127d1ca8e-root {
    text-align: center;
  }


#s-d7aedbc4-c251-487d-b69e-50e127d1ca8e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7aedbc4-c251-487d-b69e-50e127d1ca8e-root {
    text-align: center;
  }


#s-d7aedbc4-c251-487d-b69e-50e127d1ca8e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d7aedbc4-c251-487d-b69e-50e127d1ca8e-root {
    text-align: center;
  }


#s-d7aedbc4-c251-487d-b69e-50e127d1ca8e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-c68f8895-9890-47c3-a6a2-7bb6e93784ce {
  box-shadow:2px 2px 5px 2px rgba(93, 93, 93, 1);
margin-bottom: 1px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(37, 171, 226, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 171, 226, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
}
#s-c68f8895-9890-47c3-a6a2-7bb6e93784ce:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDFjNTMwYzAtYjcxYi00ZTI2LWEyYzMtYjhjNGI5NjMyYTk1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDgwODAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMWM1MzBjMC1iNzFiLTRlMjYtYTJjMy1iOGM0Yjk2MzJhOTUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#080801"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(250, 238, 238, 1) !important;}#s-c68f8895-9890-47c3-a6a2-7bb6e93784ce:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-c68f8895-9890-47c3-a6a2-7bb6e93784ce {
  min-height: 25px;
}
}

  #s-c68f8895-9890-47c3-a6a2-7bb6e93784ce-root {
    text-align: center;
  }


#s-c68f8895-9890-47c3-a6a2-7bb6e93784ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c68f8895-9890-47c3-a6a2-7bb6e93784ce-root {
    text-align: center;
  }


#s-c68f8895-9890-47c3-a6a2-7bb6e93784ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c68f8895-9890-47c3-a6a2-7bb6e93784ce-root {
    text-align: center;
  }


#s-c68f8895-9890-47c3-a6a2-7bb6e93784ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c68f8895-9890-47c3-a6a2-7bb6e93784ce-root {
    text-align: center;
  }


#s-c68f8895-9890-47c3-a6a2-7bb6e93784ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c68f8895-9890-47c3-a6a2-7bb6e93784ce-root {
    text-align: center;
  }


#s-c68f8895-9890-47c3-a6a2-7bb6e93784ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-bf1142ce-1b94-49bf-b44e-5ffa8526a37a {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-bf1142ce-1b94-49bf-b44e-5ffa8526a37a {
  padding-left: 10px;
padding-right: 10px;
display: none;
}
#s-bf1142ce-1b94-49bf-b44e-5ffa8526a37a, #wrap-s-bf1142ce-1b94-49bf-b44e-5ffa8526a37a, #wrap-content-s-bf1142ce-1b94-49bf-b44e-5ffa8526a37a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf1142ce-1b94-49bf-b44e-5ffa8526a37a {
  display: none;
}
#s-bf1142ce-1b94-49bf-b44e-5ffa8526a37a, #wrap-s-bf1142ce-1b94-49bf-b44e-5ffa8526a37a, #wrap-content-s-bf1142ce-1b94-49bf-b44e-5ffa8526a37a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf1142ce-1b94-49bf-b44e-5ffa8526a37a {
  display: none;
}
#s-bf1142ce-1b94-49bf-b44e-5ffa8526a37a, #wrap-s-bf1142ce-1b94-49bf-b44e-5ffa8526a37a, #wrap-content-s-bf1142ce-1b94-49bf-b44e-5ffa8526a37a { display: none !important; }}@media (max-width: 767px){#s-bf1142ce-1b94-49bf-b44e-5ffa8526a37a {
  display: none;
}
#s-bf1142ce-1b94-49bf-b44e-5ffa8526a37a, #wrap-s-bf1142ce-1b94-49bf-b44e-5ffa8526a37a, #wrap-content-s-bf1142ce-1b94-49bf-b44e-5ffa8526a37a { display: none !important; }}
#s-36d1bc8a-17b6-4952-99d5-60e6a08aba0d {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 214, 3, 1);
border-style: solid;
background-color: rgba(37, 171, 226, 1);
background-repeat: repeat;
}








#s-36d1bc8a-17b6-4952-99d5-60e6a08aba0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36d1bc8a-17b6-4952-99d5-60e6a08aba0d.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@media (min-width: 1200px){#s-d2e5459e-164d-4eae-ba05-56eccf1089bf {
  display: none;
}
#s-d2e5459e-164d-4eae-ba05-56eccf1089bf, #wrap-s-d2e5459e-164d-4eae-ba05-56eccf1089bf, #wrap-content-s-d2e5459e-164d-4eae-ba05-56eccf1089bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2e5459e-164d-4eae-ba05-56eccf1089bf {
  display: none;
}
#s-d2e5459e-164d-4eae-ba05-56eccf1089bf, #wrap-s-d2e5459e-164d-4eae-ba05-56eccf1089bf, #wrap-content-s-d2e5459e-164d-4eae-ba05-56eccf1089bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2e5459e-164d-4eae-ba05-56eccf1089bf {
  
}
}
#s-d2e5459e-164d-4eae-ba05-56eccf1089bf .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d2e5459e-164d-4eae-ba05-56eccf1089bf .shg-sld-nav-button.shg-sld-left,
#s-d2e5459e-164d-4eae-ba05-56eccf1089bf .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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-26e61238-f0ea-4ced-8c5d-ee85314af91e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
background-color: rgba(24, 0, 133, 0);
}

#s-26e61238-f0ea-4ced-8c5d-ee85314af91e {
  overflow: hidden;
  
  
}







  #s-26e61238-f0ea-4ced-8c5d-ee85314af91e img.shogun-image {
    

    
    
    
  }


#s-26e61238-f0ea-4ced-8c5d-ee85314af91e .shogun-image-content {
  
    justify-content: center;
  
}

#s-c6785660-b3a6-4b2b-8e7c-a23e9afc49bd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
background-color: rgba(24, 0, 133, 0);
}

#s-c6785660-b3a6-4b2b-8e7c-a23e9afc49bd {
  overflow: hidden;
  
  
}







  #s-c6785660-b3a6-4b2b-8e7c-a23e9afc49bd img.shogun-image {
    

    
    
    
  }


#s-c6785660-b3a6-4b2b-8e7c-a23e9afc49bd .shogun-image-content {
  
    justify-content: center;
  
}

#s-ed5ea664-c4f3-436b-bb55-c452c2c49272 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
background-color: rgba(37, 171, 226, 1);
background-repeat: repeat;
}

#s-ed5ea664-c4f3-436b-bb55-c452c2c49272 {
  overflow: hidden;
  
  
}







  #s-ed5ea664-c4f3-436b-bb55-c452c2c49272 img.shogun-image {
    

    
    
    
  }


#s-ed5ea664-c4f3-436b-bb55-c452c2c49272 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d0a226a5-7297-43b2-a6fa-02a8348b94b7 {
  margin-top: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-d0a226a5-7297-43b2-a6fa-02a8348b94b7 {
  display: none;
}
#s-d0a226a5-7297-43b2-a6fa-02a8348b94b7, #wrap-s-d0a226a5-7297-43b2-a6fa-02a8348b94b7, #wrap-content-s-d0a226a5-7297-43b2-a6fa-02a8348b94b7 { display: none !important; }}@media (max-width: 767px){#s-d0a226a5-7297-43b2-a6fa-02a8348b94b7 {
  display: none;
}
#s-d0a226a5-7297-43b2-a6fa-02a8348b94b7, #wrap-s-d0a226a5-7297-43b2-a6fa-02a8348b94b7, #wrap-content-s-d0a226a5-7297-43b2-a6fa-02a8348b94b7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d0a226a5-7297-43b2-a6fa-02a8348b94b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0a226a5-7297-43b2-a6fa-02a8348b94b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d0a226a5-7297-43b2-a6fa-02a8348b94b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d0a226a5-7297-43b2-a6fa-02a8348b94b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d0a226a5-7297-43b2-a6fa-02a8348b94b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0a226a5-7297-43b2-a6fa-02a8348b94b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d0a226a5-7297-43b2-a6fa-02a8348b94b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-cb4696ba-1ba9-4437-9c1c-4531081d12f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
background-color: rgba(39, 170, 225, 0);
}

#s-cb4696ba-1ba9-4437-9c1c-4531081d12f3 {
  overflow: hidden;
  
  
      max-width: 1200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-cb4696ba-1ba9-4437-9c1c-4531081d12f3 img.shogun-image {
    

    
    
    
  }


#s-cb4696ba-1ba9-4437-9c1c-4531081d12f3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-840829ad-d3ed-4550-a610-5c74f69b62f1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-840829ad-d3ed-4550-a610-5c74f69b62f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-840829ad-d3ed-4550-a610-5c74f69b62f1.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

#s-83427142-083b-4159-a724-b1fd7fc90994 {
  margin-left: auto;
margin-right: auto;
}

#s-83427142-083b-4159-a724-b1fd7fc90994 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-7d94f4c1-46e8-4ad6-86a5-6010787e6767 {
  background-size: cover;
margin-top: 0px;
padding-top: 20px;
min-height: 50px;
background-position: left top;
background-color: rgba(250, 224, 85, 1);
background-repeat: repeat;
}
@media (min-width: 1200px){#s-7d94f4c1-46e8-4ad6-86a5-6010787e6767 {
  background-attachment: fixed;
}
}@media (max-width: 767px){#s-7d94f4c1-46e8-4ad6-86a5-6010787e6767 {
  
}
}







#s-7d94f4c1-46e8-4ad6-86a5-6010787e6767 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d94f4c1-46e8-4ad6-86a5-6010787e6767.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-e73f9f1d-494b-4402-8ccb-064c46ccf2e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-e73f9f1d-494b-4402-8ccb-064c46ccf2e9 .shogun-heading-component h1 {
  color: rgba(37, 171, 226, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


@media (min-width: 1200px){#s-e73f9f1d-494b-4402-8ccb-064c46ccf2e9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-e73f9f1d-494b-4402-8ccb-064c46ccf2e9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}
#s-0760764c-7f30-45ea-8ea0-77d70f9cd429 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-repeat: repeat;
background-attachment: scroll;
}
@media (max-width: 767px){#s-0760764c-7f30-45ea-8ea0-77d70f9cd429 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
}
}







#s-0760764c-7f30-45ea-8ea0-77d70f9cd429 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-0760764c-7f30-45ea-8ea0-77d70f9cd429.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-28116243-d16b-4ba5-85f3-de15beaf0505 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28116243-d16b-4ba5-85f3-de15beaf0505 {
  
}
}
#s-81a97ad6-411d-4cae-b1fb-11b0ef8b8bf7 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 100px;
padding-bottom: 50px;
padding-right: 100px;
min-height: 50px;
max-width: 1500px;
background-attachment: scroll;
background-repeat: repeat;
}
@media (min-width: 768px) and (max-width: 991px){#s-81a97ad6-411d-4cae-b1fb-11b0ef8b8bf7 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-81a97ad6-411d-4cae-b1fb-11b0ef8b8bf7 {
  padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
max-width: 1500px;
}
}







#s-81a97ad6-411d-4cae-b1fb-11b0ef8b8bf7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 2.775557561562891e-17;
  display: block;
}#s-81a97ad6-411d-4cae-b1fb-11b0ef8b8bf7.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-39ace683-4473-4de4-a48d-107ccb4e8070 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-39ace683-4473-4de4-a48d-107ccb4e8070"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-39ace683-4473-4de4-a48d-107ccb4e8070"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-39ace683-4473-4de4-a48d-107ccb4e8070"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-39ace683-4473-4de4-a48d-107ccb4e8070"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-93d1b79a-540d-463b-b51b-b0f6c9f9da56 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-93d1b79a-540d-463b-b51b-b0f6c9f9da56 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-93d1b79a-540d-463b-b51b-b0f6c9f9da56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93d1b79a-540d-463b-b51b-b0f6c9f9da56.shg-box.shg-c {
  justify-content: flex-start;
}

#s-442b2bf3-69e8-4ad0-8d2d-a6f7851c188f {
  max-width: 600px;
text-align: center;
}

#s-442b2bf3-69e8-4ad0-8d2d-a6f7851c188f {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-442b2bf3-69e8-4ad0-8d2d-a6f7851c188f .shogun-image-content {
  
    justify-content: center;
  
}

#s-400b5dc2-9309-4d9a-b532-f98f98d02576 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-400b5dc2-9309-4d9a-b532-f98f98d02576 {
  display: none;
}
#s-400b5dc2-9309-4d9a-b532-f98f98d02576, #wrap-s-400b5dc2-9309-4d9a-b532-f98f98d02576, #wrap-content-s-400b5dc2-9309-4d9a-b532-f98f98d02576 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-400b5dc2-9309-4d9a-b532-f98f98d02576 {
  display: none;
}
#s-400b5dc2-9309-4d9a-b532-f98f98d02576, #wrap-s-400b5dc2-9309-4d9a-b532-f98f98d02576, #wrap-content-s-400b5dc2-9309-4d9a-b532-f98f98d02576 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-400b5dc2-9309-4d9a-b532-f98f98d02576 {
  display: none;
}
#s-400b5dc2-9309-4d9a-b532-f98f98d02576, #wrap-s-400b5dc2-9309-4d9a-b532-f98f98d02576, #wrap-content-s-400b5dc2-9309-4d9a-b532-f98f98d02576 { display: none !important; }}@media (max-width: 767px){#s-400b5dc2-9309-4d9a-b532-f98f98d02576 {
  display: none;
}
#s-400b5dc2-9309-4d9a-b532-f98f98d02576, #wrap-s-400b5dc2-9309-4d9a-b532-f98f98d02576, #wrap-content-s-400b5dc2-9309-4d9a-b532-f98f98d02576 { display: none !important; }}







#s-400b5dc2-9309-4d9a-b532-f98f98d02576 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-400b5dc2-9309-4d9a-b532-f98f98d02576.shg-box.shg-c {
  justify-content: center;
}

#s-d282c9f3-2171-4fce-ab40-e5b68f1dcb91 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
text-align: center;
}

#s-d282c9f3-2171-4fce-ab40-e5b68f1dcb91 {
  overflow: hidden;
  
  
}







  #s-d282c9f3-2171-4fce-ab40-e5b68f1dcb91 img.shogun-image {
    

    
    
    
  }


#s-d282c9f3-2171-4fce-ab40-e5b68f1dcb91 .shogun-image-content {
  
    justify-content: center;
  
}

#s-761e262b-5d3f-404d-a57d-51279663a629 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}

#s-761e262b-5d3f-404d-a57d-51279663a629 {
  overflow: hidden;
  
  
}







  #s-761e262b-5d3f-404d-a57d-51279663a629 img.shogun-image {
    

    
    
    
  }


#s-761e262b-5d3f-404d-a57d-51279663a629 .shogun-image-content {
  
    justify-content: center;
  
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-a351658d-9808-40c0-b97c-20d11af4b516 {
  background-color: rgba(12, 169, 217, 0);
}

#s-aec55274-f239-4590-8c38-ed9d252bc35b {
  margin-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(10, 10, 10, 0);
background-repeat: repeat;
}
@media (min-width: 1200px){#s-aec55274-f239-4590-8c38-ed9d252bc35b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aec55274-f239-4590-8c38-ed9d252bc35b {
  
}
}
@media (min-width: 0px) {
[id="s-aec55274-f239-4590-8c38-ed9d252bc35b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-aec55274-f239-4590-8c38-ed9d252bc35b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-aec55274-f239-4590-8c38-ed9d252bc35b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-aec55274-f239-4590-8c38-ed9d252bc35b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-e00a54bb-9342-4c0f-bb1d-6735f3f7cecf {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-e00a54bb-9342-4c0f-bb1d-6735f3f7cecf {
  overflow: hidden;
  
  
}







  #s-e00a54bb-9342-4c0f-bb1d-6735f3f7cecf img.shogun-image {
    

    
    
    
  }


#s-e00a54bb-9342-4c0f-bb1d-6735f3f7cecf .shogun-image-content {
  
    justify-content: center;
  
}

#s-0a0cde3c-9d10-41fb-9106-f4cc40ec598d {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-0a0cde3c-9d10-41fb-9106-f4cc40ec598d {
  overflow: hidden;
  
  
}







  #s-0a0cde3c-9d10-41fb-9106-f4cc40ec598d img.shogun-image {
    

    
    
    
  }


#s-0a0cde3c-9d10-41fb-9106-f4cc40ec598d .shogun-image-content {
  
    justify-content: center;
  
}

#s-469e5f57-906c-46da-a808-c96082535970 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-469e5f57-906c-46da-a808-c96082535970 {
  overflow: hidden;
  
  
}







  #s-469e5f57-906c-46da-a808-c96082535970 img.shogun-image {
    

    
    
    
  }


#s-469e5f57-906c-46da-a808-c96082535970 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d7c40069-9c74-4456-9a0e-93907cee84ca {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-d7c40069-9c74-4456-9a0e-93907cee84ca {
  overflow: hidden;
  
  
}







  #s-d7c40069-9c74-4456-9a0e-93907cee84ca img.shogun-image {
    

    
    
    
  }


#s-d7c40069-9c74-4456-9a0e-93907cee84ca .shogun-image-content {
  
    justify-content: center;
  
}

#s-a8b7ce72-5897-44df-888c-d461c91b8dd9 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}
@media (max-width: 767px){#s-a8b7ce72-5897-44df-888c-d461c91b8dd9 {
  min-height: 150px;
}
}
#s-15bbfbcf-420d-4039-bca0-bcec426991ee {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 10px;
}

#s-81a7f361-a3e2-4ac9-8724-e914ad1cd8b1 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-81a7f361-a3e2-4ac9-8724-e914ad1cd8b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81a7f361-a3e2-4ac9-8724-e914ad1cd8b1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c0514cf2-5696-4310-b39a-c8daf9281ba7 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-c0514cf2-5696-4310-b39a-c8daf9281ba7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0514cf2-5696-4310-b39a-c8daf9281ba7:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-c0514cf2-5696-4310-b39a-c8daf9281ba7 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-c0514cf2-5696-4310-b39a-c8daf9281ba7-root {
    text-align: center;
  }


#s-c0514cf2-5696-4310-b39a-c8daf9281ba7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c0514cf2-5696-4310-b39a-c8daf9281ba7-root {
    text-align: center;
  }


#s-c0514cf2-5696-4310-b39a-c8daf9281ba7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0514cf2-5696-4310-b39a-c8daf9281ba7-root {
    text-align: center;
  }


#s-c0514cf2-5696-4310-b39a-c8daf9281ba7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c0514cf2-5696-4310-b39a-c8daf9281ba7-root {
    text-align: center;
  }


#s-c0514cf2-5696-4310-b39a-c8daf9281ba7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c0514cf2-5696-4310-b39a-c8daf9281ba7-root {
    text-align: center;
  }


#s-c0514cf2-5696-4310-b39a-c8daf9281ba7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-55c6bcec-8ef7-47cd-b842-441b83fdf064 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-55c6bcec-8ef7-47cd-b842-441b83fdf064 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-55c6bcec-8ef7-47cd-b842-441b83fdf064 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55c6bcec-8ef7-47cd-b842-441b83fdf064.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8b69bab9-d8de-4c35-b7e0-02c7282bae0d {
  max-width: 600px;
text-align: center;
}

#s-8b69bab9-d8de-4c35-b7e0-02c7282bae0d {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-8b69bab9-d8de-4c35-b7e0-02c7282bae0d .shogun-image-content {
  
    justify-content: center;
  
}

#s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2 {
  display: none;
}
#s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2, #wrap-s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2, #wrap-content-s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2 {
  display: none;
}
#s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2, #wrap-s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2, #wrap-content-s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2 {
  display: none;
}
#s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2, #wrap-s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2, #wrap-content-s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2 { display: none !important; }}@media (max-width: 767px){#s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2 {
  display: none;
}
#s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2, #wrap-s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2, #wrap-content-s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2 { display: none !important; }}







#s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26292d54-e2aa-47d1-bf66-3a5f1554a1a2.shg-box.shg-c {
  justify-content: center;
}

#s-5c4fc946-6caf-4a93-8267-ac48837bdcfc {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
text-align: center;
}

#s-5c4fc946-6caf-4a93-8267-ac48837bdcfc {
  overflow: hidden;
  
  
}







  #s-5c4fc946-6caf-4a93-8267-ac48837bdcfc img.shogun-image {
    

    
    
    
  }


#s-5c4fc946-6caf-4a93-8267-ac48837bdcfc .shogun-image-content {
  
    justify-content: center;
  
}

#s-43740b54-6dbe-4f2e-9842-7551dd776dba {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}

#s-43740b54-6dbe-4f2e-9842-7551dd776dba {
  overflow: hidden;
  
  
}







  #s-43740b54-6dbe-4f2e-9842-7551dd776dba img.shogun-image {
    

    
    
    
  }


#s-43740b54-6dbe-4f2e-9842-7551dd776dba .shogun-image-content {
  
    justify-content: center;
  
}

#s-d11c5156-474b-4ebd-a6a1-2849ca897ea7 {
  background-color: rgba(12, 169, 217, 0);
}

#s-3baa4d4b-1aa0-42ad-8753-59299a85c2dc {
  margin-top: 0px;
padding-left: 13px;
padding-bottom: 10px;
padding-right: 13px;
background-color: rgba(12, 169, 217, 0);
background-repeat: repeat;
}
@media (min-width: 1200px){#s-3baa4d4b-1aa0-42ad-8753-59299a85c2dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3baa4d4b-1aa0-42ad-8753-59299a85c2dc {
  
}
}
@media (min-width: 0px) {
[id="s-3baa4d4b-1aa0-42ad-8753-59299a85c2dc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-3baa4d4b-1aa0-42ad-8753-59299a85c2dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-3baa4d4b-1aa0-42ad-8753-59299a85c2dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-3baa4d4b-1aa0-42ad-8753-59299a85c2dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-ea4092dd-8127-4f48-b621-d5dd0c1b87e9 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ea4092dd-8127-4f48-b621-d5dd0c1b87e9 {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ea4092dd-8127-4f48-b621-d5dd0c1b87e9 img.shogun-image,
  #s-ea4092dd-8127-4f48-b621-d5dd0c1b87e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea4092dd-8127-4f48-b621-d5dd0c1b87e9 {
    width: 100%;
    height: auto;
  }



  #s-ea4092dd-8127-4f48-b621-d5dd0c1b87e9 img.shogun-image {
    

    
    
    
  }


#s-ea4092dd-8127-4f48-b621-d5dd0c1b87e9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cdb1360f-00b8-42a6-80dd-7448ac371aed {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-cdb1360f-00b8-42a6-80dd-7448ac371aed {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-cdb1360f-00b8-42a6-80dd-7448ac371aed img.shogun-image,
  #s-cdb1360f-00b8-42a6-80dd-7448ac371aed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cdb1360f-00b8-42a6-80dd-7448ac371aed {
    width: 100%;
    height: auto;
  }



  #s-cdb1360f-00b8-42a6-80dd-7448ac371aed img.shogun-image {
    

    
    
    
  }


#s-cdb1360f-00b8-42a6-80dd-7448ac371aed .shogun-image-content {
  
    justify-content: center;
  
}

#s-dc59516e-f7a5-4763-82cd-92bee0e29154 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-dc59516e-f7a5-4763-82cd-92bee0e29154 {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-dc59516e-f7a5-4763-82cd-92bee0e29154 img.shogun-image,
  #s-dc59516e-f7a5-4763-82cd-92bee0e29154 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc59516e-f7a5-4763-82cd-92bee0e29154 {
    width: 100%;
    height: auto;
  }



  #s-dc59516e-f7a5-4763-82cd-92bee0e29154 img.shogun-image {
    

    
    
    
  }


#s-dc59516e-f7a5-4763-82cd-92bee0e29154 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9e62ab8c-9078-44b6-aa93-52d27a6b10f0 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9e62ab8c-9078-44b6-aa93-52d27a6b10f0 {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9e62ab8c-9078-44b6-aa93-52d27a6b10f0 img.shogun-image,
  #s-9e62ab8c-9078-44b6-aa93-52d27a6b10f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e62ab8c-9078-44b6-aa93-52d27a6b10f0 {
    width: 100%;
    height: auto;
  }



  #s-9e62ab8c-9078-44b6-aa93-52d27a6b10f0 img.shogun-image {
    

    
    
    
  }


#s-9e62ab8c-9078-44b6-aa93-52d27a6b10f0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b317fc65-2b20-49b4-938d-7557dd54fa2e {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}
@media (max-width: 767px){#s-b317fc65-2b20-49b4-938d-7557dd54fa2e {
  min-height: 150px;
}
}
#s-79d7e30a-aa61-4ac0-bffd-8b6924e67217 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 10px;
}

#s-05b188e2-67eb-4c53-a582-514d53541c2b {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-05b188e2-67eb-4c53-a582-514d53541c2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05b188e2-67eb-4c53-a582-514d53541c2b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d2caa4f3-0e66-4a35-9ae4-9d5bb775bbb9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-d2caa4f3-0e66-4a35-9ae4-9d5bb775bbb9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2caa4f3-0e66-4a35-9ae4-9d5bb775bbb9:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-d2caa4f3-0e66-4a35-9ae4-9d5bb775bbb9 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-d2caa4f3-0e66-4a35-9ae4-9d5bb775bbb9-root {
    text-align: center;
  }


#s-d2caa4f3-0e66-4a35-9ae4-9d5bb775bbb9.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d2caa4f3-0e66-4a35-9ae4-9d5bb775bbb9-root {
    text-align: center;
  }


#s-d2caa4f3-0e66-4a35-9ae4-9d5bb775bbb9.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2caa4f3-0e66-4a35-9ae4-9d5bb775bbb9-root {
    text-align: center;
  }


#s-d2caa4f3-0e66-4a35-9ae4-9d5bb775bbb9.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2caa4f3-0e66-4a35-9ae4-9d5bb775bbb9-root {
    text-align: center;
  }


#s-d2caa4f3-0e66-4a35-9ae4-9d5bb775bbb9.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d2caa4f3-0e66-4a35-9ae4-9d5bb775bbb9-root {
    text-align: center;
  }


#s-d2caa4f3-0e66-4a35-9ae4-9d5bb775bbb9.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5e3db026-5193-4c90-8800-fa5073e041dc {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-5e3db026-5193-4c90-8800-fa5073e041dc {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-5e3db026-5193-4c90-8800-fa5073e041dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e3db026-5193-4c90-8800-fa5073e041dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-89c0ecd1-6fba-492c-99c6-1db8b9552965 {
  max-width: 600px;
text-align: center;
}

#s-89c0ecd1-6fba-492c-99c6-1db8b9552965 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-89c0ecd1-6fba-492c-99c6-1db8b9552965 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1aed798a-2217-4169-bbc8-431fb1210f9e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1aed798a-2217-4169-bbc8-431fb1210f9e {
  display: none;
}
#s-1aed798a-2217-4169-bbc8-431fb1210f9e, #wrap-s-1aed798a-2217-4169-bbc8-431fb1210f9e, #wrap-content-s-1aed798a-2217-4169-bbc8-431fb1210f9e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1aed798a-2217-4169-bbc8-431fb1210f9e {
  display: none;
}
#s-1aed798a-2217-4169-bbc8-431fb1210f9e, #wrap-s-1aed798a-2217-4169-bbc8-431fb1210f9e, #wrap-content-s-1aed798a-2217-4169-bbc8-431fb1210f9e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1aed798a-2217-4169-bbc8-431fb1210f9e {
  display: none;
}
#s-1aed798a-2217-4169-bbc8-431fb1210f9e, #wrap-s-1aed798a-2217-4169-bbc8-431fb1210f9e, #wrap-content-s-1aed798a-2217-4169-bbc8-431fb1210f9e { display: none !important; }}@media (max-width: 767px){#s-1aed798a-2217-4169-bbc8-431fb1210f9e {
  display: none;
}
#s-1aed798a-2217-4169-bbc8-431fb1210f9e, #wrap-s-1aed798a-2217-4169-bbc8-431fb1210f9e, #wrap-content-s-1aed798a-2217-4169-bbc8-431fb1210f9e { display: none !important; }}







#s-1aed798a-2217-4169-bbc8-431fb1210f9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1aed798a-2217-4169-bbc8-431fb1210f9e.shg-box.shg-c {
  justify-content: center;
}

#s-3665928d-11d2-4a96-950e-23dd147a8971 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
text-align: center;
}

#s-3665928d-11d2-4a96-950e-23dd147a8971 {
  overflow: hidden;
  
  
}







  #s-3665928d-11d2-4a96-950e-23dd147a8971 img.shogun-image {
    

    
    
    
  }


#s-3665928d-11d2-4a96-950e-23dd147a8971 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bda4d0d5-5e73-4c74-8d75-7d0cd81f8e6d {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}

#s-bda4d0d5-5e73-4c74-8d75-7d0cd81f8e6d {
  overflow: hidden;
  
  
}







  #s-bda4d0d5-5e73-4c74-8d75-7d0cd81f8e6d img.shogun-image {
    

    
    
    
  }


#s-bda4d0d5-5e73-4c74-8d75-7d0cd81f8e6d .shogun-image-content {
  
    justify-content: center;
  
}

#s-6473ced3-618f-4a14-8a39-593bd9d2b0cd {
  background-color: rgba(12, 169, 217, 0);
}

#s-443da0fb-7a1e-4dc8-aca0-29800293c887 {
  margin-top: 0px;
padding-left: 13px;
padding-bottom: 10px;
padding-right: 13px;
background-color: rgba(12, 169, 217, 0);
background-repeat: repeat;
}
@media (min-width: 1200px){#s-443da0fb-7a1e-4dc8-aca0-29800293c887 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-443da0fb-7a1e-4dc8-aca0-29800293c887 {
  
}
}
@media (min-width: 0px) {
[id="s-443da0fb-7a1e-4dc8-aca0-29800293c887"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-443da0fb-7a1e-4dc8-aca0-29800293c887"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-443da0fb-7a1e-4dc8-aca0-29800293c887"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-443da0fb-7a1e-4dc8-aca0-29800293c887"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-af986d1d-3962-4646-bce5-1d6c872eaaf3 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-af986d1d-3962-4646-bce5-1d6c872eaaf3 {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-af986d1d-3962-4646-bce5-1d6c872eaaf3 img.shogun-image,
  #s-af986d1d-3962-4646-bce5-1d6c872eaaf3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af986d1d-3962-4646-bce5-1d6c872eaaf3 {
    width: 100%;
    height: auto;
  }



  #s-af986d1d-3962-4646-bce5-1d6c872eaaf3 img.shogun-image {
    

    
    
    
  }


#s-af986d1d-3962-4646-bce5-1d6c872eaaf3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d001a2a3-09d9-40f9-a624-1b2646e61808 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d001a2a3-09d9-40f9-a624-1b2646e61808 {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d001a2a3-09d9-40f9-a624-1b2646e61808 img.shogun-image,
  #s-d001a2a3-09d9-40f9-a624-1b2646e61808 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d001a2a3-09d9-40f9-a624-1b2646e61808 {
    width: 100%;
    height: auto;
  }



  #s-d001a2a3-09d9-40f9-a624-1b2646e61808 img.shogun-image {
    

    
    
    
  }


#s-d001a2a3-09d9-40f9-a624-1b2646e61808 .shogun-image-content {
  
    justify-content: center;
  
}

#s-86e6baa4-5bc9-4ccc-9ff0-af77b9635c4e {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-86e6baa4-5bc9-4ccc-9ff0-af77b9635c4e {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-86e6baa4-5bc9-4ccc-9ff0-af77b9635c4e img.shogun-image,
  #s-86e6baa4-5bc9-4ccc-9ff0-af77b9635c4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86e6baa4-5bc9-4ccc-9ff0-af77b9635c4e {
    width: 100%;
    height: auto;
  }



  #s-86e6baa4-5bc9-4ccc-9ff0-af77b9635c4e img.shogun-image {
    

    
    
    
  }


#s-86e6baa4-5bc9-4ccc-9ff0-af77b9635c4e .shogun-image-content {
  
    justify-content: center;
  
}

#s-e0d82e83-087e-4700-a084-6913c458401b {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e0d82e83-087e-4700-a084-6913c458401b {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e0d82e83-087e-4700-a084-6913c458401b img.shogun-image,
  #s-e0d82e83-087e-4700-a084-6913c458401b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e0d82e83-087e-4700-a084-6913c458401b {
    width: 100%;
    height: auto;
  }



  #s-e0d82e83-087e-4700-a084-6913c458401b img.shogun-image {
    

    
    
    
  }


#s-e0d82e83-087e-4700-a084-6913c458401b .shogun-image-content {
  
    justify-content: center;
  
}

#s-77ca8759-c680-4d62-b8c6-bfd2449e5832 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}
@media (max-width: 767px){#s-77ca8759-c680-4d62-b8c6-bfd2449e5832 {
  min-height: 150px;
}
}
#s-af3ed737-67a2-4a16-a696-553ff915d2e8 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 10px;
}

#s-51cefa15-4453-4e3c-b451-e3868fe97c2f {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-51cefa15-4453-4e3c-b451-e3868fe97c2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51cefa15-4453-4e3c-b451-e3868fe97c2f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-37a5d234-6ce4-4d04-9198-0fa6fe2f78fb {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-37a5d234-6ce4-4d04-9198-0fa6fe2f78fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37a5d234-6ce4-4d04-9198-0fa6fe2f78fb:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-37a5d234-6ce4-4d04-9198-0fa6fe2f78fb {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-37a5d234-6ce4-4d04-9198-0fa6fe2f78fb-root {
    text-align: center;
  }


#s-37a5d234-6ce4-4d04-9198-0fa6fe2f78fb.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-37a5d234-6ce4-4d04-9198-0fa6fe2f78fb-root {
    text-align: center;
  }


#s-37a5d234-6ce4-4d04-9198-0fa6fe2f78fb.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37a5d234-6ce4-4d04-9198-0fa6fe2f78fb-root {
    text-align: center;
  }


#s-37a5d234-6ce4-4d04-9198-0fa6fe2f78fb.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37a5d234-6ce4-4d04-9198-0fa6fe2f78fb-root {
    text-align: center;
  }


#s-37a5d234-6ce4-4d04-9198-0fa6fe2f78fb.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-37a5d234-6ce4-4d04-9198-0fa6fe2f78fb-root {
    text-align: center;
  }


#s-37a5d234-6ce4-4d04-9198-0fa6fe2f78fb.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-38ffaa10-bd8f-4782-b49a-5875b00dee15 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-38ffaa10-bd8f-4782-b49a-5875b00dee15 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-38ffaa10-bd8f-4782-b49a-5875b00dee15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38ffaa10-bd8f-4782-b49a-5875b00dee15.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2ce564ea-d120-4e84-af75-521b5cb87a6a {
  max-width: 600px;
text-align: center;
}

#s-2ce564ea-d120-4e84-af75-521b5cb87a6a {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-2ce564ea-d120-4e84-af75-521b5cb87a6a .shogun-image-content {
  
    justify-content: center;
  
}

#s-794e5a73-06b1-4b87-86e7-63b2bd3362bd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-794e5a73-06b1-4b87-86e7-63b2bd3362bd {
  display: none;
}
#s-794e5a73-06b1-4b87-86e7-63b2bd3362bd, #wrap-s-794e5a73-06b1-4b87-86e7-63b2bd3362bd, #wrap-content-s-794e5a73-06b1-4b87-86e7-63b2bd3362bd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-794e5a73-06b1-4b87-86e7-63b2bd3362bd {
  display: none;
}
#s-794e5a73-06b1-4b87-86e7-63b2bd3362bd, #wrap-s-794e5a73-06b1-4b87-86e7-63b2bd3362bd, #wrap-content-s-794e5a73-06b1-4b87-86e7-63b2bd3362bd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-794e5a73-06b1-4b87-86e7-63b2bd3362bd {
  display: none;
}
#s-794e5a73-06b1-4b87-86e7-63b2bd3362bd, #wrap-s-794e5a73-06b1-4b87-86e7-63b2bd3362bd, #wrap-content-s-794e5a73-06b1-4b87-86e7-63b2bd3362bd { display: none !important; }}@media (max-width: 767px){#s-794e5a73-06b1-4b87-86e7-63b2bd3362bd {
  display: none;
}
#s-794e5a73-06b1-4b87-86e7-63b2bd3362bd, #wrap-s-794e5a73-06b1-4b87-86e7-63b2bd3362bd, #wrap-content-s-794e5a73-06b1-4b87-86e7-63b2bd3362bd { display: none !important; }}







#s-794e5a73-06b1-4b87-86e7-63b2bd3362bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-794e5a73-06b1-4b87-86e7-63b2bd3362bd.shg-box.shg-c {
  justify-content: center;
}

#s-1a903a0d-6191-4ccf-be76-8652819d1a00 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
text-align: center;
}

#s-1a903a0d-6191-4ccf-be76-8652819d1a00 {
  overflow: hidden;
  
  
}







  #s-1a903a0d-6191-4ccf-be76-8652819d1a00 img.shogun-image {
    

    
    
    
  }


#s-1a903a0d-6191-4ccf-be76-8652819d1a00 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d0919e08-c2e0-4a13-a51d-80d596cc459c {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}

#s-d0919e08-c2e0-4a13-a51d-80d596cc459c {
  overflow: hidden;
  
  
}







  #s-d0919e08-c2e0-4a13-a51d-80d596cc459c img.shogun-image {
    

    
    
    
  }


#s-d0919e08-c2e0-4a13-a51d-80d596cc459c .shogun-image-content {
  
    justify-content: center;
  
}

#s-5d45f772-5030-4c0a-82b2-9d2e661e7fe3 {
  background-color: rgba(12, 169, 217, 0);
}

#s-e7f57b59-d798-4b33-b0fc-9dbe9fe40f96 {
  margin-top: 0px;
padding-left: 13px;
padding-bottom: 10px;
padding-right: 13px;
background-color: rgba(12, 169, 217, 0);
background-repeat: repeat;
}
@media (min-width: 1200px){#s-e7f57b59-d798-4b33-b0fc-9dbe9fe40f96 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7f57b59-d798-4b33-b0fc-9dbe9fe40f96 {
  
}
}
@media (min-width: 0px) {
[id="s-e7f57b59-d798-4b33-b0fc-9dbe9fe40f96"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-e7f57b59-d798-4b33-b0fc-9dbe9fe40f96"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-e7f57b59-d798-4b33-b0fc-9dbe9fe40f96"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-e7f57b59-d798-4b33-b0fc-9dbe9fe40f96"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-b5edbfdc-4958-4c2c-8124-3504427ac509 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-b5edbfdc-4958-4c2c-8124-3504427ac509 {
  overflow: hidden;
  
  
}







  #s-b5edbfdc-4958-4c2c-8124-3504427ac509 img.shogun-image {
    

    
    
    
  }


#s-b5edbfdc-4958-4c2c-8124-3504427ac509 .shogun-image-content {
  
    justify-content: center;
  
}

#s-146915af-362e-4332-b2ca-4db61f9444af {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-146915af-362e-4332-b2ca-4db61f9444af {
  overflow: hidden;
  
  
}







  #s-146915af-362e-4332-b2ca-4db61f9444af img.shogun-image {
    

    
    
    
  }


#s-146915af-362e-4332-b2ca-4db61f9444af .shogun-image-content {
  
    justify-content: center;
  
}

#s-c42f3408-4a81-49ad-ab28-8ed0b4a704a9 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-c42f3408-4a81-49ad-ab28-8ed0b4a704a9 {
  overflow: hidden;
  
  
}







  #s-c42f3408-4a81-49ad-ab28-8ed0b4a704a9 img.shogun-image {
    

    
    
    
  }


#s-c42f3408-4a81-49ad-ab28-8ed0b4a704a9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8e82db14-a490-4ce9-91dd-2ff523a3eac8 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-8e82db14-a490-4ce9-91dd-2ff523a3eac8 {
  overflow: hidden;
  
  
}







  #s-8e82db14-a490-4ce9-91dd-2ff523a3eac8 img.shogun-image {
    

    
    
    
  }


#s-8e82db14-a490-4ce9-91dd-2ff523a3eac8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0f2cab44-b5da-4d23-a1f0-b2939ac78323 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}
@media (max-width: 767px){#s-0f2cab44-b5da-4d23-a1f0-b2939ac78323 {
  min-height: 150px;
}
}
#s-6872a2fb-b0bf-48d2-8ab6-8140e853bd1b {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 10px;
}

#s-e931e45e-f364-4a41-a10d-3963a763dc38 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-e931e45e-f364-4a41-a10d-3963a763dc38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e931e45e-f364-4a41-a10d-3963a763dc38.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9a4fb8ef-1022-4ce5-a4cf-4fa441f1f482 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-9a4fb8ef-1022-4ce5-a4cf-4fa441f1f482:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a4fb8ef-1022-4ce5-a4cf-4fa441f1f482:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-9a4fb8ef-1022-4ce5-a4cf-4fa441f1f482 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-9a4fb8ef-1022-4ce5-a4cf-4fa441f1f482-root {
    text-align: center;
  }


#s-9a4fb8ef-1022-4ce5-a4cf-4fa441f1f482.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9a4fb8ef-1022-4ce5-a4cf-4fa441f1f482-root {
    text-align: center;
  }


#s-9a4fb8ef-1022-4ce5-a4cf-4fa441f1f482.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a4fb8ef-1022-4ce5-a4cf-4fa441f1f482-root {
    text-align: center;
  }


#s-9a4fb8ef-1022-4ce5-a4cf-4fa441f1f482.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a4fb8ef-1022-4ce5-a4cf-4fa441f1f482-root {
    text-align: center;
  }


#s-9a4fb8ef-1022-4ce5-a4cf-4fa441f1f482.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9a4fb8ef-1022-4ce5-a4cf-4fa441f1f482-root {
    text-align: center;
  }


#s-9a4fb8ef-1022-4ce5-a4cf-4fa441f1f482.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a7aae8e5-7d3f-4522-ac57-a30f5450c61b {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
padding-left: 100px;
padding-right: 100px;
min-height: 50px;
max-width: 1500px;
background-repeat: repeat;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7aae8e5-7d3f-4522-ac57-a30f5450c61b {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-a7aae8e5-7d3f-4522-ac57-a30f5450c61b {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}







#s-a7aae8e5-7d3f-4522-ac57-a30f5450c61b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7aae8e5-7d3f-4522-ac57-a30f5450c61b.shg-box.shg-c {
  justify-content: center;
}

#s-1a463c31-0b40-4d5d-a11c-71829f88c8cf {
  padding-bottom: 50px;
}
@media (max-width: 767px){#s-1a463c31-0b40-4d5d-a11c-71829f88c8cf {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 1px;
}
}
@media (min-width: 0px) {
[id="s-1a463c31-0b40-4d5d-a11c-71829f88c8cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1a463c31-0b40-4d5d-a11c-71829f88c8cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1a463c31-0b40-4d5d-a11c-71829f88c8cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1a463c31-0b40-4d5d-a11c-71829f88c8cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-7fa0651d-e0fb-49de-aef0-8206c95e7a24 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-7fa0651d-e0fb-49de-aef0-8206c95e7a24 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-7fa0651d-e0fb-49de-aef0-8206c95e7a24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fa0651d-e0fb-49de-aef0-8206c95e7a24.shg-box.shg-c {
  justify-content: flex-start;
}

#s-92080ea3-8dca-4a68-ae4b-11e9333b0bdf {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 600px;
text-align: center;
}

#s-92080ea3-8dca-4a68-ae4b-11e9333b0bdf {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-92080ea3-8dca-4a68-ae4b-11e9333b0bdf .shogun-image-content {
  
    justify-content: center;
  
}

#s-ecf5ddc3-a0fd-460a-9bf7-ce50590999a8 {
  background-color: rgba(12, 169, 217, 0);
}

#s-adbcd6bb-c784-46c2-bd76-011bb275063c {
  margin-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(12, 169, 217, 0);
background-repeat: repeat;
}
@media (min-width: 1200px){#s-adbcd6bb-c784-46c2-bd76-011bb275063c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-adbcd6bb-c784-46c2-bd76-011bb275063c {
  
}
}
@media (min-width: 0px) {
[id="s-adbcd6bb-c784-46c2-bd76-011bb275063c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-adbcd6bb-c784-46c2-bd76-011bb275063c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-adbcd6bb-c784-46c2-bd76-011bb275063c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-adbcd6bb-c784-46c2-bd76-011bb275063c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-71fb2be6-9b32-4cb6-b0d0-6435bcc5da79 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-71fb2be6-9b32-4cb6-b0d0-6435bcc5da79 {
  overflow: hidden;
  
  
}







  #s-71fb2be6-9b32-4cb6-b0d0-6435bcc5da79 img.shogun-image {
    

    
    
    
  }


#s-71fb2be6-9b32-4cb6-b0d0-6435bcc5da79 .shogun-image-content {
  
    justify-content: center;
  
}

#s-359abe9d-9e9a-407e-a05d-c79e602008e3 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-359abe9d-9e9a-407e-a05d-c79e602008e3 {
  overflow: hidden;
  
  
}







  #s-359abe9d-9e9a-407e-a05d-c79e602008e3 img.shogun-image {
    

    
    
    
  }


#s-359abe9d-9e9a-407e-a05d-c79e602008e3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c5b26136-ebbd-4226-b3cb-5374735af53b {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-c5b26136-ebbd-4226-b3cb-5374735af53b {
  overflow: hidden;
  
  
}







  #s-c5b26136-ebbd-4226-b3cb-5374735af53b img.shogun-image {
    

    
    
    
  }


#s-c5b26136-ebbd-4226-b3cb-5374735af53b .shogun-image-content {
  
    justify-content: center;
  
}

#s-29e39540-8700-4003-9d84-a1480f814373 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-29e39540-8700-4003-9d84-a1480f814373 {
  overflow: hidden;
  
  
}







  #s-29e39540-8700-4003-9d84-a1480f814373 img.shogun-image {
    

    
    
    
  }


#s-29e39540-8700-4003-9d84-a1480f814373 .shogun-image-content {
  
    justify-content: center;
  
}

#s-71aff979-69f8-41c3-943e-5a1df555ed79 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}
@media (max-width: 767px){#s-71aff979-69f8-41c3-943e-5a1df555ed79 {
  min-height: 150px;
}
}
#s-d0054473-2082-40ee-aa3f-2b9d777a2b89 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 10px;
}

#s-962b4030-b911-4c60-8541-70eb1b4321c7 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-962b4030-b911-4c60-8541-70eb1b4321c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-962b4030-b911-4c60-8541-70eb1b4321c7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f9093bf4-e0a2-4ad0-93dd-8d1cdeb0defc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: #000000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f9093bf4-e0a2-4ad0-93dd-8d1cdeb0defc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f9093bf4-e0a2-4ad0-93dd-8d1cdeb0defc:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f9093bf4-e0a2-4ad0-93dd-8d1cdeb0defc {
  background-image: none;
background-color: #424242;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-f9093bf4-e0a2-4ad0-93dd-8d1cdeb0defc {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
background-image: none;
background-color: #424242;
hover-type: color;
}
}

  #s-f9093bf4-e0a2-4ad0-93dd-8d1cdeb0defc-root {
    text-align: center;
  }


#s-f9093bf4-e0a2-4ad0-93dd-8d1cdeb0defc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f9093bf4-e0a2-4ad0-93dd-8d1cdeb0defc-root {
    text-align: center;
  }


#s-f9093bf4-e0a2-4ad0-93dd-8d1cdeb0defc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f9093bf4-e0a2-4ad0-93dd-8d1cdeb0defc-root {
    text-align: center;
  }


#s-f9093bf4-e0a2-4ad0-93dd-8d1cdeb0defc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f9093bf4-e0a2-4ad0-93dd-8d1cdeb0defc-root {
    text-align: center;
  }


#s-f9093bf4-e0a2-4ad0-93dd-8d1cdeb0defc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f9093bf4-e0a2-4ad0-93dd-8d1cdeb0defc-root {
    text-align: center;
  }


#s-f9093bf4-e0a2-4ad0-93dd-8d1cdeb0defc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-40f4ed80-2746-4840-8f84-fc0fed3175c5 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-40f4ed80-2746-4840-8f84-fc0fed3175c5 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-40f4ed80-2746-4840-8f84-fc0fed3175c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40f4ed80-2746-4840-8f84-fc0fed3175c5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4bcafeee-7fbf-4301-b1c9-95c8c78a1c1c {
  max-width: 600px;
text-align: center;
}

#s-4bcafeee-7fbf-4301-b1c9-95c8c78a1c1c {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-4bcafeee-7fbf-4301-b1c9-95c8c78a1c1c .shogun-image-content {
  
    justify-content: center;
  
}

#s-1fb759a6-0e13-4d9f-b981-fbd2de24830e {
  background-color: rgba(12, 169, 217, 0);
}

#s-9c146ae4-006e-4bc1-b675-c824e8e64f7b {
  margin-top: 0px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
background-color: rgba(10, 10, 10, 0);
background-repeat: repeat;
}
@media (min-width: 1200px){#s-9c146ae4-006e-4bc1-b675-c824e8e64f7b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c146ae4-006e-4bc1-b675-c824e8e64f7b {
  
}
}
@media (min-width: 0px) {
[id="s-9c146ae4-006e-4bc1-b675-c824e8e64f7b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-9c146ae4-006e-4bc1-b675-c824e8e64f7b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-9c146ae4-006e-4bc1-b675-c824e8e64f7b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-9c146ae4-006e-4bc1-b675-c824e8e64f7b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-20bed809-d492-4c65-8e58-644e1ec0243f {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-20bed809-d492-4c65-8e58-644e1ec0243f {
  overflow: hidden;
  
  
}







  #s-20bed809-d492-4c65-8e58-644e1ec0243f img.shogun-image {
    

    
    
    
  }


#s-20bed809-d492-4c65-8e58-644e1ec0243f .shogun-image-content {
  
    justify-content: center;
  
}

#s-fbec8a28-e467-4f2f-940f-06f000314fa1 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-fbec8a28-e467-4f2f-940f-06f000314fa1 {
  overflow: hidden;
  
  
}







  #s-fbec8a28-e467-4f2f-940f-06f000314fa1 img.shogun-image {
    

    
    
    
  }


#s-fbec8a28-e467-4f2f-940f-06f000314fa1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fad6ab3e-3d76-4f37-a9a1-9fe03b43ef37 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-fad6ab3e-3d76-4f37-a9a1-9fe03b43ef37 {
  overflow: hidden;
  
  
}







  #s-fad6ab3e-3d76-4f37-a9a1-9fe03b43ef37 img.shogun-image {
    

    
    
    
  }


#s-fad6ab3e-3d76-4f37-a9a1-9fe03b43ef37 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3fd7b9c8-60e9-4dca-a44f-385ffcd4cfef {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-3fd7b9c8-60e9-4dca-a44f-385ffcd4cfef {
  overflow: hidden;
  
  
}







  #s-3fd7b9c8-60e9-4dca-a44f-385ffcd4cfef img.shogun-image {
    

    
    
    
  }


#s-3fd7b9c8-60e9-4dca-a44f-385ffcd4cfef .shogun-image-content {
  
    justify-content: center;
  
}

#s-dfc74204-4961-4b68-8095-e7cd8e11b08f {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}
@media (max-width: 767px){#s-dfc74204-4961-4b68-8095-e7cd8e11b08f {
  min-height: 150px;
}
}
#s-77663272-3dad-43a8-9d0b-78ec50223709 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 10px;
}

#s-76bd6899-1b8e-48ee-9d53-93c48b9d56ea {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-76bd6899-1b8e-48ee-9d53-93c48b9d56ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76bd6899-1b8e-48ee-9d53-93c48b9d56ea.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5ae19c39-afbc-4fea-ac3c-aceaaadbb388 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: #000000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-5ae19c39-afbc-4fea-ac3c-aceaaadbb388:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ae19c39-afbc-4fea-ac3c-aceaaadbb388:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5ae19c39-afbc-4fea-ac3c-aceaaadbb388 {
  background-image: none;
background-color: #424242;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-5ae19c39-afbc-4fea-ac3c-aceaaadbb388 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
background-image: none;
background-color: #424242;
hover-type: color;
}
}

  #s-5ae19c39-afbc-4fea-ac3c-aceaaadbb388-root {
    text-align: center;
  }


#s-5ae19c39-afbc-4fea-ac3c-aceaaadbb388.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5ae19c39-afbc-4fea-ac3c-aceaaadbb388-root {
    text-align: center;
  }


#s-5ae19c39-afbc-4fea-ac3c-aceaaadbb388.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ae19c39-afbc-4fea-ac3c-aceaaadbb388-root {
    text-align: center;
  }


#s-5ae19c39-afbc-4fea-ac3c-aceaaadbb388.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ae19c39-afbc-4fea-ac3c-aceaaadbb388-root {
    text-align: center;
  }


#s-5ae19c39-afbc-4fea-ac3c-aceaaadbb388.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5ae19c39-afbc-4fea-ac3c-aceaaadbb388-root {
    text-align: center;
  }


#s-5ae19c39-afbc-4fea-ac3c-aceaaadbb388.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-2674ed5d-404a-42af-b0d0-a59cb814499b {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-2674ed5d-404a-42af-b0d0-a59cb814499b {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-2674ed5d-404a-42af-b0d0-a59cb814499b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2674ed5d-404a-42af-b0d0-a59cb814499b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ec4fc00f-5e75-4db1-a3ad-8034702eee4b {
  max-width: 600px;
text-align: center;
}

#s-ec4fc00f-5e75-4db1-a3ad-8034702eee4b {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-ec4fc00f-5e75-4db1-a3ad-8034702eee4b .shogun-image-content {
  
    justify-content: center;
  
}

#s-63d721ec-132e-4af6-8622-0e64d7096f2c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-63d721ec-132e-4af6-8622-0e64d7096f2c {
  display: none;
}
#s-63d721ec-132e-4af6-8622-0e64d7096f2c, #wrap-s-63d721ec-132e-4af6-8622-0e64d7096f2c, #wrap-content-s-63d721ec-132e-4af6-8622-0e64d7096f2c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63d721ec-132e-4af6-8622-0e64d7096f2c {
  display: none;
}
#s-63d721ec-132e-4af6-8622-0e64d7096f2c, #wrap-s-63d721ec-132e-4af6-8622-0e64d7096f2c, #wrap-content-s-63d721ec-132e-4af6-8622-0e64d7096f2c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63d721ec-132e-4af6-8622-0e64d7096f2c {
  display: none;
}
#s-63d721ec-132e-4af6-8622-0e64d7096f2c, #wrap-s-63d721ec-132e-4af6-8622-0e64d7096f2c, #wrap-content-s-63d721ec-132e-4af6-8622-0e64d7096f2c { display: none !important; }}@media (max-width: 767px){#s-63d721ec-132e-4af6-8622-0e64d7096f2c {
  display: none;
}
#s-63d721ec-132e-4af6-8622-0e64d7096f2c, #wrap-s-63d721ec-132e-4af6-8622-0e64d7096f2c, #wrap-content-s-63d721ec-132e-4af6-8622-0e64d7096f2c { display: none !important; }}







#s-63d721ec-132e-4af6-8622-0e64d7096f2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63d721ec-132e-4af6-8622-0e64d7096f2c.shg-box.shg-c {
  justify-content: center;
}

#s-29fd3049-da57-4443-b3d5-ab11f3b653c7 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
text-align: center;
}

#s-29fd3049-da57-4443-b3d5-ab11f3b653c7 {
  overflow: hidden;
  
  
}







  #s-29fd3049-da57-4443-b3d5-ab11f3b653c7 img.shogun-image {
    

    
    
    
  }


#s-29fd3049-da57-4443-b3d5-ab11f3b653c7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4712f5d5-5f24-4a63-9e16-91b1665a8277 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}

#s-4712f5d5-5f24-4a63-9e16-91b1665a8277 {
  overflow: hidden;
  
  
}







  #s-4712f5d5-5f24-4a63-9e16-91b1665a8277 img.shogun-image {
    

    
    
    
  }


#s-4712f5d5-5f24-4a63-9e16-91b1665a8277 .shogun-image-content {
  
    justify-content: center;
  
}

#s-55b66d1c-791b-4d4c-8051-0010adbed55f {
  background-color: rgba(12, 169, 217, 0);
}

#s-0bfc1b08-ce63-4f69-99c0-a20244b4a6e8 {
  margin-top: 0px;
padding-left: 13px;
padding-bottom: 10px;
padding-right: 13px;
background-color: rgba(12, 169, 217, 0);
background-repeat: repeat;
}
@media (min-width: 1200px){#s-0bfc1b08-ce63-4f69-99c0-a20244b4a6e8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0bfc1b08-ce63-4f69-99c0-a20244b4a6e8 {
  
}
}
@media (min-width: 0px) {
[id="s-0bfc1b08-ce63-4f69-99c0-a20244b4a6e8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-0bfc1b08-ce63-4f69-99c0-a20244b4a6e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-0bfc1b08-ce63-4f69-99c0-a20244b4a6e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-0bfc1b08-ce63-4f69-99c0-a20244b4a6e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-42c8cd81-ab15-47b0-8e48-47337b90f8fa {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-42c8cd81-ab15-47b0-8e48-47337b90f8fa {
  overflow: hidden;
  
  
}







  #s-42c8cd81-ab15-47b0-8e48-47337b90f8fa img.shogun-image {
    

    
    
    
  }


#s-42c8cd81-ab15-47b0-8e48-47337b90f8fa .shogun-image-content {
  
    justify-content: center;
  
}

#s-48eea1fb-98f8-47fd-93b1-90a4807aef70 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-48eea1fb-98f8-47fd-93b1-90a4807aef70 {
  overflow: hidden;
  
  
}







  #s-48eea1fb-98f8-47fd-93b1-90a4807aef70 img.shogun-image {
    

    
    
    
  }


#s-48eea1fb-98f8-47fd-93b1-90a4807aef70 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e48bb54e-2415-4989-90eb-763a320d576f {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-e48bb54e-2415-4989-90eb-763a320d576f {
  overflow: hidden;
  
  
}







  #s-e48bb54e-2415-4989-90eb-763a320d576f img.shogun-image {
    

    
    
    
  }


#s-e48bb54e-2415-4989-90eb-763a320d576f .shogun-image-content {
  
    justify-content: center;
  
}

#s-4d29ab94-54b1-4e5e-b99b-735263bce146 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-4d29ab94-54b1-4e5e-b99b-735263bce146 {
  overflow: hidden;
  
  
}







  #s-4d29ab94-54b1-4e5e-b99b-735263bce146 img.shogun-image {
    

    
    
    
  }


#s-4d29ab94-54b1-4e5e-b99b-735263bce146 .shogun-image-content {
  
    justify-content: center;
  
}

#s-83cb222f-b682-4f83-aa1e-1ab34d66df05 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}
@media (max-width: 767px){#s-83cb222f-b682-4f83-aa1e-1ab34d66df05 {
  min-height: 150px;
}
}
#s-ef3599b2-9195-4735-9f2b-ae461379a4e7 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 10px;
}

#s-22c3e754-ee58-4b7f-86ae-681645f585f0 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-22c3e754-ee58-4b7f-86ae-681645f585f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22c3e754-ee58-4b7f-86ae-681645f585f0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1b482ad8-916a-4360-8bba-062d411a8bc3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: #000000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1b482ad8-916a-4360-8bba-062d411a8bc3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1b482ad8-916a-4360-8bba-062d411a8bc3:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1b482ad8-916a-4360-8bba-062d411a8bc3 {
  background-image: none;
background-color: #424242;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-1b482ad8-916a-4360-8bba-062d411a8bc3 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
background-image: none;
background-color: #424242;
hover-type: color;
}
}

  #s-1b482ad8-916a-4360-8bba-062d411a8bc3-root {
    text-align: center;
  }


#s-1b482ad8-916a-4360-8bba-062d411a8bc3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1b482ad8-916a-4360-8bba-062d411a8bc3-root {
    text-align: center;
  }


#s-1b482ad8-916a-4360-8bba-062d411a8bc3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b482ad8-916a-4360-8bba-062d411a8bc3-root {
    text-align: center;
  }


#s-1b482ad8-916a-4360-8bba-062d411a8bc3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b482ad8-916a-4360-8bba-062d411a8bc3-root {
    text-align: center;
  }


#s-1b482ad8-916a-4360-8bba-062d411a8bc3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1b482ad8-916a-4360-8bba-062d411a8bc3-root {
    text-align: center;
  }


#s-1b482ad8-916a-4360-8bba-062d411a8bc3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-1d999836-b7ec-452a-bdd1-9386d8ddc441 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(250, 224, 85, 1);
background-repeat: repeat;
}
@media (max-width: 767px){#s-1d999836-b7ec-452a-bdd1-9386d8ddc441 {
  
}
}







#s-1d999836-b7ec-452a-bdd1-9386d8ddc441 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d999836-b7ec-452a-bdd1-9386d8ddc441.shg-box.shg-c {
  justify-content: center;
}

#s-2ddb990a-011e-4170-8d84-8278e7f18233 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-2ddb990a-011e-4170-8d84-8278e7f18233 .shogun-heading-component h1 {
  color: #000000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 2px;
  
}


@media (min-width: 1200px){#s-2ddb990a-011e-4170-8d84-8278e7f18233 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-2ddb990a-011e-4170-8d84-8278e7f18233 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 2px;
  
}


}
#s-089c3858-033d-4285-8be1-5a91dcc07a0f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 700px;
}
@media (min-width: 1200px){#s-089c3858-033d-4285-8be1-5a91dcc07a0f {
  display: none;
}
#s-089c3858-033d-4285-8be1-5a91dcc07a0f, #wrap-s-089c3858-033d-4285-8be1-5a91dcc07a0f, #wrap-content-s-089c3858-033d-4285-8be1-5a91dcc07a0f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-089c3858-033d-4285-8be1-5a91dcc07a0f {
  display: none;
}
#s-089c3858-033d-4285-8be1-5a91dcc07a0f, #wrap-s-089c3858-033d-4285-8be1-5a91dcc07a0f, #wrap-content-s-089c3858-033d-4285-8be1-5a91dcc07a0f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-089c3858-033d-4285-8be1-5a91dcc07a0f {
  display: none;
}
#s-089c3858-033d-4285-8be1-5a91dcc07a0f, #wrap-s-089c3858-033d-4285-8be1-5a91dcc07a0f, #wrap-content-s-089c3858-033d-4285-8be1-5a91dcc07a0f { display: none !important; }}@media (max-width: 767px){#s-089c3858-033d-4285-8be1-5a91dcc07a0f {
  display: none;
}
#s-089c3858-033d-4285-8be1-5a91dcc07a0f, #wrap-s-089c3858-033d-4285-8be1-5a91dcc07a0f, #wrap-content-s-089c3858-033d-4285-8be1-5a91dcc07a0f { display: none !important; }}







#s-089c3858-033d-4285-8be1-5a91dcc07a0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-089c3858-033d-4285-8be1-5a91dcc07a0f.shg-box.shg-c {
  justify-content: center;
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e {
  max-width: 700px;
text-align: center;
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e {
  margin: 0 !important;
  overflow: visible;
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4786cefa-2ebb-4002-8077-4368d1e94a4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4786cefa-2ebb-4002-8077-4368d1e94a4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e img.shogun-image {
  /* Add background color handling */
  
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-4786cefa-2ebb-4002-8077-4368d1e94a4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shogun-image {
  box-sizing: border-box;
}



.s-4786cefa-2ebb-4002-8077-4368d1e94a4e img.shogun-image {
  
}


@media (min-width: 1200px){#s-4786cefa-2ebb-4002-8077-4368d1e94a4e {
  margin: 0 !important;
  overflow: visible;
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4786cefa-2ebb-4002-8077-4368d1e94a4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4786cefa-2ebb-4002-8077-4368d1e94a4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e img.shogun-image {
  /* Add background color handling */
  
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-4786cefa-2ebb-4002-8077-4368d1e94a4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shogun-image {
  box-sizing: border-box;
}



.s-4786cefa-2ebb-4002-8077-4368d1e94a4e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4786cefa-2ebb-4002-8077-4368d1e94a4e {
  margin: 0 !important;
  overflow: visible;
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4786cefa-2ebb-4002-8077-4368d1e94a4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4786cefa-2ebb-4002-8077-4368d1e94a4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e img.shogun-image {
  /* Add background color handling */
  
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-4786cefa-2ebb-4002-8077-4368d1e94a4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shogun-image {
  box-sizing: border-box;
}



.s-4786cefa-2ebb-4002-8077-4368d1e94a4e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4786cefa-2ebb-4002-8077-4368d1e94a4e {
  margin: 0 !important;
  overflow: visible;
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4786cefa-2ebb-4002-8077-4368d1e94a4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4786cefa-2ebb-4002-8077-4368d1e94a4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e img.shogun-image {
  /* Add background color handling */
  
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-4786cefa-2ebb-4002-8077-4368d1e94a4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shogun-image {
  box-sizing: border-box;
}



.s-4786cefa-2ebb-4002-8077-4368d1e94a4e img.shogun-image {
  
}


}@media (max-width: 767px){#s-4786cefa-2ebb-4002-8077-4368d1e94a4e {
  margin: 0 !important;
  overflow: visible;
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4786cefa-2ebb-4002-8077-4368d1e94a4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4786cefa-2ebb-4002-8077-4368d1e94a4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e img.shogun-image {
  /* Add background color handling */
  
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-4786cefa-2ebb-4002-8077-4368d1e94a4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4786cefa-2ebb-4002-8077-4368d1e94a4e.shogun-image {
  box-sizing: border-box;
}



.s-4786cefa-2ebb-4002-8077-4368d1e94a4e img.shogun-image {
  
}


}
#s-020c31d9-bf09-47cf-9013-5b84f5009a52 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: center;
}
@media (max-width: 767px){#s-020c31d9-bf09-47cf-9013-5b84f5009a52 {
  padding-bottom: 0px;
}
}
#s-020c31d9-bf09-47cf-9013-5b84f5009a52 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-020c31d9-bf09-47cf-9013-5b84f5009a52 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}


}
#s-4d3057f2-7ce9-4685-946f-45ebdb6569a5 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}
@media (max-width: 767px){#s-4d3057f2-7ce9-4685-946f-45ebdb6569a5 {
  display: none;
}
#s-4d3057f2-7ce9-4685-946f-45ebdb6569a5, #wrap-s-4d3057f2-7ce9-4685-946f-45ebdb6569a5, #wrap-content-s-4d3057f2-7ce9-4685-946f-45ebdb6569a5 { display: none !important; }}
#s-f03c9a13-c336-4c7e-8888-a4765b923120 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}
@media (min-width: 1200px){#s-f03c9a13-c336-4c7e-8888-a4765b923120 {
  display: none;
}
#s-f03c9a13-c336-4c7e-8888-a4765b923120, #wrap-s-f03c9a13-c336-4c7e-8888-a4765b923120, #wrap-content-s-f03c9a13-c336-4c7e-8888-a4765b923120 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f03c9a13-c336-4c7e-8888-a4765b923120 {
  display: none;
}
#s-f03c9a13-c336-4c7e-8888-a4765b923120, #wrap-s-f03c9a13-c336-4c7e-8888-a4765b923120, #wrap-content-s-f03c9a13-c336-4c7e-8888-a4765b923120 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f03c9a13-c336-4c7e-8888-a4765b923120 {
  display: none;
}
#s-f03c9a13-c336-4c7e-8888-a4765b923120, #wrap-s-f03c9a13-c336-4c7e-8888-a4765b923120, #wrap-content-s-f03c9a13-c336-4c7e-8888-a4765b923120 { display: none !important; }}
#s-f45e1375-bdf0-4b74-9d78-ede1a1bd89bf {
  background-attachment: fixed;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
min-height: 50px;
max-width: 1500px;
background-repeat: repeat;
}
@media (min-width: 768px) and (max-width: 991px){#s-f45e1375-bdf0-4b74-9d78-ede1a1bd89bf {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-f45e1375-bdf0-4b74-9d78-ede1a1bd89bf {
  margin-top: 10px;
padding-left: 0px;
padding-right: 0px;
}
}







#s-f45e1375-bdf0-4b74-9d78-ede1a1bd89bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f45e1375-bdf0-4b74-9d78-ede1a1bd89bf.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-f84ebd1e-5b7d-425b-9cb7-5eee3ef649f0 {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-f84ebd1e-5b7d-425b-9cb7-5eee3ef649f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f84ebd1e-5b7d-425b-9cb7-5eee3ef649f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f84ebd1e-5b7d-425b-9cb7-5eee3ef649f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f84ebd1e-5b7d-425b-9cb7-5eee3ef649f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-7a67618e-f502-4090-b9e7-635f44cd9205 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-7a67618e-f502-4090-b9e7-635f44cd9205 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-7a67618e-f502-4090-b9e7-635f44cd9205 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a67618e-f502-4090-b9e7-635f44cd9205.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ddabe299-4c96-4585-9f3a-3aa354dfc791 {
  max-width: 600px;
text-align: center;
}

#s-ddabe299-4c96-4585-9f3a-3aa354dfc791 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-ddabe299-4c96-4585-9f3a-3aa354dfc791 .shogun-image-content {
  
    justify-content: center;
  
}

#s-36eb6ca1-d76c-4374-a901-006cf1dffdb3 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}
@media (max-width: 767px){#s-36eb6ca1-d76c-4374-a901-006cf1dffdb3 {
  min-height: 150px;
}
}
#s-acbc4ed0-c6c0-4485-af07-1780cca1bbf4 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 10px;
}

#s-153d1b3a-057f-40cd-8368-9d0d48850fa2 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-153d1b3a-057f-40cd-8368-9d0d48850fa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-153d1b3a-057f-40cd-8368-9d0d48850fa2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5636a162-9709-4346-8669-6c6dcb9b6c38 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-5636a162-9709-4346-8669-6c6dcb9b6c38:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5636a162-9709-4346-8669-6c6dcb9b6c38:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-5636a162-9709-4346-8669-6c6dcb9b6c38 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-5636a162-9709-4346-8669-6c6dcb9b6c38-root {
    text-align: center;
  }


#s-5636a162-9709-4346-8669-6c6dcb9b6c38.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5636a162-9709-4346-8669-6c6dcb9b6c38-root {
    text-align: center;
  }


#s-5636a162-9709-4346-8669-6c6dcb9b6c38.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5636a162-9709-4346-8669-6c6dcb9b6c38-root {
    text-align: center;
  }


#s-5636a162-9709-4346-8669-6c6dcb9b6c38.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5636a162-9709-4346-8669-6c6dcb9b6c38-root {
    text-align: center;
  }


#s-5636a162-9709-4346-8669-6c6dcb9b6c38.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5636a162-9709-4346-8669-6c6dcb9b6c38-root {
    text-align: center;
  }


#s-5636a162-9709-4346-8669-6c6dcb9b6c38.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ba69d307-43a2-4457-a4ae-a2eab66b4607 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-ba69d307-43a2-4457-a4ae-a2eab66b4607 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-ba69d307-43a2-4457-a4ae-a2eab66b4607 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba69d307-43a2-4457-a4ae-a2eab66b4607.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3a072e0f-73ba-40fa-a32b-3e86ff31598b {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
max-width: 600px;
text-align: center;
}
#s-3a072e0f-73ba-40fa-a32b-3e86ff31598b:hover {border-style: solid !important;
border-color: rgba(44, 42, 52, 0) !important;}
#s-3a072e0f-73ba-40fa-a32b-3e86ff31598b {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-3a072e0f-73ba-40fa-a32b-3e86ff31598b .shogun-image-content {
  
    justify-content: center;
  
}

#s-925ab6c2-1169-4795-ae2b-0294c2c21ec5 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}
@media (max-width: 767px){#s-925ab6c2-1169-4795-ae2b-0294c2c21ec5 {
  min-height: 150px;
}
}
#s-fc7599b4-fc63-4def-ba3f-33f825d8e016 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 10px;
}

#s-577ee83c-8a69-4ce9-a166-fc294352b557 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-577ee83c-8a69-4ce9-a166-fc294352b557 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-577ee83c-8a69-4ce9-a166-fc294352b557.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cd169861-ffce-4965-968a-94eff98e9c43 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-cd169861-ffce-4965-968a-94eff98e9c43:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd169861-ffce-4965-968a-94eff98e9c43:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-cd169861-ffce-4965-968a-94eff98e9c43 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-cd169861-ffce-4965-968a-94eff98e9c43-root {
    text-align: center;
  }


#s-cd169861-ffce-4965-968a-94eff98e9c43.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cd169861-ffce-4965-968a-94eff98e9c43-root {
    text-align: center;
  }


#s-cd169861-ffce-4965-968a-94eff98e9c43.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd169861-ffce-4965-968a-94eff98e9c43-root {
    text-align: center;
  }


#s-cd169861-ffce-4965-968a-94eff98e9c43.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cd169861-ffce-4965-968a-94eff98e9c43-root {
    text-align: center;
  }


#s-cd169861-ffce-4965-968a-94eff98e9c43.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cd169861-ffce-4965-968a-94eff98e9c43-root {
    text-align: center;
  }


#s-cd169861-ffce-4965-968a-94eff98e9c43.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-24704908-3744-448d-90f2-44e4f3e0d2e9 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-24704908-3744-448d-90f2-44e4f3e0d2e9 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-24704908-3744-448d-90f2-44e4f3e0d2e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24704908-3744-448d-90f2-44e4f3e0d2e9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-969c6d87-635f-4de5-9560-562e76b8362b {
  max-width: 600px;
text-align: center;
}

#s-969c6d87-635f-4de5-9560-562e76b8362b {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-969c6d87-635f-4de5-9560-562e76b8362b .shogun-image-content {
  
    justify-content: center;
  
}

#s-3bb79c00-64b6-4f85-b6ee-c98e120dad06 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}
@media (max-width: 767px){#s-3bb79c00-64b6-4f85-b6ee-c98e120dad06 {
  min-height: 150px;
}
}
#s-7bc8478c-bc72-4b78-bc70-bd48da62d851 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 10px;
}

#s-792d76ea-96a3-4d01-bbc6-49d5d1cf7580 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-792d76ea-96a3-4d01-bbc6-49d5d1cf7580 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-792d76ea-96a3-4d01-bbc6-49d5d1cf7580.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f0dec08f-3074-418e-861f-2111ffbfa974 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-f0dec08f-3074-418e-861f-2111ffbfa974:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f0dec08f-3074-418e-861f-2111ffbfa974:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-f0dec08f-3074-418e-861f-2111ffbfa974 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-f0dec08f-3074-418e-861f-2111ffbfa974-root {
    text-align: center;
  }


#s-f0dec08f-3074-418e-861f-2111ffbfa974.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f0dec08f-3074-418e-861f-2111ffbfa974-root {
    text-align: center;
  }


#s-f0dec08f-3074-418e-861f-2111ffbfa974.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0dec08f-3074-418e-861f-2111ffbfa974-root {
    text-align: center;
  }


#s-f0dec08f-3074-418e-861f-2111ffbfa974.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0dec08f-3074-418e-861f-2111ffbfa974-root {
    text-align: center;
  }


#s-f0dec08f-3074-418e-861f-2111ffbfa974.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f0dec08f-3074-418e-861f-2111ffbfa974-root {
    text-align: center;
  }


#s-f0dec08f-3074-418e-861f-2111ffbfa974.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-99d9666e-7874-4e71-bd0d-97c8a7cdd2df {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-99d9666e-7874-4e71-bd0d-97c8a7cdd2df {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-99d9666e-7874-4e71-bd0d-97c8a7cdd2df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99d9666e-7874-4e71-bd0d-97c8a7cdd2df.shg-box.shg-c {
  justify-content: flex-start;
}

#s-58be3d76-c21b-4dc8-8965-8700552c8fb5 {
  max-width: 600px;
text-align: center;
}

#s-58be3d76-c21b-4dc8-8965-8700552c8fb5 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-58be3d76-c21b-4dc8-8965-8700552c8fb5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0f92adf4-6489-4679-bd5f-50e915f886bb {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}
@media (max-width: 767px){#s-0f92adf4-6489-4679-bd5f-50e915f886bb {
  min-height: 150px;
}
}
#s-a5ac865b-7242-4ef4-9514-6796433606ca {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 10px;
}

#s-e33f32a9-6c36-4e97-b277-8c87f8dbccfe {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-e33f32a9-6c36-4e97-b277-8c87f8dbccfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e33f32a9-6c36-4e97-b277-8c87f8dbccfe.shg-box.shg-c {
  justify-content: flex-start;
}

#s-42eb03cf-e2dc-43b9-9af3-f962fa398e06 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-42eb03cf-e2dc-43b9-9af3-f962fa398e06:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42eb03cf-e2dc-43b9-9af3-f962fa398e06:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-42eb03cf-e2dc-43b9-9af3-f962fa398e06 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-42eb03cf-e2dc-43b9-9af3-f962fa398e06-root {
    text-align: center;
  }


#s-42eb03cf-e2dc-43b9-9af3-f962fa398e06.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-42eb03cf-e2dc-43b9-9af3-f962fa398e06-root {
    text-align: center;
  }


#s-42eb03cf-e2dc-43b9-9af3-f962fa398e06.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42eb03cf-e2dc-43b9-9af3-f962fa398e06-root {
    text-align: center;
  }


#s-42eb03cf-e2dc-43b9-9af3-f962fa398e06.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42eb03cf-e2dc-43b9-9af3-f962fa398e06-root {
    text-align: center;
  }


#s-42eb03cf-e2dc-43b9-9af3-f962fa398e06.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-42eb03cf-e2dc-43b9-9af3-f962fa398e06-root {
    text-align: center;
  }


#s-42eb03cf-e2dc-43b9-9af3-f962fa398e06.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f8fe2978-495c-464d-9f54-e9e7fb0eda9c {
  padding-top: 50px;
}
@media (max-width: 767px){#s-f8fe2978-495c-464d-9f54-e9e7fb0eda9c {
  padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-f8fe2978-495c-464d-9f54-e9e7fb0eda9c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f8fe2978-495c-464d-9f54-e9e7fb0eda9c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f8fe2978-495c-464d-9f54-e9e7fb0eda9c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f8fe2978-495c-464d-9f54-e9e7fb0eda9c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-9ab5e652-160f-4385-b80b-b3643db013ff {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-9ab5e652-160f-4385-b80b-b3643db013ff {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-9ab5e652-160f-4385-b80b-b3643db013ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ab5e652-160f-4385-b80b-b3643db013ff.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8f6f6d28-d019-49d9-99d1-a2d0aae57f49 {
  max-width: 600px;
text-align: center;
}

#s-8f6f6d28-d019-49d9-99d1-a2d0aae57f49 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-8f6f6d28-d019-49d9-99d1-a2d0aae57f49 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4a0d19ec-efe9-44c6-aef0-9b7c8c3e1b90 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}
@media (max-width: 767px){#s-4a0d19ec-efe9-44c6-aef0-9b7c8c3e1b90 {
  min-height: 150px;
}
}
#s-701bb5e3-8aa2-4bc2-a472-706fdb5bdf27 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 10px;
}

#s-3ade34e0-159f-41d4-b081-ad4ac68cde53 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-3ade34e0-159f-41d4-b081-ad4ac68cde53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ade34e0-159f-41d4-b081-ad4ac68cde53.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8591c206-cc66-42d0-b7be-8ac5db8fa761 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: #000000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8591c206-cc66-42d0-b7be-8ac5db8fa761:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8591c206-cc66-42d0-b7be-8ac5db8fa761:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8591c206-cc66-42d0-b7be-8ac5db8fa761 {
  background-image: none;
background-color: #424242;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-8591c206-cc66-42d0-b7be-8ac5db8fa761 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
background-image: none;
background-color: #424242;
hover-type: color;
}
}

  #s-8591c206-cc66-42d0-b7be-8ac5db8fa761-root {
    text-align: center;
  }


#s-8591c206-cc66-42d0-b7be-8ac5db8fa761.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8591c206-cc66-42d0-b7be-8ac5db8fa761-root {
    text-align: center;
  }


#s-8591c206-cc66-42d0-b7be-8ac5db8fa761.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8591c206-cc66-42d0-b7be-8ac5db8fa761-root {
    text-align: center;
  }


#s-8591c206-cc66-42d0-b7be-8ac5db8fa761.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8591c206-cc66-42d0-b7be-8ac5db8fa761-root {
    text-align: center;
  }


#s-8591c206-cc66-42d0-b7be-8ac5db8fa761.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8591c206-cc66-42d0-b7be-8ac5db8fa761-root {
    text-align: center;
  }


#s-8591c206-cc66-42d0-b7be-8ac5db8fa761.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7f80e8e9-48a2-47aa-b625-c4ef83c335a0 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-7f80e8e9-48a2-47aa-b625-c4ef83c335a0 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-7f80e8e9-48a2-47aa-b625-c4ef83c335a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f80e8e9-48a2-47aa-b625-c4ef83c335a0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d875b54e-6c5b-4244-8a14-c31561cce335 {
  max-width: 600px;
text-align: center;
}

#s-d875b54e-6c5b-4244-8a14-c31561cce335 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-d875b54e-6c5b-4244-8a14-c31561cce335 .shogun-image-content {
  
    justify-content: center;
  
}

#s-97aa39ff-147b-4736-b076-2622a46ae0eb {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}
@media (max-width: 767px){#s-97aa39ff-147b-4736-b076-2622a46ae0eb {
  min-height: 150px;
}
}
#s-43be3961-eea7-4c6b-bb4d-0e51028a6b86 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 10px;
}

#s-d02fb41b-503f-4519-8458-4d0faf4a9d98 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-d02fb41b-503f-4519-8458-4d0faf4a9d98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d02fb41b-503f-4519-8458-4d0faf4a9d98.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d2252476-42da-464b-b176-5062ac558da3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: #000000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d2252476-42da-464b-b176-5062ac558da3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2252476-42da-464b-b176-5062ac558da3:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d2252476-42da-464b-b176-5062ac558da3 {
  background-image: none;
background-color: #424242;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-d2252476-42da-464b-b176-5062ac558da3 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
background-image: none;
background-color: #424242;
hover-type: color;
}
}

  #s-d2252476-42da-464b-b176-5062ac558da3-root {
    text-align: center;
  }


#s-d2252476-42da-464b-b176-5062ac558da3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d2252476-42da-464b-b176-5062ac558da3-root {
    text-align: center;
  }


#s-d2252476-42da-464b-b176-5062ac558da3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2252476-42da-464b-b176-5062ac558da3-root {
    text-align: center;
  }


#s-d2252476-42da-464b-b176-5062ac558da3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2252476-42da-464b-b176-5062ac558da3-root {
    text-align: center;
  }


#s-d2252476-42da-464b-b176-5062ac558da3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d2252476-42da-464b-b176-5062ac558da3-root {
    text-align: center;
  }


#s-d2252476-42da-464b-b176-5062ac558da3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f28c37f0-a34c-4366-92c5-285b14105bb5 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-f28c37f0-a34c-4366-92c5-285b14105bb5 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-f28c37f0-a34c-4366-92c5-285b14105bb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f28c37f0-a34c-4366-92c5-285b14105bb5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c7d2995d-3779-4d11-a663-21c8fa6af82f {
  max-width: 600px;
text-align: center;
}

#s-c7d2995d-3779-4d11-a663-21c8fa6af82f {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-c7d2995d-3779-4d11-a663-21c8fa6af82f .shogun-image-content {
  
    justify-content: center;
  
}

#s-66b11a94-1e52-449e-8511-d987f9644aa5 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}
@media (max-width: 767px){#s-66b11a94-1e52-449e-8511-d987f9644aa5 {
  min-height: 150px;
}
}
#s-4d2f291a-b7f2-4fa3-adc1-d96a34200106 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 10px;
}

#s-d99e3e3e-43ca-4612-86cb-e4722e9e0764 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-d99e3e3e-43ca-4612-86cb-e4722e9e0764 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d99e3e3e-43ca-4612-86cb-e4722e9e0764.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8f7ed9d5-e239-4408-9872-5fcc3111eb3f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: #000000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8f7ed9d5-e239-4408-9872-5fcc3111eb3f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f7ed9d5-e239-4408-9872-5fcc3111eb3f:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8f7ed9d5-e239-4408-9872-5fcc3111eb3f {
  background-image: none;
background-color: #424242;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-8f7ed9d5-e239-4408-9872-5fcc3111eb3f {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
background-image: none;
background-color: #424242;
hover-type: color;
}
}

  #s-8f7ed9d5-e239-4408-9872-5fcc3111eb3f-root {
    text-align: center;
  }


#s-8f7ed9d5-e239-4408-9872-5fcc3111eb3f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8f7ed9d5-e239-4408-9872-5fcc3111eb3f-root {
    text-align: center;
  }


#s-8f7ed9d5-e239-4408-9872-5fcc3111eb3f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f7ed9d5-e239-4408-9872-5fcc3111eb3f-root {
    text-align: center;
  }


#s-8f7ed9d5-e239-4408-9872-5fcc3111eb3f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f7ed9d5-e239-4408-9872-5fcc3111eb3f-root {
    text-align: center;
  }


#s-8f7ed9d5-e239-4408-9872-5fcc3111eb3f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8f7ed9d5-e239-4408-9872-5fcc3111eb3f-root {
    text-align: center;
  }


#s-8f7ed9d5-e239-4408-9872-5fcc3111eb3f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-75c57d4d-4c75-4eac-b746-a379541983f0 {
  margin-top: 100px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-75c57d4d-4c75-4eac-b746-a379541983f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75c57d4d-4c75-4eac-b746-a379541983f0.shg-box.shg-c {
  justify-content: center;
}

#s-7ada6844-2237-482a-a5bd-0b5febfdd006 {
  padding-bottom: 20px;
min-height: 50px;
background-color: rgba(250, 224, 85, 1);
background-repeat: repeat;
}
@media (max-width: 767px){#s-7ada6844-2237-482a-a5bd-0b5febfdd006 {
  
}
}







#s-7ada6844-2237-482a-a5bd-0b5febfdd006 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ada6844-2237-482a-a5bd-0b5febfdd006.shg-box.shg-c {
  justify-content: center;
}

#s-39222456-7161-4fee-89f9-d0ad8a31d093 {
  margin-left: auto;
margin-right: auto;
padding-top: 28px;
padding-bottom: 20px;
max-width: 900px;
text-align: center;
}
@media (min-width: 1200px){#s-39222456-7161-4fee-89f9-d0ad8a31d093 {
  display: none;
}
#s-39222456-7161-4fee-89f9-d0ad8a31d093, #wrap-s-39222456-7161-4fee-89f9-d0ad8a31d093, #wrap-content-s-39222456-7161-4fee-89f9-d0ad8a31d093 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39222456-7161-4fee-89f9-d0ad8a31d093 {
  display: none;
}
#s-39222456-7161-4fee-89f9-d0ad8a31d093, #wrap-s-39222456-7161-4fee-89f9-d0ad8a31d093, #wrap-content-s-39222456-7161-4fee-89f9-d0ad8a31d093 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39222456-7161-4fee-89f9-d0ad8a31d093 {
  display: none;
}
#s-39222456-7161-4fee-89f9-d0ad8a31d093, #wrap-s-39222456-7161-4fee-89f9-d0ad8a31d093, #wrap-content-s-39222456-7161-4fee-89f9-d0ad8a31d093 { display: none !important; }}@media (max-width: 767px){#s-39222456-7161-4fee-89f9-d0ad8a31d093 {
  padding-left: 5px;
padding-right: 5px;
display: none;
}
#s-39222456-7161-4fee-89f9-d0ad8a31d093, #wrap-s-39222456-7161-4fee-89f9-d0ad8a31d093, #wrap-content-s-39222456-7161-4fee-89f9-d0ad8a31d093 { display: none !important; }}
#s-39222456-7161-4fee-89f9-d0ad8a31d093 .shogun-heading-component h1 {
  color: rgba(250, 245, 245, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-39222456-7161-4fee-89f9-d0ad8a31d093 .shogun-heading-component h1 {
  color: rgba(250, 245, 245, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (max-width: 767px){#s-39222456-7161-4fee-89f9-d0ad8a31d093 .shogun-heading-component h1 {
  color: rgba(250, 245, 245, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


}
#s-530b533a-b8e2-4d70-9db8-ebc77b52f9fa {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
text-align: center;
}

#s-530b533a-b8e2-4d70-9db8-ebc77b52f9fa .shogun-heading-component h1 {
  color: #000000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 2px;
  
}


@media (min-width: 1200px){#s-530b533a-b8e2-4d70-9db8-ebc77b52f9fa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-530b533a-b8e2-4d70-9db8-ebc77b52f9fa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 2px;
  
}


}
#s-9302a1be-4c7d-4d27-8348-11262ca3e438 {
  background-attachment: fixed;
margin-top: 50px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
padding-top: 50px;
padding-left: 100px;
padding-bottom: 50px;
padding-right: 100px;
min-height: 50px;
max-width: 1500px;
background-repeat: repeat;
}
@media (min-width: 768px) and (max-width: 991px){#s-9302a1be-4c7d-4d27-8348-11262ca3e438 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-9302a1be-4c7d-4d27-8348-11262ca3e438 {
  margin-top: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}







#s-9302a1be-4c7d-4d27-8348-11262ca3e438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9302a1be-4c7d-4d27-8348-11262ca3e438.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-ec3fc4ff-e3a7-4f69-b1b8-e569e50e0bf6 {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-ec3fc4ff-e3a7-4f69-b1b8-e569e50e0bf6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ec3fc4ff-e3a7-4f69-b1b8-e569e50e0bf6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ec3fc4ff-e3a7-4f69-b1b8-e569e50e0bf6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ec3fc4ff-e3a7-4f69-b1b8-e569e50e0bf6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b954d3ed-ed3e-4e53-be45-01700f97066b {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-b954d3ed-ed3e-4e53-be45-01700f97066b {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-b954d3ed-ed3e-4e53-be45-01700f97066b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b954d3ed-ed3e-4e53-be45-01700f97066b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e9e0155d-30bc-40f9-bd04-b6ccf419d526 {
  max-width: 600px;
text-align: center;
}

#s-e9e0155d-30bc-40f9-bd04-b6ccf419d526 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-e9e0155d-30bc-40f9-bd04-b6ccf419d526 .shogun-image-content {
  
    justify-content: center;
  
}

#s-092adaef-b444-45e3-84b2-d9adeb7a9a35 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-e7875bba-fae6-4d92-80a7-a0584e6138c3 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-e7875bba-fae6-4d92-80a7-a0584e6138c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7875bba-fae6-4d92-80a7-a0584e6138c3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2feb4f30-801b-4704-8458-472ccd628efc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-2feb4f30-801b-4704-8458-472ccd628efc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2feb4f30-801b-4704-8458-472ccd628efc:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-2feb4f30-801b-4704-8458-472ccd628efc {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-2feb4f30-801b-4704-8458-472ccd628efc-root {
    text-align: center;
  }


#s-2feb4f30-801b-4704-8458-472ccd628efc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2feb4f30-801b-4704-8458-472ccd628efc-root {
    text-align: center;
  }


#s-2feb4f30-801b-4704-8458-472ccd628efc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2feb4f30-801b-4704-8458-472ccd628efc-root {
    text-align: center;
  }


#s-2feb4f30-801b-4704-8458-472ccd628efc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2feb4f30-801b-4704-8458-472ccd628efc-root {
    text-align: center;
  }


#s-2feb4f30-801b-4704-8458-472ccd628efc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2feb4f30-801b-4704-8458-472ccd628efc-root {
    text-align: center;
  }


#s-2feb4f30-801b-4704-8458-472ccd628efc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-85cac059-4034-4a8f-b14b-3bafc3ab741f {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-85cac059-4034-4a8f-b14b-3bafc3ab741f {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-85cac059-4034-4a8f-b14b-3bafc3ab741f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85cac059-4034-4a8f-b14b-3bafc3ab741f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-466f093a-727d-4910-8a84-ea5570f4527f {
  max-width: 600px;
text-align: center;
}

#s-466f093a-727d-4910-8a84-ea5570f4527f {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-466f093a-727d-4910-8a84-ea5570f4527f .shogun-image-content {
  
    justify-content: center;
  
}

#s-3956e4dc-d85e-4c10-a09c-19820795e0d8 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-a3355c2a-674b-4988-a001-469c968bc040 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-a3355c2a-674b-4988-a001-469c968bc040 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a3355c2a-674b-4988-a001-469c968bc040.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5734b318-e75f-41d0-a90f-797eddee22aa {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-5734b318-e75f-41d0-a90f-797eddee22aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5734b318-e75f-41d0-a90f-797eddee22aa:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-5734b318-e75f-41d0-a90f-797eddee22aa {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-5734b318-e75f-41d0-a90f-797eddee22aa-root {
    text-align: center;
  }


#s-5734b318-e75f-41d0-a90f-797eddee22aa.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5734b318-e75f-41d0-a90f-797eddee22aa-root {
    text-align: center;
  }


#s-5734b318-e75f-41d0-a90f-797eddee22aa.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5734b318-e75f-41d0-a90f-797eddee22aa-root {
    text-align: center;
  }


#s-5734b318-e75f-41d0-a90f-797eddee22aa.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5734b318-e75f-41d0-a90f-797eddee22aa-root {
    text-align: center;
  }


#s-5734b318-e75f-41d0-a90f-797eddee22aa.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5734b318-e75f-41d0-a90f-797eddee22aa-root {
    text-align: center;
  }


#s-5734b318-e75f-41d0-a90f-797eddee22aa.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4a241052-300c-4645-8ffa-a7dc8de2b7e0 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-4a241052-300c-4645-8ffa-a7dc8de2b7e0 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-4a241052-300c-4645-8ffa-a7dc8de2b7e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a241052-300c-4645-8ffa-a7dc8de2b7e0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3b40a684-1db3-46e6-b91d-63cea52026ca {
  max-width: 600px;
text-align: center;
}

#s-3b40a684-1db3-46e6-b91d-63cea52026ca {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-3b40a684-1db3-46e6-b91d-63cea52026ca .shogun-image-content {
  
    justify-content: center;
  
}

#s-77873c06-8f04-45d8-9f73-97d343bea377 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-63771d70-ac4d-4717-a106-5198c89ef37c {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-63771d70-ac4d-4717-a106-5198c89ef37c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63771d70-ac4d-4717-a106-5198c89ef37c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-028b8117-e369-455b-b379-250d39029ff7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-028b8117-e369-455b-b379-250d39029ff7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-028b8117-e369-455b-b379-250d39029ff7:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-028b8117-e369-455b-b379-250d39029ff7 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-028b8117-e369-455b-b379-250d39029ff7-root {
    text-align: center;
  }


#s-028b8117-e369-455b-b379-250d39029ff7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-028b8117-e369-455b-b379-250d39029ff7-root {
    text-align: center;
  }


#s-028b8117-e369-455b-b379-250d39029ff7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-028b8117-e369-455b-b379-250d39029ff7-root {
    text-align: center;
  }


#s-028b8117-e369-455b-b379-250d39029ff7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-028b8117-e369-455b-b379-250d39029ff7-root {
    text-align: center;
  }


#s-028b8117-e369-455b-b379-250d39029ff7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-028b8117-e369-455b-b379-250d39029ff7-root {
    text-align: center;
  }


#s-028b8117-e369-455b-b379-250d39029ff7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4d4456dc-0d9b-4821-8a8b-679ecbc16215 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-4d4456dc-0d9b-4821-8a8b-679ecbc16215 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-4d4456dc-0d9b-4821-8a8b-679ecbc16215 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d4456dc-0d9b-4821-8a8b-679ecbc16215.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8bbb9150-85a2-40d5-aa1e-abc637c86d3b {
  max-width: 600px;
text-align: center;
}

#s-8bbb9150-85a2-40d5-aa1e-abc637c86d3b {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-8bbb9150-85a2-40d5-aa1e-abc637c86d3b .shogun-image-content {
  
    justify-content: center;
  
}

#s-f58b7ab7-4f8c-49a6-903c-f0246698c51b {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-2d0bdce5-e39e-4e45-9da4-ce59f3cb3ab7 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-2d0bdce5-e39e-4e45-9da4-ce59f3cb3ab7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d0bdce5-e39e-4e45-9da4-ce59f3cb3ab7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cfd78f63-9def-43dd-bb33-f54735bfdae2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-cfd78f63-9def-43dd-bb33-f54735bfdae2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cfd78f63-9def-43dd-bb33-f54735bfdae2:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-cfd78f63-9def-43dd-bb33-f54735bfdae2 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-cfd78f63-9def-43dd-bb33-f54735bfdae2-root {
    text-align: center;
  }


#s-cfd78f63-9def-43dd-bb33-f54735bfdae2.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cfd78f63-9def-43dd-bb33-f54735bfdae2-root {
    text-align: center;
  }


#s-cfd78f63-9def-43dd-bb33-f54735bfdae2.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfd78f63-9def-43dd-bb33-f54735bfdae2-root {
    text-align: center;
  }


#s-cfd78f63-9def-43dd-bb33-f54735bfdae2.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfd78f63-9def-43dd-bb33-f54735bfdae2-root {
    text-align: center;
  }


#s-cfd78f63-9def-43dd-bb33-f54735bfdae2.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cfd78f63-9def-43dd-bb33-f54735bfdae2-root {
    text-align: center;
  }


#s-cfd78f63-9def-43dd-bb33-f54735bfdae2.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-92b51406-7bbc-4acc-a421-7a004880ed7e {
  padding-top: 50px;
}
@media (max-width: 767px){#s-92b51406-7bbc-4acc-a421-7a004880ed7e {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-92b51406-7bbc-4acc-a421-7a004880ed7e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-92b51406-7bbc-4acc-a421-7a004880ed7e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-92b51406-7bbc-4acc-a421-7a004880ed7e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-92b51406-7bbc-4acc-a421-7a004880ed7e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b04438b9-86ae-4ee7-ba43-61ffdbb5b02f {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-b04438b9-86ae-4ee7-ba43-61ffdbb5b02f {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-b04438b9-86ae-4ee7-ba43-61ffdbb5b02f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b04438b9-86ae-4ee7-ba43-61ffdbb5b02f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-109b5c02-b6e3-438f-924d-b2145557c13c {
  max-width: 600px;
text-align: center;
}

#s-109b5c02-b6e3-438f-924d-b2145557c13c {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-109b5c02-b6e3-438f-924d-b2145557c13c .shogun-image-content {
  
    justify-content: center;
  
}

#s-b5f4f880-2169-4869-89a3-ccd06473ff2e {
  margin-left: 18px;
margin-bottom: 10px;
margin-right: 18px;
}
@media (max-width: 767px){#s-b5f4f880-2169-4869-89a3-ccd06473ff2e {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-197eb8e3-29ab-4c69-8347-dbd3ff0b9d30 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-197eb8e3-29ab-4c69-8347-dbd3ff0b9d30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-197eb8e3-29ab-4c69-8347-dbd3ff0b9d30.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9202a28f-3d62-4b28-bea6-dcc86b026dfe {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-9202a28f-3d62-4b28-bea6-dcc86b026dfe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9202a28f-3d62-4b28-bea6-dcc86b026dfe:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-9202a28f-3d62-4b28-bea6-dcc86b026dfe {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-9202a28f-3d62-4b28-bea6-dcc86b026dfe-root {
    text-align: center;
  }


#s-9202a28f-3d62-4b28-bea6-dcc86b026dfe.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9202a28f-3d62-4b28-bea6-dcc86b026dfe-root {
    text-align: center;
  }


#s-9202a28f-3d62-4b28-bea6-dcc86b026dfe.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9202a28f-3d62-4b28-bea6-dcc86b026dfe-root {
    text-align: center;
  }


#s-9202a28f-3d62-4b28-bea6-dcc86b026dfe.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9202a28f-3d62-4b28-bea6-dcc86b026dfe-root {
    text-align: center;
  }


#s-9202a28f-3d62-4b28-bea6-dcc86b026dfe.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9202a28f-3d62-4b28-bea6-dcc86b026dfe-root {
    text-align: center;
  }


#s-9202a28f-3d62-4b28-bea6-dcc86b026dfe.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d946275f-5cc8-419c-9122-54aafcacc34c {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-d946275f-5cc8-419c-9122-54aafcacc34c {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-d946275f-5cc8-419c-9122-54aafcacc34c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d946275f-5cc8-419c-9122-54aafcacc34c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e817aada-b705-42a8-a1a8-2918763b2be9 {
  max-width: 600px;
text-align: center;
}

#s-e817aada-b705-42a8-a1a8-2918763b2be9 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-e817aada-b705-42a8-a1a8-2918763b2be9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ae003286-3b82-41cc-b679-fc49474c5003 {
  margin-left: 18px;
margin-bottom: 10px;
margin-right: 18px;
}
@media (max-width: 767px){#s-ae003286-3b82-41cc-b679-fc49474c5003 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-91450b73-4dc4-4fdb-befe-13ccec5fb6bd {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-91450b73-4dc4-4fdb-befe-13ccec5fb6bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91450b73-4dc4-4fdb-befe-13ccec5fb6bd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0004fa52-293d-436e-b0f7-f49643c11603 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-0004fa52-293d-436e-b0f7-f49643c11603:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0004fa52-293d-436e-b0f7-f49643c11603:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-0004fa52-293d-436e-b0f7-f49643c11603 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-0004fa52-293d-436e-b0f7-f49643c11603-root {
    text-align: center;
  }


#s-0004fa52-293d-436e-b0f7-f49643c11603.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0004fa52-293d-436e-b0f7-f49643c11603-root {
    text-align: center;
  }


#s-0004fa52-293d-436e-b0f7-f49643c11603.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0004fa52-293d-436e-b0f7-f49643c11603-root {
    text-align: center;
  }


#s-0004fa52-293d-436e-b0f7-f49643c11603.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0004fa52-293d-436e-b0f7-f49643c11603-root {
    text-align: center;
  }


#s-0004fa52-293d-436e-b0f7-f49643c11603.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0004fa52-293d-436e-b0f7-f49643c11603-root {
    text-align: center;
  }


#s-0004fa52-293d-436e-b0f7-f49643c11603.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-164631f5-69f0-4dde-b2b4-c5b79f3a150b {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-164631f5-69f0-4dde-b2b4-c5b79f3a150b {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-164631f5-69f0-4dde-b2b4-c5b79f3a150b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-164631f5-69f0-4dde-b2b4-c5b79f3a150b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0cf58dd9-704a-43a1-af72-99bcc669f1fc {
  max-width: 600px;
text-align: center;
}

#s-0cf58dd9-704a-43a1-af72-99bcc669f1fc {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-0cf58dd9-704a-43a1-af72-99bcc669f1fc .shogun-image-content {
  
    justify-content: center;
  
}

#s-1f72e4cf-c2ff-42a5-8ed2-df6958a87cd5 {
  margin-left: 18px;
margin-bottom: 10px;
margin-right: 18px;
}
@media (max-width: 767px){#s-1f72e4cf-c2ff-42a5-8ed2-df6958a87cd5 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-764e75a1-4413-499a-94ce-260f930bdb63 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8103c80e-1ba7-4f37-8b4a-972f25a26e94 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-8103c80e-1ba7-4f37-8b4a-972f25a26e94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8103c80e-1ba7-4f37-8b4a-972f25a26e94.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5da50e98-ae2e-4d84-9dc1-cefc28ef464e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-5da50e98-ae2e-4d84-9dc1-cefc28ef464e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5da50e98-ae2e-4d84-9dc1-cefc28ef464e:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-5da50e98-ae2e-4d84-9dc1-cefc28ef464e {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-5da50e98-ae2e-4d84-9dc1-cefc28ef464e-root {
    text-align: center;
  }


#s-5da50e98-ae2e-4d84-9dc1-cefc28ef464e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5da50e98-ae2e-4d84-9dc1-cefc28ef464e-root {
    text-align: center;
  }


#s-5da50e98-ae2e-4d84-9dc1-cefc28ef464e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5da50e98-ae2e-4d84-9dc1-cefc28ef464e-root {
    text-align: center;
  }


#s-5da50e98-ae2e-4d84-9dc1-cefc28ef464e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5da50e98-ae2e-4d84-9dc1-cefc28ef464e-root {
    text-align: center;
  }


#s-5da50e98-ae2e-4d84-9dc1-cefc28ef464e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5da50e98-ae2e-4d84-9dc1-cefc28ef464e-root {
    text-align: center;
  }


#s-5da50e98-ae2e-4d84-9dc1-cefc28ef464e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-2f93ff69-6316-48ee-be67-fce2d6b87a85 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-2f93ff69-6316-48ee-be67-fce2d6b87a85 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-2f93ff69-6316-48ee-be67-fce2d6b87a85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f93ff69-6316-48ee-be67-fce2d6b87a85.shg-box.shg-c {
  justify-content: flex-start;
}

#s-89093822-5b9d-4031-9f03-b695c16cf94b {
  max-width: 600px;
text-align: center;
}

#s-89093822-5b9d-4031-9f03-b695c16cf94b {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-89093822-5b9d-4031-9f03-b695c16cf94b .shogun-image-content {
  
    justify-content: center;
  
}

#s-41221f5f-843e-4c54-a19a-873ef5b233fd {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-98165a01-0d8b-4265-aef5-3f1872a3cd97 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-98165a01-0d8b-4265-aef5-3f1872a3cd97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98165a01-0d8b-4265-aef5-3f1872a3cd97.shg-box.shg-c {
  justify-content: flex-start;
}

#s-db9f9fd3-4107-420c-898a-ed161fbb23c7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-db9f9fd3-4107-420c-898a-ed161fbb23c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db9f9fd3-4107-420c-898a-ed161fbb23c7:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-db9f9fd3-4107-420c-898a-ed161fbb23c7 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-db9f9fd3-4107-420c-898a-ed161fbb23c7-root {
    text-align: center;
  }


#s-db9f9fd3-4107-420c-898a-ed161fbb23c7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-db9f9fd3-4107-420c-898a-ed161fbb23c7-root {
    text-align: center;
  }


#s-db9f9fd3-4107-420c-898a-ed161fbb23c7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db9f9fd3-4107-420c-898a-ed161fbb23c7-root {
    text-align: center;
  }


#s-db9f9fd3-4107-420c-898a-ed161fbb23c7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db9f9fd3-4107-420c-898a-ed161fbb23c7-root {
    text-align: center;
  }


#s-db9f9fd3-4107-420c-898a-ed161fbb23c7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-db9f9fd3-4107-420c-898a-ed161fbb23c7-root {
    text-align: center;
  }


#s-db9f9fd3-4107-420c-898a-ed161fbb23c7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5df757f9-9835-4a3a-9fac-3210f3873bd9 {
  padding-top: 50px;
}
@media (max-width: 767px){#s-5df757f9-9835-4a3a-9fac-3210f3873bd9 {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-5df757f9-9835-4a3a-9fac-3210f3873bd9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5df757f9-9835-4a3a-9fac-3210f3873bd9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5df757f9-9835-4a3a-9fac-3210f3873bd9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5df757f9-9835-4a3a-9fac-3210f3873bd9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-33d68a37-e7f1-4185-9afc-c4d95be82025 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-33d68a37-e7f1-4185-9afc-c4d95be82025 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-33d68a37-e7f1-4185-9afc-c4d95be82025 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33d68a37-e7f1-4185-9afc-c4d95be82025.shg-box.shg-c {
  justify-content: flex-start;
}

#s-59dfd237-2785-4fc0-993f-1404c95bad22 {
  max-width: 600px;
text-align: center;
}

#s-59dfd237-2785-4fc0-993f-1404c95bad22 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-59dfd237-2785-4fc0-993f-1404c95bad22 .shogun-image-content {
  
    justify-content: center;
  
}

#s-50c4110d-3803-4855-8892-5b0eb6fe1f90 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (max-width: 767px){#s-50c4110d-3803-4855-8892-5b0eb6fe1f90 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-17adb3b5-c761-4cb1-a98a-2d88d442ba62 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-17adb3b5-c761-4cb1-a98a-2d88d442ba62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17adb3b5-c761-4cb1-a98a-2d88d442ba62.shg-box.shg-c {
  justify-content: flex-start;
}

#s-04f66875-a4e0-4bcc-8e03-ffb48c495d17 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-04f66875-a4e0-4bcc-8e03-ffb48c495d17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-04f66875-a4e0-4bcc-8e03-ffb48c495d17:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-04f66875-a4e0-4bcc-8e03-ffb48c495d17 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-04f66875-a4e0-4bcc-8e03-ffb48c495d17-root {
    text-align: center;
  }


#s-04f66875-a4e0-4bcc-8e03-ffb48c495d17.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-04f66875-a4e0-4bcc-8e03-ffb48c495d17-root {
    text-align: center;
  }


#s-04f66875-a4e0-4bcc-8e03-ffb48c495d17.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04f66875-a4e0-4bcc-8e03-ffb48c495d17-root {
    text-align: center;
  }


#s-04f66875-a4e0-4bcc-8e03-ffb48c495d17.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04f66875-a4e0-4bcc-8e03-ffb48c495d17-root {
    text-align: center;
  }


#s-04f66875-a4e0-4bcc-8e03-ffb48c495d17.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-04f66875-a4e0-4bcc-8e03-ffb48c495d17-root {
    text-align: center;
  }


#s-04f66875-a4e0-4bcc-8e03-ffb48c495d17.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4e01cb4a-fb2e-4cc9-800b-08da02cb7208 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-4e01cb4a-fb2e-4cc9-800b-08da02cb7208 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-4e01cb4a-fb2e-4cc9-800b-08da02cb7208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e01cb4a-fb2e-4cc9-800b-08da02cb7208.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eca787c9-0d63-4c38-87f6-c57ab1fb01da {
  max-width: 600px;
text-align: center;
}

#s-eca787c9-0d63-4c38-87f6-c57ab1fb01da {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-eca787c9-0d63-4c38-87f6-c57ab1fb01da .shogun-image-content {
  
    justify-content: center;
  
}

#s-74d2f060-3490-4a3b-b661-8baf30f2a7ec {
  margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
}
@media (max-width: 767px){#s-74d2f060-3490-4a3b-b661-8baf30f2a7ec {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-3c543a45-1b4c-428a-a093-fc35be936bb2 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-3c543a45-1b4c-428a-a093-fc35be936bb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c543a45-1b4c-428a-a093-fc35be936bb2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a3d7c46d-4445-40fd-8055-703ebaa60cdc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-a3d7c46d-4445-40fd-8055-703ebaa60cdc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a3d7c46d-4445-40fd-8055-703ebaa60cdc:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-a3d7c46d-4445-40fd-8055-703ebaa60cdc {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-a3d7c46d-4445-40fd-8055-703ebaa60cdc-root {
    text-align: center;
  }


#s-a3d7c46d-4445-40fd-8055-703ebaa60cdc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a3d7c46d-4445-40fd-8055-703ebaa60cdc-root {
    text-align: center;
  }


#s-a3d7c46d-4445-40fd-8055-703ebaa60cdc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3d7c46d-4445-40fd-8055-703ebaa60cdc-root {
    text-align: center;
  }


#s-a3d7c46d-4445-40fd-8055-703ebaa60cdc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3d7c46d-4445-40fd-8055-703ebaa60cdc-root {
    text-align: center;
  }


#s-a3d7c46d-4445-40fd-8055-703ebaa60cdc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a3d7c46d-4445-40fd-8055-703ebaa60cdc-root {
    text-align: center;
  }


#s-a3d7c46d-4445-40fd-8055-703ebaa60cdc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-9d43541b-c524-456d-88e6-6d39bf22289a {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-9d43541b-c524-456d-88e6-6d39bf22289a {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-9d43541b-c524-456d-88e6-6d39bf22289a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d43541b-c524-456d-88e6-6d39bf22289a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3f5a0803-cd07-4125-865d-583445432603 {
  max-width: 600px;
text-align: center;
}

#s-3f5a0803-cd07-4125-865d-583445432603 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-3f5a0803-cd07-4125-865d-583445432603 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3e0d41cd-d1d5-443e-ac9e-d06dd8ea1103 {
  margin-left: 18px;
margin-bottom: 10px;
margin-right: 18px;
}
@media (max-width: 767px){#s-3e0d41cd-d1d5-443e-ac9e-d06dd8ea1103 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-2190b358-75a8-4c09-bc88-a47b92f2de6b {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 20px;
}

#s-9218549d-455c-45e9-8b81-f5c46fba8046 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-9218549d-455c-45e9-8b81-f5c46fba8046 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9218549d-455c-45e9-8b81-f5c46fba8046.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ea8e404a-fb88-4ea6-befc-55b2743e0562 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: #000000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ea8e404a-fb88-4ea6-befc-55b2743e0562:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ea8e404a-fb88-4ea6-befc-55b2743e0562:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ea8e404a-fb88-4ea6-befc-55b2743e0562 {
  background-image: none;
background-color: #424242;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-ea8e404a-fb88-4ea6-befc-55b2743e0562 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
background-image: none;
background-color: #424242;
hover-type: color;
}
}

  #s-ea8e404a-fb88-4ea6-befc-55b2743e0562-root {
    text-align: center;
  }


#s-ea8e404a-fb88-4ea6-befc-55b2743e0562.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ea8e404a-fb88-4ea6-befc-55b2743e0562-root {
    text-align: center;
  }


#s-ea8e404a-fb88-4ea6-befc-55b2743e0562.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea8e404a-fb88-4ea6-befc-55b2743e0562-root {
    text-align: center;
  }


#s-ea8e404a-fb88-4ea6-befc-55b2743e0562.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea8e404a-fb88-4ea6-befc-55b2743e0562-root {
    text-align: center;
  }


#s-ea8e404a-fb88-4ea6-befc-55b2743e0562.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ea8e404a-fb88-4ea6-befc-55b2743e0562-root {
    text-align: center;
  }


#s-ea8e404a-fb88-4ea6-befc-55b2743e0562.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-0492fa31-d334-4cbf-af23-49e86a73bf45 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-0492fa31-d334-4cbf-af23-49e86a73bf45 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-0492fa31-d334-4cbf-af23-49e86a73bf45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0492fa31-d334-4cbf-af23-49e86a73bf45.shg-box.shg-c {
  justify-content: flex-start;
}

#s-29db8ec6-01b2-4287-84b3-dc03b819d1c0 {
  max-width: 600px;
text-align: center;
}

#s-29db8ec6-01b2-4287-84b3-dc03b819d1c0 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-29db8ec6-01b2-4287-84b3-dc03b819d1c0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-df7a51d0-1ae6-4373-947a-9b0cf2adc535 {
  margin-left: 18px;
margin-bottom: 10px;
margin-right: 18px;
}
@media (max-width: 767px){#s-df7a51d0-1ae6-4373-947a-9b0cf2adc535 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-ed94e4c0-2364-4aca-89da-4aec0a115e04 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 20px;
}

#s-597af58d-e7a5-485b-906d-daa791990f42 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-597af58d-e7a5-485b-906d-daa791990f42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-597af58d-e7a5-485b-906d-daa791990f42.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9f83e92b-7195-4239-8631-fb63a6851047 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: #000000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-9f83e92b-7195-4239-8631-fb63a6851047:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9f83e92b-7195-4239-8631-fb63a6851047:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9f83e92b-7195-4239-8631-fb63a6851047 {
  background-image: none;
background-color: #424242;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-9f83e92b-7195-4239-8631-fb63a6851047 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
background-image: none;
background-color: #424242;
hover-type: color;
}
}

  #s-9f83e92b-7195-4239-8631-fb63a6851047-root {
    text-align: center;
  }


#s-9f83e92b-7195-4239-8631-fb63a6851047.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9f83e92b-7195-4239-8631-fb63a6851047-root {
    text-align: center;
  }


#s-9f83e92b-7195-4239-8631-fb63a6851047.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f83e92b-7195-4239-8631-fb63a6851047-root {
    text-align: center;
  }


#s-9f83e92b-7195-4239-8631-fb63a6851047.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f83e92b-7195-4239-8631-fb63a6851047-root {
    text-align: center;
  }


#s-9f83e92b-7195-4239-8631-fb63a6851047.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9f83e92b-7195-4239-8631-fb63a6851047-root {
    text-align: center;
  }


#s-9f83e92b-7195-4239-8631-fb63a6851047.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-8a69c542-ca59-4932-be68-cc1fde202936 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(250, 224, 85, 1);
background-repeat: repeat;
}
@media (max-width: 767px){#s-8a69c542-ca59-4932-be68-cc1fde202936 {
  
}
}







#s-8a69c542-ca59-4932-be68-cc1fde202936 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a69c542-ca59-4932-be68-cc1fde202936.shg-box.shg-c {
  justify-content: center;
}

#s-359820ca-0536-4157-b1a7-e66549f8efb6 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-359820ca-0536-4157-b1a7-e66549f8efb6 .shogun-heading-component h1 {
  color: #000000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 2px;
  
}


@media (min-width: 1200px){#s-359820ca-0536-4157-b1a7-e66549f8efb6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-359820ca-0536-4157-b1a7-e66549f8efb6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  line-height: 1.2em;
  letter-spacing: 2px;
  
}


}
#s-a5a3f2b8-a0c6-4c6a-a569-4fbd2eec3c5f {
  min-height: 50px;
background-repeat: repeat;
background-color: rgba(255, 255, 255, 1);
}








#s-a5a3f2b8-a0c6-4c6a-a569-4fbd2eec3c5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5a3f2b8-a0c6-4c6a-a569-4fbd2eec3c5f.shg-box.shg-c {
  justify-content: center;
}

#s-d9004679-2536-4b42-8dcd-5424822465c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 100px;
padding-bottom: 50px;
padding-right: 100px;
min-height: 50px;
max-width: 1500px;
background-attachment: scroll;
background-repeat: repeat;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9004679-2536-4b42-8dcd-5424822465c1 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-d9004679-2536-4b42-8dcd-5424822465c1 {
  padding-top: 0px;
padding-left: 5px;
padding-bottom: 0px;
padding-right: 5px;
}
}







#s-d9004679-2536-4b42-8dcd-5424822465c1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 2.775557561562891e-17;
  display: block;
}#s-d9004679-2536-4b42-8dcd-5424822465c1.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-35a0ca0b-0cfe-40df-8c93-f46861ebcfab {
  margin-top: 20px;
margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-35a0ca0b-0cfe-40df-8c93-f46861ebcfab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-35a0ca0b-0cfe-40df-8c93-f46861ebcfab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-35a0ca0b-0cfe-40df-8c93-f46861ebcfab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-35a0ca0b-0cfe-40df-8c93-f46861ebcfab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-70d86f2c-f6f1-4a8b-9663-281bc95f4eda {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-70d86f2c-f6f1-4a8b-9663-281bc95f4eda {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-70d86f2c-f6f1-4a8b-9663-281bc95f4eda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70d86f2c-f6f1-4a8b-9663-281bc95f4eda.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1c1b8cfd-7a49-4a80-bde4-01980c38d6a1 {
  max-width: 600px;
text-align: center;
}

#s-1c1b8cfd-7a49-4a80-bde4-01980c38d6a1 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-1c1b8cfd-7a49-4a80-bde4-01980c38d6a1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a2ed9bdb-fe74-4a09-9b19-b8e995788390 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (max-width: 767px){#s-a2ed9bdb-fe74-4a09-9b19-b8e995788390 {
  margin-top: 0px;
}
}
#s-490fa194-a472-44dc-8ada-a7e05815cc0a {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-490fa194-a472-44dc-8ada-a7e05815cc0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-490fa194-a472-44dc-8ada-a7e05815cc0a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a3ac780d-0fc9-4c1b-b8cc-813aa2b8afc6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-a3ac780d-0fc9-4c1b-b8cc-813aa2b8afc6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a3ac780d-0fc9-4c1b-b8cc-813aa2b8afc6:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-a3ac780d-0fc9-4c1b-b8cc-813aa2b8afc6 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-a3ac780d-0fc9-4c1b-b8cc-813aa2b8afc6-root {
    text-align: center;
  }


#s-a3ac780d-0fc9-4c1b-b8cc-813aa2b8afc6.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a3ac780d-0fc9-4c1b-b8cc-813aa2b8afc6-root {
    text-align: center;
  }


#s-a3ac780d-0fc9-4c1b-b8cc-813aa2b8afc6.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3ac780d-0fc9-4c1b-b8cc-813aa2b8afc6-root {
    text-align: center;
  }


#s-a3ac780d-0fc9-4c1b-b8cc-813aa2b8afc6.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3ac780d-0fc9-4c1b-b8cc-813aa2b8afc6-root {
    text-align: center;
  }


#s-a3ac780d-0fc9-4c1b-b8cc-813aa2b8afc6.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a3ac780d-0fc9-4c1b-b8cc-813aa2b8afc6-root {
    text-align: center;
  }


#s-a3ac780d-0fc9-4c1b-b8cc-813aa2b8afc6.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5b8e179e-df8f-4a9e-b724-94164a0c9076 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-5b8e179e-df8f-4a9e-b724-94164a0c9076 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-5b8e179e-df8f-4a9e-b724-94164a0c9076 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b8e179e-df8f-4a9e-b724-94164a0c9076.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9985cb70-0402-4063-9d67-789a14fdf649 {
  max-width: 600px;
text-align: center;
}

#s-9985cb70-0402-4063-9d67-789a14fdf649 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-9985cb70-0402-4063-9d67-789a14fdf649 .shogun-image-content {
  
    justify-content: center;
  
}

#s-95008550-efac-47e2-863f-3c673afbfab2 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (max-width: 767px){#s-95008550-efac-47e2-863f-3c673afbfab2 {
  margin-top: 0px;
}
}
#s-62628328-03cc-430f-869d-03d43e0181ef {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-62628328-03cc-430f-869d-03d43e0181ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62628328-03cc-430f-869d-03d43e0181ef.shg-box.shg-c {
  justify-content: flex-start;
}

#s-04dce290-1a90-4ac9-8dc7-4b4fca7472f7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-04dce290-1a90-4ac9-8dc7-4b4fca7472f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-04dce290-1a90-4ac9-8dc7-4b4fca7472f7:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-04dce290-1a90-4ac9-8dc7-4b4fca7472f7 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-04dce290-1a90-4ac9-8dc7-4b4fca7472f7-root {
    text-align: center;
  }


#s-04dce290-1a90-4ac9-8dc7-4b4fca7472f7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-04dce290-1a90-4ac9-8dc7-4b4fca7472f7-root {
    text-align: center;
  }


#s-04dce290-1a90-4ac9-8dc7-4b4fca7472f7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04dce290-1a90-4ac9-8dc7-4b4fca7472f7-root {
    text-align: center;
  }


#s-04dce290-1a90-4ac9-8dc7-4b4fca7472f7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04dce290-1a90-4ac9-8dc7-4b4fca7472f7-root {
    text-align: center;
  }


#s-04dce290-1a90-4ac9-8dc7-4b4fca7472f7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-04dce290-1a90-4ac9-8dc7-4b4fca7472f7-root {
    text-align: center;
  }


#s-04dce290-1a90-4ac9-8dc7-4b4fca7472f7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-11083436-b070-4245-abe4-b5089e8123b1 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-11083436-b070-4245-abe4-b5089e8123b1 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-11083436-b070-4245-abe4-b5089e8123b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11083436-b070-4245-abe4-b5089e8123b1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-33d34174-9bd5-4216-8f4f-22cd02203cec {
  max-width: 600px;
text-align: center;
}

#s-33d34174-9bd5-4216-8f4f-22cd02203cec {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-33d34174-9bd5-4216-8f4f-22cd02203cec .shogun-image-content {
  
    justify-content: center;
  
}

#s-432b32bc-a19e-4d2c-a9ce-720b7bc59b4c {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-f7dede9d-d2fe-460c-9040-d48e706cdf60 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-f7dede9d-d2fe-460c-9040-d48e706cdf60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7dede9d-d2fe-460c-9040-d48e706cdf60.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eff0c7c3-8f6a-4c38-8a09-381808371600 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-eff0c7c3-8f6a-4c38-8a09-381808371600:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eff0c7c3-8f6a-4c38-8a09-381808371600:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-eff0c7c3-8f6a-4c38-8a09-381808371600 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-eff0c7c3-8f6a-4c38-8a09-381808371600-root {
    text-align: center;
  }


#s-eff0c7c3-8f6a-4c38-8a09-381808371600.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eff0c7c3-8f6a-4c38-8a09-381808371600-root {
    text-align: center;
  }


#s-eff0c7c3-8f6a-4c38-8a09-381808371600.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eff0c7c3-8f6a-4c38-8a09-381808371600-root {
    text-align: center;
  }


#s-eff0c7c3-8f6a-4c38-8a09-381808371600.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eff0c7c3-8f6a-4c38-8a09-381808371600-root {
    text-align: center;
  }


#s-eff0c7c3-8f6a-4c38-8a09-381808371600.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eff0c7c3-8f6a-4c38-8a09-381808371600-root {
    text-align: center;
  }


#s-eff0c7c3-8f6a-4c38-8a09-381808371600.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e62153db-a81c-4c7f-bb36-6645be16d4ba {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-e62153db-a81c-4c7f-bb36-6645be16d4ba {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-e62153db-a81c-4c7f-bb36-6645be16d4ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e62153db-a81c-4c7f-bb36-6645be16d4ba.shg-box.shg-c {
  justify-content: flex-start;
}

#s-021faa11-f939-4973-a9b9-a5ebb44e7392 {
  max-width: 600px;
text-align: center;
}

#s-021faa11-f939-4973-a9b9-a5ebb44e7392 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-021faa11-f939-4973-a9b9-a5ebb44e7392 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a5a66631-bfa2-4e8c-8d40-bfc3530341bb {
  margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}
@media (max-width: 767px){#s-a5a66631-bfa2-4e8c-8d40-bfc3530341bb {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-12c208e7-3770-4e3a-a13c-6f23c1721d1c {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-12c208e7-3770-4e3a-a13c-6f23c1721d1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12c208e7-3770-4e3a-a13c-6f23c1721d1c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8dd2caba-cbed-404a-b07b-a5ea19bd0c3d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-8dd2caba-cbed-404a-b07b-a5ea19bd0c3d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8dd2caba-cbed-404a-b07b-a5ea19bd0c3d:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-8dd2caba-cbed-404a-b07b-a5ea19bd0c3d {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-8dd2caba-cbed-404a-b07b-a5ea19bd0c3d-root {
    text-align: center;
  }


#s-8dd2caba-cbed-404a-b07b-a5ea19bd0c3d.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8dd2caba-cbed-404a-b07b-a5ea19bd0c3d-root {
    text-align: center;
  }


#s-8dd2caba-cbed-404a-b07b-a5ea19bd0c3d.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8dd2caba-cbed-404a-b07b-a5ea19bd0c3d-root {
    text-align: center;
  }


#s-8dd2caba-cbed-404a-b07b-a5ea19bd0c3d.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8dd2caba-cbed-404a-b07b-a5ea19bd0c3d-root {
    text-align: center;
  }


#s-8dd2caba-cbed-404a-b07b-a5ea19bd0c3d.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8dd2caba-cbed-404a-b07b-a5ea19bd0c3d-root {
    text-align: center;
  }


#s-8dd2caba-cbed-404a-b07b-a5ea19bd0c3d.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-1fbbde53-28b6-48b2-aa28-9a58d50edb14 {
  margin-top: 50px;
}
@media (max-width: 767px){#s-1fbbde53-28b6-48b2-aa28-9a58d50edb14 {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-1fbbde53-28b6-48b2-aa28-9a58d50edb14"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1fbbde53-28b6-48b2-aa28-9a58d50edb14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1fbbde53-28b6-48b2-aa28-9a58d50edb14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1fbbde53-28b6-48b2-aa28-9a58d50edb14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-6b6b7381-0fc1-49d7-9e3f-2455ce494b5d {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-6b6b7381-0fc1-49d7-9e3f-2455ce494b5d {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-6b6b7381-0fc1-49d7-9e3f-2455ce494b5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b6b7381-0fc1-49d7-9e3f-2455ce494b5d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7b4f7c55-b8a6-4489-afd6-41f2bf31eeef {
  max-width: 600px;
text-align: center;
}

#s-7b4f7c55-b8a6-4489-afd6-41f2bf31eeef {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-7b4f7c55-b8a6-4489-afd6-41f2bf31eeef .shogun-image-content {
  
    justify-content: center;
  
}

#s-7341028a-82ae-458f-b204-4c4d9fa171c2 {
  margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}
@media (max-width: 767px){#s-7341028a-82ae-458f-b204-4c4d9fa171c2 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-1679018b-e656-4254-a1ea-ef03f155c22d {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-1679018b-e656-4254-a1ea-ef03f155c22d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1679018b-e656-4254-a1ea-ef03f155c22d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0084a2fa-b6b3-465c-8eae-d3a03c7d751b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: rgba(240, 199, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-0084a2fa-b6b3-465c-8eae-d3a03c7d751b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0084a2fa-b6b3-465c-8eae-d3a03c7d751b:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-0084a2fa-b6b3-465c-8eae-d3a03c7d751b {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}

  #s-0084a2fa-b6b3-465c-8eae-d3a03c7d751b-root {
    text-align: center;
  }


#s-0084a2fa-b6b3-465c-8eae-d3a03c7d751b.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0084a2fa-b6b3-465c-8eae-d3a03c7d751b-root {
    text-align: center;
  }


#s-0084a2fa-b6b3-465c-8eae-d3a03c7d751b.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0084a2fa-b6b3-465c-8eae-d3a03c7d751b-root {
    text-align: center;
  }


#s-0084a2fa-b6b3-465c-8eae-d3a03c7d751b.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0084a2fa-b6b3-465c-8eae-d3a03c7d751b-root {
    text-align: center;
  }


#s-0084a2fa-b6b3-465c-8eae-d3a03c7d751b.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0084a2fa-b6b3-465c-8eae-d3a03c7d751b-root {
    text-align: center;
  }


#s-0084a2fa-b6b3-465c-8eae-d3a03c7d751b.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4c01a1c3-4ede-46f6-98ec-49b81bfd869d {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-4c01a1c3-4ede-46f6-98ec-49b81bfd869d {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-4c01a1c3-4ede-46f6-98ec-49b81bfd869d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c01a1c3-4ede-46f6-98ec-49b81bfd869d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7b3c248d-e041-4ca9-9e23-38ffe5e9098f {
  max-width: 600px;
text-align: center;
}

#s-7b3c248d-e041-4ca9-9e23-38ffe5e9098f {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-7b3c248d-e041-4ca9-9e23-38ffe5e9098f .shogun-image-content {
  
    justify-content: center;
  
}

#s-c71ae3d0-c242-4b55-86ee-7dcd24aa3b1d {
  margin-left: 18px;
margin-bottom: 10px;
margin-right: 18px;
}
@media (max-width: 767px){#s-c71ae3d0-c242-4b55-86ee-7dcd24aa3b1d {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-f47cfdaa-22a9-4cfb-9a2d-8f60e628fbff {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 10px;
}

#s-2ca27e89-7076-4893-8a7d-f115a5aa056f {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-2ca27e89-7076-4893-8a7d-f115a5aa056f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ca27e89-7076-4893-8a7d-f115a5aa056f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-142dd770-df10-489a-83ae-bed6b049ee1c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: #000000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-142dd770-df10-489a-83ae-bed6b049ee1c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-142dd770-df10-489a-83ae-bed6b049ee1c:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-142dd770-df10-489a-83ae-bed6b049ee1c {
  background-image: none;
background-color: #424242;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-142dd770-df10-489a-83ae-bed6b049ee1c {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
background-image: none;
background-color: #424242;
hover-type: color;
}
}

  #s-142dd770-df10-489a-83ae-bed6b049ee1c-root {
    text-align: center;
  }


#s-142dd770-df10-489a-83ae-bed6b049ee1c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-142dd770-df10-489a-83ae-bed6b049ee1c-root {
    text-align: center;
  }


#s-142dd770-df10-489a-83ae-bed6b049ee1c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-142dd770-df10-489a-83ae-bed6b049ee1c-root {
    text-align: center;
  }


#s-142dd770-df10-489a-83ae-bed6b049ee1c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-142dd770-df10-489a-83ae-bed6b049ee1c-root {
    text-align: center;
  }


#s-142dd770-df10-489a-83ae-bed6b049ee1c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-142dd770-df10-489a-83ae-bed6b049ee1c-root {
    text-align: center;
  }


#s-142dd770-df10-489a-83ae-bed6b049ee1c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-0db5dba8-f7a5-4981-a642-c6299216ba3e {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-0db5dba8-f7a5-4981-a642-c6299216ba3e {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-0db5dba8-f7a5-4981-a642-c6299216ba3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0db5dba8-f7a5-4981-a642-c6299216ba3e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ec0a1208-9d8d-4e24-9f9b-e013690e92b3 {
  max-width: 600px;
text-align: center;
}

#s-ec0a1208-9d8d-4e24-9f9b-e013690e92b3 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-ec0a1208-9d8d-4e24-9f9b-e013690e92b3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c0367625-0c12-4a48-b7e6-69a927a85129 {
  margin-left: 18px;
margin-bottom: 10px;
margin-right: 18px;
}
@media (max-width: 767px){#s-c0367625-0c12-4a48-b7e6-69a927a85129 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-c967647e-5827-4391-9488-7e436dcdcb2b {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 10px;
}

#s-e25f24fd-b3c6-4704-a6d3-31c9d3972478 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-e25f24fd-b3c6-4704-a6d3-31c9d3972478 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e25f24fd-b3c6-4704-a6d3-31c9d3972478.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fc0f57b7-02e0-4910-8cba-05ac739f6bd4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: #000000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-fc0f57b7-02e0-4910-8cba-05ac739f6bd4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fc0f57b7-02e0-4910-8cba-05ac739f6bd4:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-fc0f57b7-02e0-4910-8cba-05ac739f6bd4 {
  background-image: none;
background-color: #424242;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-fc0f57b7-02e0-4910-8cba-05ac739f6bd4 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
background-image: none;
background-color: #424242;
hover-type: color;
}
}

  #s-fc0f57b7-02e0-4910-8cba-05ac739f6bd4-root {
    text-align: center;
  }


#s-fc0f57b7-02e0-4910-8cba-05ac739f6bd4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fc0f57b7-02e0-4910-8cba-05ac739f6bd4-root {
    text-align: center;
  }


#s-fc0f57b7-02e0-4910-8cba-05ac739f6bd4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc0f57b7-02e0-4910-8cba-05ac739f6bd4-root {
    text-align: center;
  }


#s-fc0f57b7-02e0-4910-8cba-05ac739f6bd4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc0f57b7-02e0-4910-8cba-05ac739f6bd4-root {
    text-align: center;
  }


#s-fc0f57b7-02e0-4910-8cba-05ac739f6bd4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fc0f57b7-02e0-4910-8cba-05ac739f6bd4-root {
    text-align: center;
  }


#s-fc0f57b7-02e0-4910-8cba-05ac739f6bd4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-0b5d1e7e-beb2-4e6f-a048-6ae563c390d5 {
  box-shadow:5px 5px 10px 0px rgba(97, 97, 97, 0.58);
background-size: cover;
padding-top: 0px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 195, 195, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(37, 171, 226, 1);
background-position: center center;
}
@media (max-width: 767px){#s-0b5d1e7e-beb2-4e6f-a048-6ae563c390d5 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-0b5d1e7e-beb2-4e6f-a048-6ae563c390d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b5d1e7e-beb2-4e6f-a048-6ae563c390d5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-69d417c1-8445-43c8-88ba-8e8cd810bbe8 {
  max-width: 600px;
text-align: center;
}

#s-69d417c1-8445-43c8-88ba-8e8cd810bbe8 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-69d417c1-8445-43c8-88ba-8e8cd810bbe8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-503ebd14-4e53-41cf-8133-57f75a41bf29 {
  margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}
@media (max-width: 767px){#s-503ebd14-4e53-41cf-8133-57f75a41bf29 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-667e56ae-93f1-4f4b-a98b-729d996ae605 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 10px;
}

#s-7188fdcf-cc5e-4859-9cf7-892e665aa39a {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-7188fdcf-cc5e-4859-9cf7-892e665aa39a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7188fdcf-cc5e-4859-9cf7-892e665aa39a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f1adcf08-563d-4950-95b4-d453371775eb {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
max-width: 300px;
background-color: #000000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f1adcf08-563d-4950-95b4-d453371775eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f1adcf08-563d-4950-95b4-d453371775eb:active {background-color: rgba(45, 194, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f1adcf08-563d-4950-95b4-d453371775eb {
  background-image: none;
background-color: #424242;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-f1adcf08-563d-4950-95b4-d453371775eb {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
background-image: none;
background-color: #424242;
hover-type: color;
}
}

  #s-f1adcf08-563d-4950-95b4-d453371775eb-root {
    text-align: center;
  }


#s-f1adcf08-563d-4950-95b4-d453371775eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f1adcf08-563d-4950-95b4-d453371775eb-root {
    text-align: center;
  }


#s-f1adcf08-563d-4950-95b4-d453371775eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1adcf08-563d-4950-95b4-d453371775eb-root {
    text-align: center;
  }


#s-f1adcf08-563d-4950-95b4-d453371775eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1adcf08-563d-4950-95b4-d453371775eb-root {
    text-align: center;
  }


#s-f1adcf08-563d-4950-95b4-d453371775eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f1adcf08-563d-4950-95b4-d453371775eb-root {
    text-align: center;
  }


#s-f1adcf08-563d-4950-95b4-d453371775eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ec8930d4-0ec9-46be-8029-d48ee5f527e9 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-ec8930d4-0ec9-46be-8029-d48ee5f527e9 {
  display: none;
}
#s-ec8930d4-0ec9-46be-8029-d48ee5f527e9, #wrap-s-ec8930d4-0ec9-46be-8029-d48ee5f527e9, #wrap-content-s-ec8930d4-0ec9-46be-8029-d48ee5f527e9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec8930d4-0ec9-46be-8029-d48ee5f527e9 {
  display: none;
}
#s-ec8930d4-0ec9-46be-8029-d48ee5f527e9, #wrap-s-ec8930d4-0ec9-46be-8029-d48ee5f527e9, #wrap-content-s-ec8930d4-0ec9-46be-8029-d48ee5f527e9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec8930d4-0ec9-46be-8029-d48ee5f527e9 {
  display: none;
}
#s-ec8930d4-0ec9-46be-8029-d48ee5f527e9, #wrap-s-ec8930d4-0ec9-46be-8029-d48ee5f527e9, #wrap-content-s-ec8930d4-0ec9-46be-8029-d48ee5f527e9 { display: none !important; }}@media (max-width: 767px){#s-ec8930d4-0ec9-46be-8029-d48ee5f527e9 {
  display: none;
}
#s-ec8930d4-0ec9-46be-8029-d48ee5f527e9, #wrap-s-ec8930d4-0ec9-46be-8029-d48ee5f527e9, #wrap-content-s-ec8930d4-0ec9-46be-8029-d48ee5f527e9 { display: none !important; }}







#s-ec8930d4-0ec9-46be-8029-d48ee5f527e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec8930d4-0ec9-46be-8029-d48ee5f527e9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8221b02e-fda9-47c2-aebf-2b96c890f048"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8221b02e-fda9-47c2-aebf-2b96c890f048"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8221b02e-fda9-47c2-aebf-2b96c890f048"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8221b02e-fda9-47c2-aebf-2b96c890f048"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cfad9eec-3a94-45b8-bf06-60ca4f6023f9 {
  text-align: center;
}

#s-cfad9eec-3a94-45b8-bf06-60ca4f6023f9 {
  overflow: hidden;
  
  
}







  #s-cfad9eec-3a94-45b8-bf06-60ca4f6023f9 img.shogun-image {
    

    
    
    
  }


#s-cfad9eec-3a94-45b8-bf06-60ca4f6023f9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-364e537f-57e2-4114-8af7-8045a1944ac8 {
  text-align: center;
}
@media (max-width: 767px){#s-364e537f-57e2-4114-8af7-8045a1944ac8 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-364e537f-57e2-4114-8af7-8045a1944ac8 {
  overflow: hidden;
  
  
}







  #s-364e537f-57e2-4114-8af7-8045a1944ac8 img.shogun-image {
    

    
    
    
  }


#s-364e537f-57e2-4114-8af7-8045a1944ac8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9257ae22-e9b0-4135-a94c-7a2a945526ec {
  text-align: center;
}

#s-9257ae22-e9b0-4135-a94c-7a2a945526ec {
  overflow: hidden;
  
  
}







  #s-9257ae22-e9b0-4135-a94c-7a2a945526ec img.shogun-image {
    

    
    
    
  }


#s-9257ae22-e9b0-4135-a94c-7a2a945526ec .shogun-image-content {
  
    justify-content: center;
  
}

#s-6647f0b0-6411-47d4-b9ea-020f837c3858 {
  min-height: 50px;
background-repeat: repeat;
background-color: rgba(255, 255, 255, 1);
}








#s-6647f0b0-6411-47d4-b9ea-020f837c3858 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6647f0b0-6411-47d4-b9ea-020f837c3858.shg-box.shg-c {
  justify-content: center;
}

#s-58c4c0be-5509-48e0-9d6e-37d21489fc37 {
  margin-top: 100px;
margin-left: 10px;
margin-bottom: 70px;
margin-right: 10px;
min-height: 50px;
background-repeat: repeat;
}








#s-58c4c0be-5509-48e0-9d6e-37d21489fc37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58c4c0be-5509-48e0-9d6e-37d21489fc37.shg-box.shg-c {
  justify-content: center;
}

#s-f37be0d1-d101-4c6d-8a23-4a281c91f0bc {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 15px;
min-height: 50px;
max-width: 1300px;
background-position: center center;
}
@media (max-width: 767px){#s-f37be0d1-d101-4c6d-8a23-4a281c91f0bc {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-f37be0d1-d101-4c6d-8a23-4a281c91f0bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f37be0d1-d101-4c6d-8a23-4a281c91f0bc.shg-box.shg-c {
  justify-content: center;
}

#s-18b49bcc-bbc2-4398-8fc4-69a0b30cc5f4 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-18b49bcc-bbc2-4398-8fc4-69a0b30cc5f4 {
  margin-right: 5%;
}
}
#s-10d66680-d758-4b45-a685-3fde29cda798 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}
@media (max-width: 767px){#s-10d66680-d758-4b45-a685-3fde29cda798 {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-10d66680-d758-4b45-a685-3fde29cda798"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10d66680-d758-4b45-a685-3fde29cda798"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-10d66680-d758-4b45-a685-3fde29cda798"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-10d66680-d758-4b45-a685-3fde29cda798"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-10d66680-d758-4b45-a685-3fde29cda798"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-10d66680-d758-4b45-a685-3fde29cda798"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-10d66680-d758-4b45-a685-3fde29cda798"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-29e2b56c-1235-45c0-a575-b5405d134602 {
  text-align: center;
}
@media (max-width: 767px){#s-29e2b56c-1235-45c0-a575-b5405d134602 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}
}
#s-29e2b56c-1235-45c0-a575-b5405d134602 {
  overflow: hidden;
  
  
}







  #s-29e2b56c-1235-45c0-a575-b5405d134602 img.shogun-image {
    

    
    
    
  }


#s-29e2b56c-1235-45c0-a575-b5405d134602 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f93bde80-ac58-4e82-9db2-f53cfd8e3c72 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}

#s-60b8d18e-59e2-43c2-80a6-5f87f7451a1c {
  text-align: center;
}

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

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

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

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

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

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

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

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

#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(255, 214, 3, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88-atc-btn-wrapper {
    text-align: left;
  }


#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}


@media (min-width: 1200px){
  #s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88-atc-btn-wrapper {
    text-align: left;
  }


#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88-atc-btn-wrapper {
    text-align: left;
  }


#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88-atc-btn-wrapper {
    text-align: left;
  }


#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}


}@media (max-width: 767px){
  #s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88-atc-btn-wrapper {
    text-align: left;
  }


#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5729d9b3-c3d7-4d73-b339-2b3bef2b6e88.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}


}
#s-bdcf3c49-9c5b-4614-9585-4d712ed0bd42 {
  min-height: 50px;
background-color: rgba(51, 189, 238, 1);
}
@media (max-width: 767px){#s-bdcf3c49-9c5b-4614-9585-4d712ed0bd42 {
  display: none;
}
#s-bdcf3c49-9c5b-4614-9585-4d712ed0bd42, #wrap-s-bdcf3c49-9c5b-4614-9585-4d712ed0bd42, #wrap-content-s-bdcf3c49-9c5b-4614-9585-4d712ed0bd42 { display: none !important; }}







#s-bdcf3c49-9c5b-4614-9585-4d712ed0bd42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bdcf3c49-9c5b-4614-9585-4d712ed0bd42.shg-box.shg-c {
  justify-content: center;
}

#s-05de6788-7720-44a1-8eec-fbd2ec8fbac3 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
text-align: center;
}

#s-05de6788-7720-44a1-8eec-fbd2ec8fbac3 {
  overflow: hidden;
  
  
      max-width: 900px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-05de6788-7720-44a1-8eec-fbd2ec8fbac3 img.shogun-image {
    

    
    
    
  }


#s-05de6788-7720-44a1-8eec-fbd2ec8fbac3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7f9f6548-7af4-43ef-a0f7-24e60cc68910 {
  min-height: 50px;
background-color: rgba(51, 189, 238, 1);
}
@media (min-width: 1200px){#s-7f9f6548-7af4-43ef-a0f7-24e60cc68910 {
  display: none;
}
#s-7f9f6548-7af4-43ef-a0f7-24e60cc68910, #wrap-s-7f9f6548-7af4-43ef-a0f7-24e60cc68910, #wrap-content-s-7f9f6548-7af4-43ef-a0f7-24e60cc68910 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f9f6548-7af4-43ef-a0f7-24e60cc68910 {
  display: none;
}
#s-7f9f6548-7af4-43ef-a0f7-24e60cc68910, #wrap-s-7f9f6548-7af4-43ef-a0f7-24e60cc68910, #wrap-content-s-7f9f6548-7af4-43ef-a0f7-24e60cc68910 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f9f6548-7af4-43ef-a0f7-24e60cc68910 {
  display: none;
}
#s-7f9f6548-7af4-43ef-a0f7-24e60cc68910, #wrap-s-7f9f6548-7af4-43ef-a0f7-24e60cc68910, #wrap-content-s-7f9f6548-7af4-43ef-a0f7-24e60cc68910 { display: none !important; }}







#s-7f9f6548-7af4-43ef-a0f7-24e60cc68910 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f9f6548-7af4-43ef-a0f7-24e60cc68910.shg-box.shg-c {
  justify-content: center;
}

#s-449519aa-e3c7-4728-987a-c9f066121336 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
text-align: center;
}

#s-449519aa-e3c7-4728-987a-c9f066121336 {
  overflow: hidden;
  
  
      max-width: 900px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-449519aa-e3c7-4728-987a-c9f066121336 img.shogun-image {
    

    
    
    
  }


#s-449519aa-e3c7-4728-987a-c9f066121336 .shogun-image-content {
  
    justify-content: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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