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

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

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

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

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

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

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

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

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

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

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

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

#s-7f512bc8-e207-4d11-9622-018c67b07e32 {
  margin-top: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7f512bc8-e207-4d11-9622-018c67b07e32 {
  display: none;
}
#s-7f512bc8-e207-4d11-9622-018c67b07e32, #wrap-s-7f512bc8-e207-4d11-9622-018c67b07e32 { display:none !important; }}







#s-7f512bc8-e207-4d11-9622-018c67b07e32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f512bc8-e207-4d11-9622-018c67b07e32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-c4ed8472-3455-49b2-afd7-65e6b1a9ec3e {
  padding-bottom: 10px;
min-height: 150px;
}

#s-c4ed8472-3455-49b2-afd7-65e6b1a9ec3e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c4ed8472-3455-49b2-afd7-65e6b1a9ec3e .shg-sld-nav-button.shg-sld-left,
#s-c4ed8472-3455-49b2-afd7-65e6b1a9ec3e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d0121a6a-8c54-4085-b5c4-fc23901b55f2 {
  max-width: 1440px;
aspect-ratio: 1440/680;
text-align: center;
}





  #s-d0121a6a-8c54-4085-b5c4-fc23901b55f2 img.shogun-image,
  #s-d0121a6a-8c54-4085-b5c4-fc23901b55f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0121a6a-8c54-4085-b5c4-fc23901b55f2 {
    width: 100%;
    height: auto;
  }



  #s-d0121a6a-8c54-4085-b5c4-fc23901b55f2 img.shogun-image {
    

    
    
    
  }


#s-d0121a6a-8c54-4085-b5c4-fc23901b55f2 .shogun-image-content {
  
    align-items: 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;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-d5453bb7-1b0e-41d2-b800-5835bc4acecc {
  margin-left: 20%;
margin-right: 20%;
padding-top: 25px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-d5453bb7-1b0e-41d2-b800-5835bc4acecc {
  margin-left: 28%;
margin-right: 28%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5453bb7-1b0e-41d2-b800-5835bc4acecc {
  margin-left: 28%;
margin-right: 28%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5453bb7-1b0e-41d2-b800-5835bc4acecc {
  margin-left: 28%;
margin-right: 28%;
}
}
#s-d5453bb7-1b0e-41d2-b800-5835bc4acecc .shogun-heading-component h3 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-d5453bb7-1b0e-41d2-b800-5835bc4acecc .shogun-heading-component h3 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-d5453bb7-1b0e-41d2-b800-5835bc4acecc .shogun-heading-component h3 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-align: left;
}


}
#s-893d86c6-538d-4954-b3d7-f98b07be88b3 {
  margin-left: 28%;
margin-right: 28%;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-893d86c6-538d-4954-b3d7-f98b07be88b3 .shogun-heading-component h3 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-893d86c6-538d-4954-b3d7-f98b07be88b3 .shogun-heading-component h3 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-893d86c6-538d-4954-b3d7-f98b07be88b3 .shogun-heading-component h3 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-align: left;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-36cc3a63-ce31-471e-8624-9dc236be6a93 {
  margin-left: 28%;
margin-right: 28%;
}

#s-325a7fd9-8fc2-4bc4-84eb-e80d7a739a13 {
  text-align: center;
}







  #s-325a7fd9-8fc2-4bc4-84eb-e80d7a739a13 img.shogun-image {
    

    
    
    
  }


#s-325a7fd9-8fc2-4bc4-84eb-e80d7a739a13 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

#s-2acfab49-9b0e-468b-bcab-5f741a27765a {
  margin-top: 220px;
margin-left: 8%;
}

@media (min-width: 0px) {
[id="s-2acfab49-9b0e-468b-bcab-5f741a27765a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2acfab49-9b0e-468b-bcab-5f741a27765a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2acfab49-9b0e-468b-bcab-5f741a27765a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2acfab49-9b0e-468b-bcab-5f741a27765a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-398e9d1d-49e0-4c8e-8259-91dab1ee882a {
  padding-top: 40px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-398e9d1d-49e0-4c8e-8259-91dab1ee882a {
  padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-398e9d1d-49e0-4c8e-8259-91dab1ee882a {
  margin-top: -70px;
}
}
#s-398e9d1d-49e0-4c8e-8259-91dab1ee882a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-398e9d1d-49e0-4c8e-8259-91dab1ee882a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-398e9d1d-49e0-4c8e-8259-91dab1ee882a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: left;
}


}
#s-6c216449-9135-4314-9f36-7e3dafb34df7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c216449-9135-4314-9f36-7e3dafb34df7 {
  padding-top: 0px;
}
}
#s-6c216449-9135-4314-9f36-7e3dafb34df7 .shogun-heading-component h3 {
  color: rgba(0, 125, 144, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-6c216449-9135-4314-9f36-7e3dafb34df7 .shogun-heading-component h3 {
  color: rgba(0, 125, 144, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-6c216449-9135-4314-9f36-7e3dafb34df7 .shogun-heading-component h3 {
  color: rgba(0, 125, 144, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: left;
}


}
#s-a0673b44-d85f-4270-8739-26a083bde9de {
  text-align: center;
}







  #s-a0673b44-d85f-4270-8739-26a083bde9de img.shogun-image {
    

    
    
    
  }


#s-a0673b44-d85f-4270-8739-26a083bde9de .shogun-image-content {
  
    align-items: center;
  
}

#s-e9585e52-c209-4805-b2fb-a3b327167d59 {
  margin-top: 100px;
margin-left: 5%;
}

@media (min-width: 0px) {
[id="s-e9585e52-c209-4805-b2fb-a3b327167d59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9585e52-c209-4805-b2fb-a3b327167d59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9585e52-c209-4805-b2fb-a3b327167d59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9585e52-c209-4805-b2fb-a3b327167d59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d68f538b-f5a8-407f-a73a-f5076a1d6df2 {
  padding-top: 38px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d68f538b-f5a8-407f-a73a-f5076a1d6df2 {
  margin-top: -40px;
}
}
#s-d68f538b-f5a8-407f-a73a-f5076a1d6df2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-d68f538b-f5a8-407f-a73a-f5076a1d6df2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d68f538b-f5a8-407f-a73a-f5076a1d6df2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-d68f538b-f5a8-407f-a73a-f5076a1d6df2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
#s-73521d61-75ce-49bf-8595-5ffb440b8dcc {
  margin-top: -4px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-73521d61-75ce-49bf-8595-5ffb440b8dcc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-73521d61-75ce-49bf-8595-5ffb440b8dcc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-73521d61-75ce-49bf-8595-5ffb440b8dcc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
#s-e52eb6e7-f7e1-4f94-b9b9-68ec5df140b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e52eb6e7-f7e1-4f94-b9b9-68ec5df140b0 {
  padding-top: 0px;
}
}
#s-e52eb6e7-f7e1-4f94-b9b9-68ec5df140b0 .shogun-heading-component h3 {
  color: rgba(0, 125, 144, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-e52eb6e7-f7e1-4f94-b9b9-68ec5df140b0 .shogun-heading-component h3 {
  color: rgba(0, 125, 144, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-e52eb6e7-f7e1-4f94-b9b9-68ec5df140b0 .shogun-heading-component h3 {
  color: rgba(0, 125, 144, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.1em;
  
  text-align: left;
}


}
#s-fd57ba2b-4d19-411a-927f-f643cf1bc9c3 {
  text-align: center;
}







  #s-fd57ba2b-4d19-411a-927f-f643cf1bc9c3 img.shogun-image {
    

    
    
    
  }


#s-fd57ba2b-4d19-411a-927f-f643cf1bc9c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c71c2911-3f0f-44d4-b1aa-b912a6caea43 {
  margin-top: 330px;
margin-left: 8%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c71c2911-3f0f-44d4-b1aa-b912a6caea43 {
  margin-top: 310px;
}
}
@media (min-width: 0px) {
[id="s-c71c2911-3f0f-44d4-b1aa-b912a6caea43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c71c2911-3f0f-44d4-b1aa-b912a6caea43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c71c2911-3f0f-44d4-b1aa-b912a6caea43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c71c2911-3f0f-44d4-b1aa-b912a6caea43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9816b1dc-9e6d-43bc-98b2-60db0afedf05 {
  padding-top: 40px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9816b1dc-9e6d-43bc-98b2-60db0afedf05 {
  margin-top: -40px;
padding-top: 40px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9816b1dc-9e6d-43bc-98b2-60db0afedf05 {
  margin-top: -130px;
padding-top: 40px;
padding-bottom: 0px;
}
}
#s-9816b1dc-9e6d-43bc-98b2-60db0afedf05 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-9816b1dc-9e6d-43bc-98b2-60db0afedf05 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9816b1dc-9e6d-43bc-98b2-60db0afedf05 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-9816b1dc-9e6d-43bc-98b2-60db0afedf05 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: left;
}


}
#s-35298745-88b2-47e5-8516-910fe70ac0af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-35298745-88b2-47e5-8516-910fe70ac0af .shogun-heading-component h3 {
  color: rgba(0, 125, 144, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-35298745-88b2-47e5-8516-910fe70ac0af .shogun-heading-component h3 {
  color: rgba(0, 125, 144, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-35298745-88b2-47e5-8516-910fe70ac0af .shogun-heading-component h3 {
  color: rgba(0, 125, 144, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: left;
}


}
#s-fb493c12-b66a-4189-a82c-4d3f1d6ce21d {
  margin-top: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-fb493c12-b66a-4189-a82c-4d3f1d6ce21d {
  display: none;
}
#s-fb493c12-b66a-4189-a82c-4d3f1d6ce21d, #wrap-s-fb493c12-b66a-4189-a82c-4d3f1d6ce21d { display:none !important; }}







#s-fb493c12-b66a-4189-a82c-4d3f1d6ce21d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb493c12-b66a-4189-a82c-4d3f1d6ce21d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee42bb39-a820-4faa-be38-577e5a38055f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee42bb39-a820-4faa-be38-577e5a38055f .shogun-heading-component h1 {
  color: rgba(0, 125, 144, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ee42bb39-a820-4faa-be38-577e5a38055f .shogun-heading-component h1 {
  color: rgba(0, 125, 144, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


}
#s-3afc27d9-8d1c-4268-b7dc-75c37fbd8a59 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0%;
margin-right: 15%;
max-width: 900px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3afc27d9-8d1c-4268-b7dc-75c37fbd8a59 {
  margin-top: 10px;
margin-left: 10%;
margin-right: 10%;
}
}
#s-19670881-4c73-43ca-b69a-3cd15732e72f {
  margin-top: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-19670881-4c73-43ca-b69a-3cd15732e72f {
  display: none;
}
#s-19670881-4c73-43ca-b69a-3cd15732e72f, #wrap-s-19670881-4c73-43ca-b69a-3cd15732e72f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19670881-4c73-43ca-b69a-3cd15732e72f {
  display: none;
}
#s-19670881-4c73-43ca-b69a-3cd15732e72f, #wrap-s-19670881-4c73-43ca-b69a-3cd15732e72f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19670881-4c73-43ca-b69a-3cd15732e72f {
  display: none;
}
#s-19670881-4c73-43ca-b69a-3cd15732e72f, #wrap-s-19670881-4c73-43ca-b69a-3cd15732e72f { display:none !important; }}







#s-19670881-4c73-43ca-b69a-3cd15732e72f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19670881-4c73-43ca-b69a-3cd15732e72f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8227d9d-eb30-4c2b-b13d-cbfc295b51d3 {
  padding-bottom: 10px;
}

#s-f8227d9d-eb30-4c2b-b13d-cbfc295b51d3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f8227d9d-eb30-4c2b-b13d-cbfc295b51d3 .shg-sld-nav-button.shg-sld-left,
#s-f8227d9d-eb30-4c2b-b13d-cbfc295b51d3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b03e16b0-60c4-484b-832d-954536b45df7 {
  aspect-ratio: 414/580;
text-align: center;
}





  #s-b03e16b0-60c4-484b-832d-954536b45df7 img.shogun-image,
  #s-b03e16b0-60c4-484b-832d-954536b45df7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b03e16b0-60c4-484b-832d-954536b45df7 {
    width: 100%;
    height: auto;
  }




#s-b03e16b0-60c4-484b-832d-954536b45df7 .shogun-image-content {
  
    align-items: center;
  
}

#s-1902929e-ad4c-416d-9618-7439c9cb9b01 {
  margin-top: 410px;
margin-left: 12%;
margin-right: 12%;
padding-top: 33px;
padding-bottom: 10px;
text-align: left;
}

#s-1902929e-ad4c-416d-9618-7439c9cb9b01 .shogun-heading-component h3 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-986d789e-45dc-4f09-88fe-e2683f164aad {
  margin-top: 0px;
margin-left: 12%;
margin-right: 12%;
}

#s-bb704f75-e795-4fde-bb01-9b9959d4643a {
  text-align: center;
}








#s-bb704f75-e795-4fde-bb01-9b9959d4643a .shogun-image-content {
  
    align-items: center;
  
}

#s-583460ce-f848-4b52-97fb-f958984ea4b5 {
  margin-top: 274px;
margin-left: 13%;
margin-right: 42%;
padding-top: 40px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-583460ce-f848-4b52-97fb-f958984ea4b5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-83f6366e-dd74-44f4-a666-559dbb06e174 {
  margin-left: 13%;
margin-right: 29%;
}

#s-cc2b91cd-5f61-45b5-97d0-e778473f3b57 {
  text-align: center;
}








#s-cc2b91cd-5f61-45b5-97d0-e778473f3b57 .shogun-image-content {
  
    align-items: center;
  
}

#s-856ff0c4-6b93-4839-88b1-064c8e356981 {
  margin-top: 300px;
padding-top: 25px;
padding-left: 51%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-856ff0c4-6b93-4839-88b1-064c8e356981 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-0daf7341-139d-4594-9e29-1251d4d303cf {
  margin-left: 51%;
}

#s-17842e81-9946-4045-ab6d-927257249060 {
  text-align: center;
}








#s-17842e81-9946-4045-ab6d-927257249060 .shogun-image-content {
  
    align-items: center;
  
}

#s-a982b515-f35a-4816-98b4-6cb52d70200e {
  margin-top: 310px;
margin-left: 43%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 40px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-a982b515-f35a-4816-98b4-6cb52d70200e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-7f65f4fc-093f-46ca-8d31-be5477a82dd8 {
  margin-left: 43%;
margin-right: 7%;
}

#s-3d613fdc-17bb-44c5-b14b-ce25b7f5df14 {
  margin-top: 20px;
margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3d613fdc-17bb-44c5-b14b-ce25b7f5df14 {
  display: none;
}
#s-3d613fdc-17bb-44c5-b14b-ce25b7f5df14, #wrap-s-3d613fdc-17bb-44c5-b14b-ce25b7f5df14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d613fdc-17bb-44c5-b14b-ce25b7f5df14 {
  display: none;
}
#s-3d613fdc-17bb-44c5-b14b-ce25b7f5df14, #wrap-s-3d613fdc-17bb-44c5-b14b-ce25b7f5df14 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d613fdc-17bb-44c5-b14b-ce25b7f5df14 {
  display: none;
}
#s-3d613fdc-17bb-44c5-b14b-ce25b7f5df14, #wrap-s-3d613fdc-17bb-44c5-b14b-ce25b7f5df14 { display:none !important; }}







#s-3d613fdc-17bb-44c5-b14b-ce25b7f5df14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d613fdc-17bb-44c5-b14b-ce25b7f5df14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-feea0756-6fbc-4646-977a-a78a9989751a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-feea0756-6fbc-4646-977a-a78a9989751a .shogun-heading-component h1 {
  color: rgba(0, 125, 144, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 1px;
  
}



#s-c1badeaa-6984-4143-a832-02dedb26f864 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}

#s-7c69972c-fb20-4057-b0eb-a87a15706478 {
  margin-top: 40px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-7c69972c-fb20-4057-b0eb-a87a15706478 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c69972c-fb20-4057-b0eb-a87a15706478 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c69972c-fb20-4057-b0eb-a87a15706478 {
  
}
}@media (max-width: 767px){#s-7c69972c-fb20-4057-b0eb-a87a15706478 {
  display: none;
}
#s-7c69972c-fb20-4057-b0eb-a87a15706478, #wrap-s-7c69972c-fb20-4057-b0eb-a87a15706478 { display:none !important; }}







#s-7c69972c-fb20-4057-b0eb-a87a15706478 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c69972c-fb20-4057-b0eb-a87a15706478.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdf1377f-aa68-4dc7-89ec-caf0aac685bf {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-bdf1377f-aa68-4dc7-89ec-caf0aac685bf {
  
}
}@media (max-width: 767px){#s-bdf1377f-aa68-4dc7-89ec-caf0aac685bf {
  
}
}
#s-bdf1377f-aa68-4dc7-89ec-caf0aac685bf .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-bdf1377f-aa68-4dc7-89ec-caf0aac685bf .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bdf1377f-aa68-4dc7-89ec-caf0aac685bf .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-bdf1377f-aa68-4dc7-89ec-caf0aac685bf .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-bdf1377f-aa68-4dc7-89ec-caf0aac685bf .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


}
#s-44304cac-c808-4645-90e7-f00d972e578b {
  padding-left: 15px;
padding-right: 15px;
}

@media (min-width: 0px) {
[id="s-44304cac-c808-4645-90e7-f00d972e578b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44304cac-c808-4645-90e7-f00d972e578b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-44304cac-c808-4645-90e7-f00d972e578b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-44304cac-c808-4645-90e7-f00d972e578b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0f11afda-9972-4abb-bdc8-67d276bc5ba6 {
  text-align: center;
}







  #s-0f11afda-9972-4abb-bdc8-67d276bc5ba6 img.shogun-image {
    

    
    
    
  }


#s-0f11afda-9972-4abb-bdc8-67d276bc5ba6 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbd78a24-c1d6-467b-ad66-58ae8edd1525 {
  text-align: center;
}







  #s-cbd78a24-c1d6-467b-ad66-58ae8edd1525 img.shogun-image {
    

    
    
    
  }


#s-cbd78a24-c1d6-467b-ad66-58ae8edd1525 .shogun-image-content {
  
    align-items: center;
  
}

#s-f51759ce-c7b9-4821-910c-f5e63e4e23ef {
  text-align: center;
}







  #s-f51759ce-c7b9-4821-910c-f5e63e4e23ef img.shogun-image {
    

    
    
    
  }


#s-f51759ce-c7b9-4821-910c-f5e63e4e23ef .shogun-image-content {
  
    align-items: center;
  
}

#s-7b9cb494-d43f-4ba4-b877-8fc1829baa86 {
  margin-bottom: 25px;
min-height: 50px;
}
@media (max-width: 767px){#s-7b9cb494-d43f-4ba4-b877-8fc1829baa86 {
  margin-top: 0px;
display: none;
}
#s-7b9cb494-d43f-4ba4-b877-8fc1829baa86, #wrap-s-7b9cb494-d43f-4ba4-b877-8fc1829baa86 { display:none !important; }}







#s-7b9cb494-d43f-4ba4-b877-8fc1829baa86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b9cb494-d43f-4ba4-b877-8fc1829baa86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c50046a0-15fd-4956-a347-fe05790f8b5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c50046a0-15fd-4956-a347-fe05790f8b5f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-c50046a0-15fd-4956-a347-fe05790f8b5f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c50046a0-15fd-4956-a347-fe05790f8b5f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-c50046a0-15fd-4956-a347-fe05790f8b5f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-c50046a0-15fd-4956-a347-fe05790f8b5f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-ec54db12-8cd1-4ac3-94c7-0bf363b6346a {
  padding-left: 5px;
padding-right: 5px;
}

#s-e28f6d41-e67a-45a5-b732-2ec6b9256699 {
  text-align: center;
}
@media (min-width: 1200px){#s-e28f6d41-e67a-45a5-b732-2ec6b9256699 {
  min-height: 370px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e28f6d41-e67a-45a5-b732-2ec6b9256699 {
  
}
}@media (max-width: 767px){#s-e28f6d41-e67a-45a5-b732-2ec6b9256699 {
  
}
}






  #s-e28f6d41-e67a-45a5-b732-2ec6b9256699 img.shogun-image {
    

    
    
    
  }


#s-e28f6d41-e67a-45a5-b732-2ec6b9256699 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9e7ff53-f16c-4037-b6b6-6541eb000f65 {
  margin-left: 30px;
padding-top: 10px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b9e7ff53-f16c-4037-b6b6-6541eb000f65 {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b9e7ff53-f16c-4037-b6b6-6541eb000f65 {
  margin-left: 0px;
}
}
#s-b9e7ff53-f16c-4037-b6b6-6541eb000f65 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-b9e7ff53-f16c-4037-b6b6-6541eb000f65 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b9e7ff53-f16c-4037-b6b6-6541eb000f65 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
#s-3f6cd415-631b-4afc-a680-ae8a6524c003 {
  margin-left: 30px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3f6cd415-631b-4afc-a680-ae8a6524c003 {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f6cd415-631b-4afc-a680-ae8a6524c003 {
  margin-left: 0px;
}
}
#s-3f6cd415-631b-4afc-a680-ae8a6524c003 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-3f6cd415-631b-4afc-a680-ae8a6524c003 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  text-align: left;
}


}
#s-f969860f-64c4-4eb0-baf2-b81b68f91a7d {
  margin-left: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f969860f-64c4-4eb0-baf2-b81b68f91a7d {
  margin-left: 0%;
}
}
#s-e3e37301-5b29-4b3e-9da5-fa981cd370fa {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e3e37301-5b29-4b3e-9da5-fa981cd370fa {
  margin-left: 15px;
margin-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3e37301-5b29-4b3e-9da5-fa981cd370fa {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-e3e37301-5b29-4b3e-9da5-fa981cd370fa, #wrap-s-e3e37301-5b29-4b3e-9da5-fa981cd370fa { display:none !important; }}@media (max-width: 767px){#s-e3e37301-5b29-4b3e-9da5-fa981cd370fa {
  display: none;
}
#s-e3e37301-5b29-4b3e-9da5-fa981cd370fa, #wrap-s-e3e37301-5b29-4b3e-9da5-fa981cd370fa { display:none !important; }}
#s-5804265f-d235-4de8-871d-4a8a7fdac280 {
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5804265f-d235-4de8-871d-4a8a7fdac280 {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5804265f-d235-4de8-871d-4a8a7fdac280 {
  margin-left: 0px;
}
}
@media (min-width: 0px) {
[id="s-5804265f-d235-4de8-871d-4a8a7fdac280"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-5804265f-d235-4de8-871d-4a8a7fdac280"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5804265f-d235-4de8-871d-4a8a7fdac280"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-5804265f-d235-4de8-871d-4a8a7fdac280"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5804265f-d235-4de8-871d-4a8a7fdac280"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-5804265f-d235-4de8-871d-4a8a7fdac280"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5804265f-d235-4de8-871d-4a8a7fdac280"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-7e609ea2-ac70-463b-b001-9fb34ba2ef1e {
  margin-left: 0%;
margin-right: -23%;
max-width: 230px;
}
}
#s-148abc9b-8414-4cb3-9e01-170eef780077 {
  margin-left: -25px;
max-width: 25px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-148abc9b-8414-4cb3-9e01-170eef780077 {
  margin-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-148abc9b-8414-4cb3-9e01-170eef780077 {
  margin-left: 20px;
max-width: 19px;
}
}






  #s-148abc9b-8414-4cb3-9e01-170eef780077 img.shogun-image {
    

    
    
    
  }


#s-148abc9b-8414-4cb3-9e01-170eef780077 .shogun-image-content {
  
    align-items: center;
  
}

#s-70bb7e4e-8345-473d-8eb7-3800da45fb96 {
  margin-left: -80px;
max-width: 25px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-70bb7e4e-8345-473d-8eb7-3800da45fb96 {
  margin-left: -15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-70bb7e4e-8345-473d-8eb7-3800da45fb96 {
  margin-left: 10px;
max-width: 19px;
}
}






  #s-70bb7e4e-8345-473d-8eb7-3800da45fb96 img.shogun-image {
    

    
    
    
  }


#s-70bb7e4e-8345-473d-8eb7-3800da45fb96 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

#s-7661feb9-2ba2-4842-ad6c-7626adef5c46 {
  padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7661feb9-2ba2-4842-ad6c-7626adef5c46:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7661feb9-2ba2-4842-ad6c-7626adef5c46:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7661feb9-2ba2-4842-ad6c-7626adef5c46-root {
    text-align: center;
  }


#s-7661feb9-2ba2-4842-ad6c-7626adef5c46.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7661feb9-2ba2-4842-ad6c-7626adef5c46-root {
    text-align: center;
  }


#s-7661feb9-2ba2-4842-ad6c-7626adef5c46.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7661feb9-2ba2-4842-ad6c-7626adef5c46-root {
    text-align: center;
  }


#s-7661feb9-2ba2-4842-ad6c-7626adef5c46.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7661feb9-2ba2-4842-ad6c-7626adef5c46-root {
    text-align: center;
  }


#s-7661feb9-2ba2-4842-ad6c-7626adef5c46.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7661feb9-2ba2-4842-ad6c-7626adef5c46-root {
    text-align: center;
  }


#s-7661feb9-2ba2-4842-ad6c-7626adef5c46.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-ca7b66a6-4cf9-4561-9c2c-b47144ae71c2 {
  padding-left: 5px;
padding-right: 5px;
}

#s-1d0ef456-8a9c-4f13-a973-e0870882d6ea {
  max-width: 600px;
aspect-ratio: 600/564;
text-align: center;
}
@media (min-width: 1200px){#s-1d0ef456-8a9c-4f13-a973-e0870882d6ea {
  min-height: 370px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d0ef456-8a9c-4f13-a973-e0870882d6ea {
  
}
}@media (max-width: 767px){#s-1d0ef456-8a9c-4f13-a973-e0870882d6ea {
  
}
}




  #s-1d0ef456-8a9c-4f13-a973-e0870882d6ea img.shogun-image,
  #s-1d0ef456-8a9c-4f13-a973-e0870882d6ea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1d0ef456-8a9c-4f13-a973-e0870882d6ea {
    width: 100%;
    height: auto;
  }



  #s-1d0ef456-8a9c-4f13-a973-e0870882d6ea img.shogun-image {
    

    
    
    
  }


#s-1d0ef456-8a9c-4f13-a973-e0870882d6ea .shogun-image-content {
  
    align-items: center;
  
}

#s-3d4ddf09-9184-418a-82ca-fb53d2e88ec7 {
  margin-left: 30px;
padding-top: 10px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3d4ddf09-9184-418a-82ca-fb53d2e88ec7 {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d4ddf09-9184-418a-82ca-fb53d2e88ec7 {
  margin-left: 0px;
}
}
#s-3d4ddf09-9184-418a-82ca-fb53d2e88ec7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-3d4ddf09-9184-418a-82ca-fb53d2e88ec7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3d4ddf09-9184-418a-82ca-fb53d2e88ec7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
#s-5b86c77a-9ee0-4fd3-9a96-f0fd5fa27e3d {
  margin-left: 30px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5b86c77a-9ee0-4fd3-9a96-f0fd5fa27e3d {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b86c77a-9ee0-4fd3-9a96-f0fd5fa27e3d {
  margin-left: 0px;
}
}
#s-5b86c77a-9ee0-4fd3-9a96-f0fd5fa27e3d .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-5b86c77a-9ee0-4fd3-9a96-f0fd5fa27e3d .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  text-align: left;
}


}
#s-756c06e1-4552-4cd9-aba3-8b06b6db3d9b {
  margin-left: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-756c06e1-4552-4cd9-aba3-8b06b6db3d9b {
  margin-left: 0%;
}
}
#s-107ea9a7-39ca-459e-9a23-eabed44d0613 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-107ea9a7-39ca-459e-9a23-eabed44d0613 {
  margin-left: 15px;
margin-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-107ea9a7-39ca-459e-9a23-eabed44d0613 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-107ea9a7-39ca-459e-9a23-eabed44d0613, #wrap-s-107ea9a7-39ca-459e-9a23-eabed44d0613 { display:none !important; }}@media (max-width: 767px){#s-107ea9a7-39ca-459e-9a23-eabed44d0613 {
  display: none;
}
#s-107ea9a7-39ca-459e-9a23-eabed44d0613, #wrap-s-107ea9a7-39ca-459e-9a23-eabed44d0613 { display:none !important; }}
#s-3b3ab288-5c24-44ab-b47a-a750f9eec0e9 {
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3b3ab288-5c24-44ab-b47a-a750f9eec0e9 {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b3ab288-5c24-44ab-b47a-a750f9eec0e9 {
  margin-left: 0px;
}
}
@media (min-width: 0px) {
[id="s-3b3ab288-5c24-44ab-b47a-a750f9eec0e9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-3b3ab288-5c24-44ab-b47a-a750f9eec0e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3b3ab288-5c24-44ab-b47a-a750f9eec0e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-3b3ab288-5c24-44ab-b47a-a750f9eec0e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3b3ab288-5c24-44ab-b47a-a750f9eec0e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-3b3ab288-5c24-44ab-b47a-a750f9eec0e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3b3ab288-5c24-44ab-b47a-a750f9eec0e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-ce717402-afae-43a4-8d9a-e81b1ca2a691 {
  margin-left: 0%;
margin-right: -23%;
max-width: 230px;
}
}
#s-cb63e3ba-2653-4e5b-867f-4d8c530d4aa8 {
  margin-left: -25px;
max-width: 25px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-cb63e3ba-2653-4e5b-867f-4d8c530d4aa8 {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb63e3ba-2653-4e5b-867f-4d8c530d4aa8 {
  margin-left: 20px;
max-width: 19px;
}
}






  #s-cb63e3ba-2653-4e5b-867f-4d8c530d4aa8 img.shogun-image {
    

    
    
    
  }


#s-cb63e3ba-2653-4e5b-867f-4d8c530d4aa8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e88db3c2-a34c-4acc-a412-fa8e56df5880 {
  margin-left: -80px;
max-width: 25px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e88db3c2-a34c-4acc-a412-fa8e56df5880 {
  margin-left: -15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e88db3c2-a34c-4acc-a412-fa8e56df5880 {
  margin-left: 10px;
}
}




  #s-e88db3c2-a34c-4acc-a412-fa8e56df5880 img.shogun-image,
  #s-e88db3c2-a34c-4acc-a412-fa8e56df5880 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e88db3c2-a34c-4acc-a412-fa8e56df5880 {
    width: 100%;
    height: auto;
  }



  #s-e88db3c2-a34c-4acc-a412-fa8e56df5880 img.shogun-image {
    

    
    
    
  }


#s-e88db3c2-a34c-4acc-a412-fa8e56df5880 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6bbcfb4-9329-4981-a250-370125764b37 {
  padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a6bbcfb4-9329-4981-a250-370125764b37:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a6bbcfb4-9329-4981-a250-370125764b37:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6bbcfb4-9329-4981-a250-370125764b37-root {
    text-align: center;
  }


#s-a6bbcfb4-9329-4981-a250-370125764b37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6bbcfb4-9329-4981-a250-370125764b37-root {
    text-align: center;
  }


#s-a6bbcfb4-9329-4981-a250-370125764b37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6bbcfb4-9329-4981-a250-370125764b37-root {
    text-align: center;
  }


#s-a6bbcfb4-9329-4981-a250-370125764b37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6bbcfb4-9329-4981-a250-370125764b37-root {
    text-align: center;
  }


#s-a6bbcfb4-9329-4981-a250-370125764b37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6bbcfb4-9329-4981-a250-370125764b37-root {
    text-align: center;
  }


#s-a6bbcfb4-9329-4981-a250-370125764b37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-4b4d35a1-8d8d-4ffc-b366-97637e1e3724 {
  max-width: 600px;
aspect-ratio: 600/564;
text-align: center;
}
@media (min-width: 1200px){#s-4b4d35a1-8d8d-4ffc-b366-97637e1e3724 {
  min-height: 370px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b4d35a1-8d8d-4ffc-b366-97637e1e3724 {
  
}
}@media (max-width: 767px){#s-4b4d35a1-8d8d-4ffc-b366-97637e1e3724 {
  
}
}




  #s-4b4d35a1-8d8d-4ffc-b366-97637e1e3724 img.shogun-image,
  #s-4b4d35a1-8d8d-4ffc-b366-97637e1e3724 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b4d35a1-8d8d-4ffc-b366-97637e1e3724 {
    width: 100%;
    height: auto;
  }



  #s-4b4d35a1-8d8d-4ffc-b366-97637e1e3724 img.shogun-image {
    

    
    
    
  }


#s-4b4d35a1-8d8d-4ffc-b366-97637e1e3724 .shogun-image-content {
  
    align-items: center;
  
}

#s-d87a2b91-befb-4053-8f99-3cf6a2798d89 {
  margin-left: 30px;
padding-top: 10px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d87a2b91-befb-4053-8f99-3cf6a2798d89 {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d87a2b91-befb-4053-8f99-3cf6a2798d89 {
  margin-left: 0px;
}
}
#s-d87a2b91-befb-4053-8f99-3cf6a2798d89 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-d87a2b91-befb-4053-8f99-3cf6a2798d89 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d87a2b91-befb-4053-8f99-3cf6a2798d89 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
#s-c2bb4acd-83fa-4404-b84a-405afb99c0ca {
  margin-left: 30px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c2bb4acd-83fa-4404-b84a-405afb99c0ca {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2bb4acd-83fa-4404-b84a-405afb99c0ca {
  margin-left: 0px;
}
}
#s-c2bb4acd-83fa-4404-b84a-405afb99c0ca .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (min-width: 1200px){#s-c2bb4acd-83fa-4404-b84a-405afb99c0ca .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c2bb4acd-83fa-4404-b84a-405afb99c0ca .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}


}
#s-5c16181b-12d7-4c25-a0d3-b31b2c8869ad {
  margin-left: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c16181b-12d7-4c25-a0d3-b31b2c8869ad {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-5363a43a-c856-462c-a562-5ff03faf9e4d {
  margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5363a43a-c856-462c-a562-5ff03faf9e4d {
  margin-left: 15px;
margin-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5363a43a-c856-462c-a562-5ff03faf9e4d {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-5363a43a-c856-462c-a562-5ff03faf9e4d, #wrap-s-5363a43a-c856-462c-a562-5ff03faf9e4d { display:none !important; }}@media (max-width: 767px){#s-5363a43a-c856-462c-a562-5ff03faf9e4d {
  display: none;
}
#s-5363a43a-c856-462c-a562-5ff03faf9e4d, #wrap-s-5363a43a-c856-462c-a562-5ff03faf9e4d { display:none !important; }}
#s-8df044ce-47fb-4bec-b1ac-2cef6f3cf0f1 {
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8df044ce-47fb-4bec-b1ac-2cef6f3cf0f1 {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8df044ce-47fb-4bec-b1ac-2cef6f3cf0f1 {
  margin-left: 0px;
}
}
@media (min-width: 0px) {
[id="s-8df044ce-47fb-4bec-b1ac-2cef6f3cf0f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-8df044ce-47fb-4bec-b1ac-2cef6f3cf0f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8df044ce-47fb-4bec-b1ac-2cef6f3cf0f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8df044ce-47fb-4bec-b1ac-2cef6f3cf0f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8df044ce-47fb-4bec-b1ac-2cef6f3cf0f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8df044ce-47fb-4bec-b1ac-2cef6f3cf0f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8df044ce-47fb-4bec-b1ac-2cef6f3cf0f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-c76ad339-909c-44b8-8644-6d00fd5fcb47 {
  margin-left: 0%;
margin-right: -20%;
padding-right: 0%;
max-width: 230px;
}
}
#s-f2b8ce5e-f37b-404a-a468-68fca1b6b6d6 {
  margin-left: -25px;
max-width: 25px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f2b8ce5e-f37b-404a-a468-68fca1b6b6d6 {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2b8ce5e-f37b-404a-a468-68fca1b6b6d6 {
  margin-left: 20px;
max-width: 19px;
}
}






  #s-f2b8ce5e-f37b-404a-a468-68fca1b6b6d6 img.shogun-image {
    

    
    
    
  }


#s-f2b8ce5e-f37b-404a-a468-68fca1b6b6d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbd7c871-c055-4f98-ab6e-7a9a13662232 {
  padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fbd7c871-c055-4f98-ab6e-7a9a13662232:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fbd7c871-c055-4f98-ab6e-7a9a13662232:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fbd7c871-c055-4f98-ab6e-7a9a13662232-root {
    text-align: center;
  }


#s-fbd7c871-c055-4f98-ab6e-7a9a13662232.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fbd7c871-c055-4f98-ab6e-7a9a13662232-root {
    text-align: center;
  }


#s-fbd7c871-c055-4f98-ab6e-7a9a13662232.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fbd7c871-c055-4f98-ab6e-7a9a13662232-root {
    text-align: center;
  }


#s-fbd7c871-c055-4f98-ab6e-7a9a13662232.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fbd7c871-c055-4f98-ab6e-7a9a13662232-root {
    text-align: center;
  }


#s-fbd7c871-c055-4f98-ab6e-7a9a13662232.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fbd7c871-c055-4f98-ab6e-7a9a13662232-root {
    text-align: center;
  }


#s-fbd7c871-c055-4f98-ab6e-7a9a13662232.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-7a9de094-7656-487f-8d65-86c6e411cf80 {
  padding-left: 5px;
padding-right: 5px;
}

#s-6cccfdf2-f547-49bc-93e7-6566231aa05b {
  text-align: center;
}
@media (min-width: 1200px){#s-6cccfdf2-f547-49bc-93e7-6566231aa05b {
  min-height: 370px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6cccfdf2-f547-49bc-93e7-6566231aa05b {
  
}
}@media (max-width: 767px){#s-6cccfdf2-f547-49bc-93e7-6566231aa05b {
  
}
}






  #s-6cccfdf2-f547-49bc-93e7-6566231aa05b img.shogun-image {
    

    
    
    
  }


#s-6cccfdf2-f547-49bc-93e7-6566231aa05b .shogun-image-content {
  
    align-items: center;
  
}

#s-4bd5eb68-f8bd-48a6-a22f-acfd785a3a60 {
  margin-left: 30px;
padding-top: 10px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4bd5eb68-f8bd-48a6-a22f-acfd785a3a60 {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4bd5eb68-f8bd-48a6-a22f-acfd785a3a60 {
  margin-left: 0px;
}
}
#s-4bd5eb68-f8bd-48a6-a22f-acfd785a3a60 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-4bd5eb68-f8bd-48a6-a22f-acfd785a3a60 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4bd5eb68-f8bd-48a6-a22f-acfd785a3a60 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
#s-75227ba4-a918-44c7-9426-47be76364935 {
  margin-left: 30px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-75227ba4-a918-44c7-9426-47be76364935 {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-75227ba4-a918-44c7-9426-47be76364935 {
  margin-left: 0px;
}
}
#s-75227ba4-a918-44c7-9426-47be76364935 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (min-width: 1200px){#s-75227ba4-a918-44c7-9426-47be76364935 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-75227ba4-a918-44c7-9426-47be76364935 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}


}
#s-fb184a7d-8d0d-44ea-9566-76bd4b62bf09 {
  margin-left: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb184a7d-8d0d-44ea-9566-76bd4b62bf09 {
  margin-left: 0%;
margin-right: 0px;
}
}
#s-95bd06b1-aff4-4ad7-8cec-096d7b8a701b {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-95bd06b1-aff4-4ad7-8cec-096d7b8a701b {
  margin-left: 15px;
margin-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-95bd06b1-aff4-4ad7-8cec-096d7b8a701b {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-95bd06b1-aff4-4ad7-8cec-096d7b8a701b, #wrap-s-95bd06b1-aff4-4ad7-8cec-096d7b8a701b { display:none !important; }}@media (max-width: 767px){#s-95bd06b1-aff4-4ad7-8cec-096d7b8a701b {
  display: none;
}
#s-95bd06b1-aff4-4ad7-8cec-096d7b8a701b, #wrap-s-95bd06b1-aff4-4ad7-8cec-096d7b8a701b { display:none !important; }}
#s-bcbf4bd5-6210-46a6-8c25-bbdca8596999 {
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bcbf4bd5-6210-46a6-8c25-bbdca8596999 {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bcbf4bd5-6210-46a6-8c25-bbdca8596999 {
  margin-left: 0px;
}
}
@media (min-width: 0px) {
[id="s-bcbf4bd5-6210-46a6-8c25-bbdca8596999"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-bcbf4bd5-6210-46a6-8c25-bbdca8596999"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-bcbf4bd5-6210-46a6-8c25-bbdca8596999"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-bcbf4bd5-6210-46a6-8c25-bbdca8596999"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-bcbf4bd5-6210-46a6-8c25-bbdca8596999"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-bcbf4bd5-6210-46a6-8c25-bbdca8596999"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-bcbf4bd5-6210-46a6-8c25-bbdca8596999"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-e1abf13d-d55c-478f-9ec7-fec571755b91 {
  max-width: 230px;
}
}
#s-f8675bf0-0033-4647-b104-61040f212823 {
  margin-left: -50px;
max-width: 50px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f8675bf0-0033-4647-b104-61040f212823 {
  margin-left: -15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8675bf0-0033-4647-b104-61040f212823 {
  margin-left: 0px;
max-width: 40px;
}
}






  #s-f8675bf0-0033-4647-b104-61040f212823 img.shogun-image {
    

    
    
    
  }


#s-f8675bf0-0033-4647-b104-61040f212823 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cab9a89-3a40-4e8f-82e0-f2dda7c677e1 {
  margin-left: -105px;
max-width: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-1cab9a89-3a40-4e8f-82e0-f2dda7c677e1 {
  margin-left: -85px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cab9a89-3a40-4e8f-82e0-f2dda7c677e1 {
  margin-left: -20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cab9a89-3a40-4e8f-82e0-f2dda7c677e1 {
  margin-left: 5px;
max-width: 40px;
}
}






  #s-1cab9a89-3a40-4e8f-82e0-f2dda7c677e1 img.shogun-image {
    

    
    
    
  }


#s-1cab9a89-3a40-4e8f-82e0-f2dda7c677e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7216c52b-4924-49f4-9e5a-bc26eed6e15d {
  padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7216c52b-4924-49f4-9e5a-bc26eed6e15d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7216c52b-4924-49f4-9e5a-bc26eed6e15d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7216c52b-4924-49f4-9e5a-bc26eed6e15d-root {
    text-align: center;
  }


#s-7216c52b-4924-49f4-9e5a-bc26eed6e15d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7216c52b-4924-49f4-9e5a-bc26eed6e15d-root {
    text-align: center;
  }


#s-7216c52b-4924-49f4-9e5a-bc26eed6e15d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7216c52b-4924-49f4-9e5a-bc26eed6e15d-root {
    text-align: center;
  }


#s-7216c52b-4924-49f4-9e5a-bc26eed6e15d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7216c52b-4924-49f4-9e5a-bc26eed6e15d-root {
    text-align: center;
  }


#s-7216c52b-4924-49f4-9e5a-bc26eed6e15d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7216c52b-4924-49f4-9e5a-bc26eed6e15d-root {
    text-align: center;
  }


#s-7216c52b-4924-49f4-9e5a-bc26eed6e15d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-04c42b34-6a67-49aa-aa5d-8fbe0fdd971e {
  padding-left: 5px;
padding-right: 5px;
}

#s-2bd2b76a-369c-4b1a-abed-63e14f8fe6f0 {
  text-align: center;
}
@media (min-width: 1200px){#s-2bd2b76a-369c-4b1a-abed-63e14f8fe6f0 {
  min-height: 370px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2bd2b76a-369c-4b1a-abed-63e14f8fe6f0 {
  
}
}@media (max-width: 767px){#s-2bd2b76a-369c-4b1a-abed-63e14f8fe6f0 {
  
}
}






  #s-2bd2b76a-369c-4b1a-abed-63e14f8fe6f0 img.shogun-image {
    

    
    
    
  }


#s-2bd2b76a-369c-4b1a-abed-63e14f8fe6f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e29fc60d-586c-4d59-9743-5892f9e15f56 {
  margin-left: 30px;
padding-top: 10px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e29fc60d-586c-4d59-9743-5892f9e15f56 {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e29fc60d-586c-4d59-9743-5892f9e15f56 {
  margin-left: 0px;
}
}
#s-e29fc60d-586c-4d59-9743-5892f9e15f56 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-e29fc60d-586c-4d59-9743-5892f9e15f56 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e29fc60d-586c-4d59-9743-5892f9e15f56 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
#s-77700176-0cd2-4780-b5ca-e331a675740d {
  margin-left: 30px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-77700176-0cd2-4780-b5ca-e331a675740d {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-77700176-0cd2-4780-b5ca-e331a675740d {
  margin-left: 0px;
}
}
#s-77700176-0cd2-4780-b5ca-e331a675740d .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (min-width: 1200px){#s-77700176-0cd2-4780-b5ca-e331a675740d .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-77700176-0cd2-4780-b5ca-e331a675740d .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}


}
#s-f29ec958-20b5-4aab-81b7-5aea19ef8f37 {
  margin-left: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f29ec958-20b5-4aab-81b7-5aea19ef8f37 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-40892cdd-5623-40bc-9008-18d505dc9544 {
  margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-40892cdd-5623-40bc-9008-18d505dc9544 {
  margin-left: 15px;
margin-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-40892cdd-5623-40bc-9008-18d505dc9544 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-40892cdd-5623-40bc-9008-18d505dc9544, #wrap-s-40892cdd-5623-40bc-9008-18d505dc9544 { display:none !important; }}@media (max-width: 767px){#s-40892cdd-5623-40bc-9008-18d505dc9544 {
  display: none;
}
#s-40892cdd-5623-40bc-9008-18d505dc9544, #wrap-s-40892cdd-5623-40bc-9008-18d505dc9544 { display:none !important; }}
#s-617d1ce3-7b37-41a5-a64d-82284f810dae {
  padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-617d1ce3-7b37-41a5-a64d-82284f810dae:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-617d1ce3-7b37-41a5-a64d-82284f810dae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-617d1ce3-7b37-41a5-a64d-82284f810dae-root {
    text-align: center;
  }


#s-617d1ce3-7b37-41a5-a64d-82284f810dae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-617d1ce3-7b37-41a5-a64d-82284f810dae-root {
    text-align: center;
  }


#s-617d1ce3-7b37-41a5-a64d-82284f810dae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-617d1ce3-7b37-41a5-a64d-82284f810dae-root {
    text-align: center;
  }


#s-617d1ce3-7b37-41a5-a64d-82284f810dae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-617d1ce3-7b37-41a5-a64d-82284f810dae-root {
    text-align: center;
  }


#s-617d1ce3-7b37-41a5-a64d-82284f810dae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-617d1ce3-7b37-41a5-a64d-82284f810dae-root {
    text-align: center;
  }


#s-617d1ce3-7b37-41a5-a64d-82284f810dae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-bece881d-2d34-48a8-a4b3-cd3df06982d9 {
  padding-left: 5px;
padding-right: 5px;
}

#s-c8f4ca8d-075c-4fc4-a90f-0129f5d7cc93 {
  text-align: center;
}
@media (min-width: 1200px){#s-c8f4ca8d-075c-4fc4-a90f-0129f5d7cc93 {
  min-height: 370px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8f4ca8d-075c-4fc4-a90f-0129f5d7cc93 {
  
}
}@media (max-width: 767px){#s-c8f4ca8d-075c-4fc4-a90f-0129f5d7cc93 {
  
}
}






  #s-c8f4ca8d-075c-4fc4-a90f-0129f5d7cc93 img.shogun-image {
    

    
    
    
  }


#s-c8f4ca8d-075c-4fc4-a90f-0129f5d7cc93 .shogun-image-content {
  
    align-items: center;
  
}

#s-239390a1-55ce-4e71-8b9e-81c6b80a9ca9 {
  margin-left: 30px;
padding-top: 10px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-239390a1-55ce-4e71-8b9e-81c6b80a9ca9 {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-239390a1-55ce-4e71-8b9e-81c6b80a9ca9 {
  margin-left: 0px;
}
}
#s-239390a1-55ce-4e71-8b9e-81c6b80a9ca9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-239390a1-55ce-4e71-8b9e-81c6b80a9ca9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-239390a1-55ce-4e71-8b9e-81c6b80a9ca9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
#s-89f363cb-755b-4cec-ac99-013d7e1d4fdc {
  margin-left: 30px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-89f363cb-755b-4cec-ac99-013d7e1d4fdc {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-89f363cb-755b-4cec-ac99-013d7e1d4fdc {
  margin-left: 0px;
}
}
#s-89f363cb-755b-4cec-ac99-013d7e1d4fdc .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (min-width: 1200px){#s-89f363cb-755b-4cec-ac99-013d7e1d4fdc .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-89f363cb-755b-4cec-ac99-013d7e1d4fdc .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}


}
#s-77ef1da2-f354-41c2-9477-8e6754a1f04f {
  margin-left: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-77ef1da2-f354-41c2-9477-8e6754a1f04f {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-00480c28-f914-4a34-ad11-2f0f05741d99 {
  margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-00480c28-f914-4a34-ad11-2f0f05741d99 {
  margin-left: 15px;
margin-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-00480c28-f914-4a34-ad11-2f0f05741d99 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-00480c28-f914-4a34-ad11-2f0f05741d99, #wrap-s-00480c28-f914-4a34-ad11-2f0f05741d99 { display:none !important; }}@media (max-width: 767px){#s-00480c28-f914-4a34-ad11-2f0f05741d99 {
  display: none;
}
#s-00480c28-f914-4a34-ad11-2f0f05741d99, #wrap-s-00480c28-f914-4a34-ad11-2f0f05741d99 { display:none !important; }}
#s-5636eb69-6edf-4ed7-9bcf-8046f44bc76a {
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5636eb69-6edf-4ed7-9bcf-8046f44bc76a {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5636eb69-6edf-4ed7-9bcf-8046f44bc76a {
  margin-left: 0px;
}
}
@media (min-width: 0px) {
[id="s-5636eb69-6edf-4ed7-9bcf-8046f44bc76a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-5636eb69-6edf-4ed7-9bcf-8046f44bc76a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5636eb69-6edf-4ed7-9bcf-8046f44bc76a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-5636eb69-6edf-4ed7-9bcf-8046f44bc76a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5636eb69-6edf-4ed7-9bcf-8046f44bc76a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-5636eb69-6edf-4ed7-9bcf-8046f44bc76a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5636eb69-6edf-4ed7-9bcf-8046f44bc76a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-8e1dd6b0-38ec-4b4c-9d19-8b7c4ffbb73f {
  margin-left: 0%;
margin-right: -20%;
padding-right: 0%;
max-width: 230px;
}
}
#s-95beef11-5031-49fa-949a-4f532ed46bbf {
  margin-left: -25px;
max-width: 25px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-95beef11-5031-49fa-949a-4f532ed46bbf {
  margin-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-95beef11-5031-49fa-949a-4f532ed46bbf {
  margin-left: 20px;
max-width: 19px;
}
}






  #s-95beef11-5031-49fa-949a-4f532ed46bbf img.shogun-image {
    

    
    
    
  }


#s-95beef11-5031-49fa-949a-4f532ed46bbf .shogun-image-content {
  
    align-items: center;
  
}

#s-c176ede0-5db3-42ea-a137-cf7c7c61a5f3 {
  padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c176ede0-5db3-42ea-a137-cf7c7c61a5f3:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c176ede0-5db3-42ea-a137-cf7c7c61a5f3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c176ede0-5db3-42ea-a137-cf7c7c61a5f3-root {
    text-align: center;
  }


#s-c176ede0-5db3-42ea-a137-cf7c7c61a5f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c176ede0-5db3-42ea-a137-cf7c7c61a5f3-root {
    text-align: center;
  }


#s-c176ede0-5db3-42ea-a137-cf7c7c61a5f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c176ede0-5db3-42ea-a137-cf7c7c61a5f3-root {
    text-align: center;
  }


#s-c176ede0-5db3-42ea-a137-cf7c7c61a5f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c176ede0-5db3-42ea-a137-cf7c7c61a5f3-root {
    text-align: center;
  }


#s-c176ede0-5db3-42ea-a137-cf7c7c61a5f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c176ede0-5db3-42ea-a137-cf7c7c61a5f3-root {
    text-align: center;
  }


#s-c176ede0-5db3-42ea-a137-cf7c7c61a5f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-5b80d618-98f9-4313-aef6-b7202d406a7a {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5b80d618-98f9-4313-aef6-b7202d406a7a {
  display: none;
}
#s-5b80d618-98f9-4313-aef6-b7202d406a7a, #wrap-s-5b80d618-98f9-4313-aef6-b7202d406a7a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b80d618-98f9-4313-aef6-b7202d406a7a {
  display: none;
}
#s-5b80d618-98f9-4313-aef6-b7202d406a7a, #wrap-s-5b80d618-98f9-4313-aef6-b7202d406a7a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b80d618-98f9-4313-aef6-b7202d406a7a {
  display: none;
}
#s-5b80d618-98f9-4313-aef6-b7202d406a7a, #wrap-s-5b80d618-98f9-4313-aef6-b7202d406a7a { display:none !important; }}@media (max-width: 767px){#s-5b80d618-98f9-4313-aef6-b7202d406a7a {
  
}
}







#s-5b80d618-98f9-4313-aef6-b7202d406a7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b80d618-98f9-4313-aef6-b7202d406a7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f336d41-6ac6-46c3-8e07-4f557c95e2dc {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-6f336d41-6ac6-46c3-8e07-4f557c95e2dc {
  
}
}@media (max-width: 767px){#s-6f336d41-6ac6-46c3-8e07-4f557c95e2dc {
  
}
}
#s-6f336d41-6ac6-46c3-8e07-4f557c95e2dc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-6f336d41-6ac6-46c3-8e07-4f557c95e2dc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6f336d41-6ac6-46c3-8e07-4f557c95e2dc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-6f336d41-6ac6-46c3-8e07-4f557c95e2dc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-6f336d41-6ac6-46c3-8e07-4f557c95e2dc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


}
#s-369bf8f7-03a8-4683-9c74-5734423ebb6f {
  text-align: center;
}







  #s-369bf8f7-03a8-4683-9c74-5734423ebb6f img.shogun-image {
    

    
    
    
  }


#s-369bf8f7-03a8-4683-9c74-5734423ebb6f .shogun-image-content {
  
    align-items: center;
  
}

#s-2d58a781-9852-4e16-ba3e-b8b215421ee7 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-2d58a781-9852-4e16-ba3e-b8b215421ee7 img.shogun-image {
    

    
    
    
  }


#s-2d58a781-9852-4e16-ba3e-b8b215421ee7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a59db766-6d8d-427a-a2d3-e9299788ea8f {
  text-align: center;
}







  #s-a59db766-6d8d-427a-a2d3-e9299788ea8f img.shogun-image {
    

    
    
    
  }


#s-a59db766-6d8d-427a-a2d3-e9299788ea8f .shogun-image-content {
  
    align-items: center;
  
}

#s-2524c4c9-a1dd-4840-b61a-aef55a3f3d10 {
  margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2524c4c9-a1dd-4840-b61a-aef55a3f3d10 {
  display: none;
}
#s-2524c4c9-a1dd-4840-b61a-aef55a3f3d10, #wrap-s-2524c4c9-a1dd-4840-b61a-aef55a3f3d10 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2524c4c9-a1dd-4840-b61a-aef55a3f3d10 {
  display: none;
}
#s-2524c4c9-a1dd-4840-b61a-aef55a3f3d10, #wrap-s-2524c4c9-a1dd-4840-b61a-aef55a3f3d10 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2524c4c9-a1dd-4840-b61a-aef55a3f3d10 {
  display: none;
}
#s-2524c4c9-a1dd-4840-b61a-aef55a3f3d10, #wrap-s-2524c4c9-a1dd-4840-b61a-aef55a3f3d10 { display:none !important; }}@media (max-width: 767px){#s-2524c4c9-a1dd-4840-b61a-aef55a3f3d10 {
  margin-top: 0px;
}
}







#s-2524c4c9-a1dd-4840-b61a-aef55a3f3d10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2524c4c9-a1dd-4840-b61a-aef55a3f3d10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dd551f7-19d2-4065-82c7-5cecce03a516 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7dd551f7-19d2-4065-82c7-5cecce03a516 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-7dd551f7-19d2-4065-82c7-5cecce03a516 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7dd551f7-19d2-4065-82c7-5cecce03a516 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-7dd551f7-19d2-4065-82c7-5cecce03a516 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-7dd551f7-19d2-4065-82c7-5cecce03a516 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


}
#s-d1e57961-2970-43d2-ba86-0086a24547c4 {
  min-height: 50px;
}








#s-d1e57961-2970-43d2-ba86-0086a24547c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1e57961-2970-43d2-ba86-0086a24547c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf39e619-4ddf-4344-91a1-ad617ec670d8 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-442b4a40-da19-41e9-9ab5-298bdf58c9a1 {
  margin-top: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-442b4a40-da19-41e9-9ab5-298bdf58c9a1 {
  
}
}@media (max-width: 767px){#s-442b4a40-da19-41e9-9ab5-298bdf58c9a1 {
  
}
}







#s-442b4a40-da19-41e9-9ab5-298bdf58c9a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-abd3f687-9cc3-4be1-8af7-23e95faaae16 {
  margin-left: 15px;
padding-top: 10px;
text-align: left;
}

#s-abd3f687-9cc3-4be1-8af7-23e95faaae16 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-8a7a31c5-ba79-4c54-88f5-d711ec98e363 {
  margin-left: 15px;
text-align: left;
}

#s-8a7a31c5-ba79-4c54-88f5-d711ec98e363 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-030650d8-0426-4b25-b47b-998535f3eb21 {
  margin-left: 15px;
}

#s-8e390903-50a2-4515-b9c3-c0c11bbbdc5f {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-080e54e9-4f99-40b4-9dff-d1d78b7e4ad7 {
  margin-left: 15px;
margin-right: 0px;
max-width: 180px;
}

@media (min-width: 0px) {
[id="s-080e54e9-4f99-40b4-9dff-d1d78b7e4ad7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-080e54e9-4f99-40b4-9dff-d1d78b7e4ad7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-080e54e9-4f99-40b4-9dff-d1d78b7e4ad7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-080e54e9-4f99-40b4-9dff-d1d78b7e4ad7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-1436dbfd-a591-4e9f-af66-4e788720a48f {
  margin-right: -20px;
}

#s-eee3810b-cced-4c9c-8098-162cd65235d4 {
  margin-left: 20%;
max-width: 30px;
text-align: left;
}







  #s-eee3810b-cced-4c9c-8098-162cd65235d4 img.shogun-image {
    

    
    
    
  }


#s-eee3810b-cced-4c9c-8098-162cd65235d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-223cf0a3-96c4-446a-b2e8-be247e41d421 {
  margin-left: -20%;
max-width: 30px;
text-align: left;
}







  #s-223cf0a3-96c4-446a-b2e8-be247e41d421 img.shogun-image {
    

    
    
    
  }


#s-223cf0a3-96c4-446a-b2e8-be247e41d421 .shogun-image-content {
  
    align-items: center;
  
}

#s-c45833c7-f0e0-4509-ac3d-0b041b6e88ae {
  margin-left: 15px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c45833c7-f0e0-4509-ac3d-0b041b6e88ae:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c45833c7-f0e0-4509-ac3d-0b041b6e88ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c45833c7-f0e0-4509-ac3d-0b041b6e88ae-root {
    text-align: center;
  }


#s-c45833c7-f0e0-4509-ac3d-0b041b6e88ae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c45833c7-f0e0-4509-ac3d-0b041b6e88ae-root {
    text-align: center;
  }


#s-c45833c7-f0e0-4509-ac3d-0b041b6e88ae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c45833c7-f0e0-4509-ac3d-0b041b6e88ae-root {
    text-align: center;
  }


#s-c45833c7-f0e0-4509-ac3d-0b041b6e88ae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c45833c7-f0e0-4509-ac3d-0b041b6e88ae-root {
    text-align: center;
  }


#s-c45833c7-f0e0-4509-ac3d-0b041b6e88ae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c45833c7-f0e0-4509-ac3d-0b041b6e88ae-root {
    text-align: center;
  }


#s-c45833c7-f0e0-4509-ac3d-0b041b6e88ae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-3d2c7ef3-32ee-4ef4-a17e-65d33a2a5bbb {
  min-height: 50px;
}








#s-3d2c7ef3-32ee-4ef4-a17e-65d33a2a5bbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d2c7ef3-32ee-4ef4-a17e-65d33a2a5bbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae3644ca-47f3-452c-9628-610f1ac9a79e {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-b0ff9fcf-0575-4c01-a652-01ea7961d20f {
  margin-top: 35px;
max-width: 834px;
aspect-ratio: 834/512;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0ff9fcf-0575-4c01-a652-01ea7961d20f {
  
}
}@media (max-width: 767px){#s-b0ff9fcf-0575-4c01-a652-01ea7961d20f {
  
}
}




  #s-b0ff9fcf-0575-4c01-a652-01ea7961d20f img.shogun-image,
  #s-b0ff9fcf-0575-4c01-a652-01ea7961d20f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0ff9fcf-0575-4c01-a652-01ea7961d20f {
    width: 100%;
    height: auto;
  }




#s-b0ff9fcf-0575-4c01-a652-01ea7961d20f .shogun-image-content {
  
    align-items: center;
  
}

#s-78e62ba4-f392-48d0-af88-987f131c3068 {
  margin-left: 15px;
padding-top: 10px;
text-align: left;
}

#s-78e62ba4-f392-48d0-af88-987f131c3068 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-f5b40229-677c-4508-8646-255bae16b47d {
  margin-left: 15px;
text-align: left;
}

#s-f5b40229-677c-4508-8646-255bae16b47d .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-3837eff6-169e-46d8-9eff-1851de28a67f {
  margin-left: 15px;
}

#s-f2b128c1-0ede-4677-a52e-40f822e73d3b {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-e96e2b56-52d3-476c-88c2-0c384fbac481 {
  margin-left: 15px;
margin-right: 0px;
max-width: 180px;
}

@media (min-width: 0px) {
[id="s-e96e2b56-52d3-476c-88c2-0c384fbac481"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-e96e2b56-52d3-476c-88c2-0c384fbac481"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-e96e2b56-52d3-476c-88c2-0c384fbac481"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-e96e2b56-52d3-476c-88c2-0c384fbac481"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-0beea27a-0585-4ab4-b0e4-9ea9a70be7b3 {
  margin-right: -20px;
}

#s-568c2347-306e-4db2-87b8-740e67e8ae17 {
  max-width: 30px;
text-align: left;
}







  #s-568c2347-306e-4db2-87b8-740e67e8ae17 img.shogun-image {
    

    
    
    
  }


#s-568c2347-306e-4db2-87b8-740e67e8ae17 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1086819-8388-42f4-a798-738b68921352 {
  margin-left: -20%;
max-width: 30px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-d1086819-8388-42f4-a798-738b68921352 img.shogun-image,
  #s-d1086819-8388-42f4-a798-738b68921352 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1086819-8388-42f4-a798-738b68921352 {
    width: 100%;
    height: auto;
  }



  #s-d1086819-8388-42f4-a798-738b68921352 img.shogun-image {
    

    
    
    
  }


#s-d1086819-8388-42f4-a798-738b68921352 .shogun-image-content {
  
    align-items: center;
  
}

#s-482eba90-9820-46ca-a536-4a5c47ff1432 {
  margin-left: 15px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-482eba90-9820-46ca-a536-4a5c47ff1432:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-482eba90-9820-46ca-a536-4a5c47ff1432:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-482eba90-9820-46ca-a536-4a5c47ff1432-root {
    text-align: center;
  }


#s-482eba90-9820-46ca-a536-4a5c47ff1432.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-482eba90-9820-46ca-a536-4a5c47ff1432-root {
    text-align: center;
  }


#s-482eba90-9820-46ca-a536-4a5c47ff1432.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-482eba90-9820-46ca-a536-4a5c47ff1432-root {
    text-align: center;
  }


#s-482eba90-9820-46ca-a536-4a5c47ff1432.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-482eba90-9820-46ca-a536-4a5c47ff1432-root {
    text-align: center;
  }


#s-482eba90-9820-46ca-a536-4a5c47ff1432.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-482eba90-9820-46ca-a536-4a5c47ff1432-root {
    text-align: center;
  }


#s-482eba90-9820-46ca-a536-4a5c47ff1432.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-bb0c7604-e2f8-4093-9852-b95ea2b6d61d {
  min-height: 50px;
}








#s-bb0c7604-e2f8-4093-9852-b95ea2b6d61d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb0c7604-e2f8-4093-9852-b95ea2b6d61d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2510348-17c0-44c2-b327-f13bb4e81b43 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-a135d248-453d-486f-b2dd-a44b9c4d305f {
  margin-top: 35px;
max-width: 834px;
aspect-ratio: 834/512;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a135d248-453d-486f-b2dd-a44b9c4d305f {
  
}
}@media (max-width: 767px){#s-a135d248-453d-486f-b2dd-a44b9c4d305f {
  
}
}




  #s-a135d248-453d-486f-b2dd-a44b9c4d305f img.shogun-image,
  #s-a135d248-453d-486f-b2dd-a44b9c4d305f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a135d248-453d-486f-b2dd-a44b9c4d305f {
    width: 100%;
    height: auto;
  }




#s-a135d248-453d-486f-b2dd-a44b9c4d305f .shogun-image-content {
  
    align-items: center;
  
}

#s-3e09040f-47e1-4ffd-986f-222e3c8f1b46 {
  margin-left: 15px;
margin-right: 0px;
padding-top: 10px;
text-align: left;
}

#s-3e09040f-47e1-4ffd-986f-222e3c8f1b46 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-e60de4f0-72dc-400c-852d-2a5499d7c755 {
  margin-left: 15px;
text-align: left;
}

#s-e60de4f0-72dc-400c-852d-2a5499d7c755 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-6f09fdb3-5829-4117-9a3d-91939d05251f {
  margin-left: 15px;
margin-right: 0px;
}

#s-30c08884-928f-496f-8ff1-05ea7a6d8460 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-e714c321-5001-4520-b796-3b19aed65b1d {
  margin-left: 15px;
min-height: 20px;
max-width: 120px;
}

@media (min-width: 0px) {
[id="s-e714c321-5001-4520-b796-3b19aed65b1d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-e714c321-5001-4520-b796-3b19aed65b1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e714c321-5001-4520-b796-3b19aed65b1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e714c321-5001-4520-b796-3b19aed65b1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-67f640ff-6a99-44e8-880b-af37526ee21f {
  margin-right: -10px;
}

#s-72858d61-23c1-4d50-9452-af7e863b8376 {
  max-width: 30px;
text-align: left;
}







  #s-72858d61-23c1-4d50-9452-af7e863b8376 img.shogun-image {
    

    
    
    
  }


#s-72858d61-23c1-4d50-9452-af7e863b8376 .shogun-image-content {
  
    align-items: center;
  
}

#s-8816cdff-7cf2-48cc-aecc-6d4ded7a2ffa {
  margin-left: 15px;
margin-right: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8816cdff-7cf2-48cc-aecc-6d4ded7a2ffa:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8816cdff-7cf2-48cc-aecc-6d4ded7a2ffa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8816cdff-7cf2-48cc-aecc-6d4ded7a2ffa-root {
    text-align: center;
  }


#s-8816cdff-7cf2-48cc-aecc-6d4ded7a2ffa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8816cdff-7cf2-48cc-aecc-6d4ded7a2ffa-root {
    text-align: center;
  }


#s-8816cdff-7cf2-48cc-aecc-6d4ded7a2ffa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8816cdff-7cf2-48cc-aecc-6d4ded7a2ffa-root {
    text-align: center;
  }


#s-8816cdff-7cf2-48cc-aecc-6d4ded7a2ffa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8816cdff-7cf2-48cc-aecc-6d4ded7a2ffa-root {
    text-align: center;
  }


#s-8816cdff-7cf2-48cc-aecc-6d4ded7a2ffa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8816cdff-7cf2-48cc-aecc-6d4ded7a2ffa-root {
    text-align: center;
  }


#s-8816cdff-7cf2-48cc-aecc-6d4ded7a2ffa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-49c7368f-7f49-4ba3-b957-5e5de22f06eb {
  min-height: 50px;
}








#s-49c7368f-7f49-4ba3-b957-5e5de22f06eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49c7368f-7f49-4ba3-b957-5e5de22f06eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ab593ca-5565-48df-8aff-638bd82c2060 {
  margin-top: 35px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ab593ca-5565-48df-8aff-638bd82c2060 {
  
}
}@media (max-width: 767px){#s-5ab593ca-5565-48df-8aff-638bd82c2060 {
  
}
}







#s-5ab593ca-5565-48df-8aff-638bd82c2060 .shogun-image-content {
  
    align-items: center;
  
}

#s-15316e07-2ed7-4216-9367-1d3dacb2fb30 {
  margin-left: 15px;
margin-right: 0px;
padding-top: 10px;
text-align: left;
}

#s-15316e07-2ed7-4216-9367-1d3dacb2fb30 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-5080e813-68c3-4e16-8984-f150e0439584 {
  margin-left: 15px;
text-align: left;
}

#s-5080e813-68c3-4e16-8984-f150e0439584 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-e00bd988-b743-4060-9e02-423f8d581a67 {
  margin-left: 15px;
margin-right: 0px;
}

#s-cc26ecfd-d54c-4bf4-9511-08df22ae8b21 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-48cae676-44dd-474c-97f9-7be6a67968ef {
  margin-left: 15px;
min-height: 20px;
max-width: 120px;
}

@media (min-width: 0px) {
[id="s-48cae676-44dd-474c-97f9-7be6a67968ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-48cae676-44dd-474c-97f9-7be6a67968ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-48cae676-44dd-474c-97f9-7be6a67968ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-48cae676-44dd-474c-97f9-7be6a67968ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-2de7e9a9-39d0-4dd3-95c8-521f162ef9cb {
  margin-right: -10px;
}

#s-a79493b5-3209-4179-9789-f5deffd19502 {
  max-width: 30px;
text-align: left;
}







  #s-a79493b5-3209-4179-9789-f5deffd19502 img.shogun-image {
    

    
    
    
  }


#s-a79493b5-3209-4179-9789-f5deffd19502 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef0465ab-6f10-44e6-9b8d-0aea68429672 {
  margin-left: 15px;
margin-right: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ef0465ab-6f10-44e6-9b8d-0aea68429672:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ef0465ab-6f10-44e6-9b8d-0aea68429672:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef0465ab-6f10-44e6-9b8d-0aea68429672-root {
    text-align: center;
  }


#s-ef0465ab-6f10-44e6-9b8d-0aea68429672.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ef0465ab-6f10-44e6-9b8d-0aea68429672-root {
    text-align: center;
  }


#s-ef0465ab-6f10-44e6-9b8d-0aea68429672.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef0465ab-6f10-44e6-9b8d-0aea68429672-root {
    text-align: center;
  }


#s-ef0465ab-6f10-44e6-9b8d-0aea68429672.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef0465ab-6f10-44e6-9b8d-0aea68429672-root {
    text-align: center;
  }


#s-ef0465ab-6f10-44e6-9b8d-0aea68429672.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ef0465ab-6f10-44e6-9b8d-0aea68429672-root {
    text-align: center;
  }


#s-ef0465ab-6f10-44e6-9b8d-0aea68429672.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-02ce4760-c1d4-4c4a-9727-3078e077f17d {
  min-height: 50px;
}








#s-02ce4760-c1d4-4c4a-9727-3078e077f17d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02ce4760-c1d4-4c4a-9727-3078e077f17d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b027b9e-a700-42a7-9ca6-f0470c55adb7 {
  margin-top: 35px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b027b9e-a700-42a7-9ca6-f0470c55adb7 {
  
}
}@media (max-width: 767px){#s-6b027b9e-a700-42a7-9ca6-f0470c55adb7 {
  
}
}







#s-6b027b9e-a700-42a7-9ca6-f0470c55adb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3efa6bb-6255-48c8-85e5-8169f774691e {
  margin-left: 15px;
padding-top: 10px;
text-align: left;
}

#s-a3efa6bb-6255-48c8-85e5-8169f774691e .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-be167185-d455-4780-9044-dac94a615c2f {
  margin-left: 15px;
text-align: left;
}

#s-be167185-d455-4780-9044-dac94a615c2f .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-0c083651-2011-4963-8490-30d0219e44ce {
  margin-left: 15px;
}

#s-a50df8cb-cbae-4640-88b9-0450ed39c801 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-209ea96d-300e-4a41-a292-741493b81307 {
  margin-left: 15px;
max-width: 180px;
}

@media (min-width: 0px) {
[id="s-209ea96d-300e-4a41-a292-741493b81307"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-209ea96d-300e-4a41-a292-741493b81307"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-209ea96d-300e-4a41-a292-741493b81307"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-209ea96d-300e-4a41-a292-741493b81307"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-18cbed4e-e165-4e6c-937d-86c3c4e5fbf7 {
  margin-right: -20px;
}

#s-8071cf91-20b3-4420-a49e-e63800975f44 {
  margin-left: 0px;
max-width: 50px;
text-align: left;
}







  #s-8071cf91-20b3-4420-a49e-e63800975f44 img.shogun-image {
    

    
    
    
  }


#s-8071cf91-20b3-4420-a49e-e63800975f44 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c5f77b7-0638-42cb-a21f-5818c5f78c36 {
  margin-left: 0px;
max-width: 50px;
text-align: left;
}







  #s-2c5f77b7-0638-42cb-a21f-5818c5f78c36 img.shogun-image {
    

    
    
    
  }


#s-2c5f77b7-0638-42cb-a21f-5818c5f78c36 .shogun-image-content {
  
    align-items: center;
  
}

#s-960aff2e-a4eb-44b3-beb7-f6442853a201 {
  margin-left: 15px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-960aff2e-a4eb-44b3-beb7-f6442853a201:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-960aff2e-a4eb-44b3-beb7-f6442853a201:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-960aff2e-a4eb-44b3-beb7-f6442853a201-root {
    text-align: center;
  }


#s-960aff2e-a4eb-44b3-beb7-f6442853a201.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-960aff2e-a4eb-44b3-beb7-f6442853a201-root {
    text-align: center;
  }


#s-960aff2e-a4eb-44b3-beb7-f6442853a201.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-960aff2e-a4eb-44b3-beb7-f6442853a201-root {
    text-align: center;
  }


#s-960aff2e-a4eb-44b3-beb7-f6442853a201.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-960aff2e-a4eb-44b3-beb7-f6442853a201-root {
    text-align: center;
  }


#s-960aff2e-a4eb-44b3-beb7-f6442853a201.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-960aff2e-a4eb-44b3-beb7-f6442853a201-root {
    text-align: center;
  }


#s-960aff2e-a4eb-44b3-beb7-f6442853a201.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-e69264fa-debe-4a09-92bb-37c0241bb22a {
  min-height: 50px;
}








#s-e69264fa-debe-4a09-92bb-37c0241bb22a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e69264fa-debe-4a09-92bb-37c0241bb22a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc886a4e-cab7-4c05-b8a4-2ec8e7797fdd {
  margin-top: 35px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc886a4e-cab7-4c05-b8a4-2ec8e7797fdd {
  
}
}@media (max-width: 767px){#s-fc886a4e-cab7-4c05-b8a4-2ec8e7797fdd {
  
}
}






  #s-fc886a4e-cab7-4c05-b8a4-2ec8e7797fdd img.shogun-image {
    

    
    
    
  }


#s-fc886a4e-cab7-4c05-b8a4-2ec8e7797fdd .shogun-image-content {
  
    align-items: center;
  
}

#s-79a2a699-64b2-44ac-8860-34587b246a35 {
  margin-left: 15px;
padding-top: 10px;
text-align: left;
}

#s-79a2a699-64b2-44ac-8860-34587b246a35 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-d22d1308-f654-4c16-be05-db7f5a797d10 {
  margin-left: 15px;
text-align: left;
}

#s-d22d1308-f654-4c16-be05-db7f5a797d10 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-5f99a9fb-ea56-4db9-8cf7-563e14fe4d89 {
  margin-left: 15px;
}

#s-aab447bf-33c3-4c87-9bd7-5ee1a749aa3e {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b2ded823-ae8a-435d-82ec-0ab72f273486 {
  margin-left: 15px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b2ded823-ae8a-435d-82ec-0ab72f273486:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b2ded823-ae8a-435d-82ec-0ab72f273486:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b2ded823-ae8a-435d-82ec-0ab72f273486-root {
    text-align: center;
  }


#s-b2ded823-ae8a-435d-82ec-0ab72f273486.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b2ded823-ae8a-435d-82ec-0ab72f273486-root {
    text-align: center;
  }


#s-b2ded823-ae8a-435d-82ec-0ab72f273486.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2ded823-ae8a-435d-82ec-0ab72f273486-root {
    text-align: center;
  }


#s-b2ded823-ae8a-435d-82ec-0ab72f273486.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2ded823-ae8a-435d-82ec-0ab72f273486-root {
    text-align: center;
  }


#s-b2ded823-ae8a-435d-82ec-0ab72f273486.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b2ded823-ae8a-435d-82ec-0ab72f273486-root {
    text-align: center;
  }


#s-b2ded823-ae8a-435d-82ec-0ab72f273486.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-f47350d7-1da5-4f7f-9663-c5eeafa0f5a4 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(226, 223, 220, 1);
}








#s-f47350d7-1da5-4f7f-9663-c5eeafa0f5a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f47350d7-1da5-4f7f-9663-c5eeafa0f5a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9449b991-6c2c-4b3e-bc38-c7efb20f873f {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-9449b991-6c2c-4b3e-bc38-c7efb20f873f .shogun-heading-component h4 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-9449b991-6c2c-4b3e-bc38-c7efb20f873f .shogun-heading-component h4 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-9449b991-6c2c-4b3e-bc38-c7efb20f873f .shogun-heading-component h4 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 2px;
  text-align: center;
}


}
#s-aaa28343-9fbe-441b-bc59-07bb552a724b {
  margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}








#s-aaa28343-9fbe-441b-bc59-07bb552a724b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaa28343-9fbe-441b-bc59-07bb552a724b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5077a1ca-1fbc-4f0b-a325-af2c4bb227d4 {
  margin-top: 0px;
text-align: left;
}

@media (min-width: 768px) and (max-width: 991px){#s-7ad09875-39a9-4a8b-a91e-80669063bc12 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (max-width: 767px){#s-7ad09875-39a9-4a8b-a91e-80669063bc12 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 0%;
padding-right: 0%;
max-width: 385px;
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-57b9bdc5-01f7-4956-995d-627ecdc45077 {
  margin-bottom: 10px;
}

#s-d1059fec-90a2-45ec-bb62-bd4aad496092 {
  margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-d1059fec-90a2-45ec-bb62-bd4aad496092 {
  display: none;
}
#s-d1059fec-90a2-45ec-bb62-bd4aad496092, #wrap-s-d1059fec-90a2-45ec-bb62-bd4aad496092 { display:none !important; }}







#s-d1059fec-90a2-45ec-bb62-bd4aad496092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1059fec-90a2-45ec-bb62-bd4aad496092.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-669d4a18-43bb-4a2d-9a0e-68c78e316fee {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-669d4a18-43bb-4a2d-9a0e-68c78e316fee .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-669d4a18-43bb-4a2d-9a0e-68c78e316fee .shg-sld-nav-button.shg-sld-left,
#s-669d4a18-43bb-4a2d-9a0e-68c78e316fee .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-a4e58102-519e-4976-b9b0-b0786e1f717f {
  text-align: center;
}







  #s-a4e58102-519e-4976-b9b0-b0786e1f717f img.shogun-image {
    

    
    
    
  }


#s-a4e58102-519e-4976-b9b0-b0786e1f717f .shogun-image-content {
  
    align-items: center;
  
}

#s-a70384c5-90d4-4361-babd-c3cd485f8c31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-a70384c5-90d4-4361-babd-c3cd485f8c31 {
  margin-top: 64px;
margin-left: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a70384c5-90d4-4361-babd-c3cd485f8c31 {
  margin-top: 50px;
margin-left: 13%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a70384c5-90d4-4361-babd-c3cd485f8c31 {
  margin-top: 35px;
margin-left: 9%;
}
}
#s-a70384c5-90d4-4361-babd-c3cd485f8c31 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-a70384c5-90d4-4361-babd-c3cd485f8c31 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a70384c5-90d4-4361-babd-c3cd485f8c31 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-d078a030-b1c8-4667-92b4-d6a1187b63e2 {
  text-align: center;
}







  #s-d078a030-b1c8-4667-92b4-d6a1187b63e2 img.shogun-image {
    

    
    
    
  }


#s-d078a030-b1c8-4667-92b4-d6a1187b63e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-97a69243-73c8-4735-9b25-7e0bc2d2977b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-97a69243-73c8-4735-9b25-7e0bc2d2977b {
  margin-top: 30px;
margin-left: 6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97a69243-73c8-4735-9b25-7e0bc2d2977b {
  margin-top: 20px;
margin-left: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-97a69243-73c8-4735-9b25-7e0bc2d2977b {
  margin-top: 10px;
margin-left: 7%;
}
}
#s-97a69243-73c8-4735-9b25-7e0bc2d2977b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-97a69243-73c8-4735-9b25-7e0bc2d2977b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-97a69243-73c8-4735-9b25-7e0bc2d2977b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-22ae79d4-a0ba-434a-8829-8d35489c465e {
  text-align: center;
}







  #s-22ae79d4-a0ba-434a-8829-8d35489c465e img.shogun-image {
    

    
    
    
  }


#s-22ae79d4-a0ba-434a-8829-8d35489c465e .shogun-image-content {
  
    align-items: center;
  
}

#s-a70655c5-3b6f-4431-a596-d800f667273b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-a70655c5-3b6f-4431-a596-d800f667273b {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a70655c5-3b6f-4431-a596-d800f667273b {
  margin-top: 30px;
margin-left: 12%;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a70655c5-3b6f-4431-a596-d800f667273b {
  margin-top: 10px;
margin-left: 9%;
}
}
#s-a70655c5-3b6f-4431-a596-d800f667273b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-a70655c5-3b6f-4431-a596-d800f667273b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a70655c5-3b6f-4431-a596-d800f667273b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-e4058d5c-8cdb-4096-9d3c-b79d59921946 {
  text-align: center;
}







  #s-e4058d5c-8cdb-4096-9d3c-b79d59921946 img.shogun-image {
    

    
    
    
  }


#s-e4058d5c-8cdb-4096-9d3c-b79d59921946 .shogun-image-content {
  
    align-items: center;
  
}

#s-b51b1e34-b707-4fe9-afd3-f8f99c395277 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-b51b1e34-b707-4fe9-afd3-f8f99c395277 {
  margin-top: 120px;
margin-left: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b51b1e34-b707-4fe9-afd3-f8f99c395277 {
  margin-top: 100px;
margin-left: 17%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b51b1e34-b707-4fe9-afd3-f8f99c395277 {
  margin-top: 75px;
margin-left: 15%;
}
}
#s-b51b1e34-b707-4fe9-afd3-f8f99c395277 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-b51b1e34-b707-4fe9-afd3-f8f99c395277 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-b51b1e34-b707-4fe9-afd3-f8f99c395277 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-91e5ffa9-bcdf-4587-a210-1c4b6d4543ce {
  text-align: center;
}







  #s-91e5ffa9-bcdf-4587-a210-1c4b6d4543ce img.shogun-image {
    

    
    
    
  }


#s-91e5ffa9-bcdf-4587-a210-1c4b6d4543ce .shogun-image-content {
  
    align-items: center;
  
}

#s-a61613c3-389a-47b1-8c4d-9bd6d4e64041 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-a61613c3-389a-47b1-8c4d-9bd6d4e64041 {
  margin-top: 35px;
margin-left: 12%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a61613c3-389a-47b1-8c4d-9bd6d4e64041 {
  margin-top: 30px;
margin-left: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a61613c3-389a-47b1-8c4d-9bd6d4e64041 {
  margin-top: 15px;
margin-left: 5%;
}
}
#s-a61613c3-389a-47b1-8c4d-9bd6d4e64041 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-a61613c3-389a-47b1-8c4d-9bd6d4e64041 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a61613c3-389a-47b1-8c4d-9bd6d4e64041 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-d53ffe4d-1f39-4723-9229-1dd4ef090e28 {
  text-align: center;
}







  #s-d53ffe4d-1f39-4723-9229-1dd4ef090e28 img.shogun-image {
    

    
    
    
  }


#s-d53ffe4d-1f39-4723-9229-1dd4ef090e28 .shogun-image-content {
  
    align-items: center;
  
}

#s-a28b8de0-9277-48ba-b452-c76a9c3dc921 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-a28b8de0-9277-48ba-b452-c76a9c3dc921 {
  margin-top: 45px;
margin-left: 15%;
margin-right: 17%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a28b8de0-9277-48ba-b452-c76a9c3dc921 {
  margin-top: 15px;
margin-left: 14%;
margin-bottom: 0px;
margin-right: 17%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a28b8de0-9277-48ba-b452-c76a9c3dc921 {
  margin-left: 10%;
}
}
#s-a28b8de0-9277-48ba-b452-c76a9c3dc921 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-a28b8de0-9277-48ba-b452-c76a9c3dc921 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a28b8de0-9277-48ba-b452-c76a9c3dc921 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: left;
}


}
#s-46a67ac8-289b-48c2-bcd8-99a9373a12c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-46a67ac8-289b-48c2-bcd8-99a9373a12c9 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46a67ac8-289b-48c2-bcd8-99a9373a12c9 {
  margin-left: 14%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-46a67ac8-289b-48c2-bcd8-99a9373a12c9 {
  margin-left: 10%;
margin-right: 0%;
}
}
#s-46a67ac8-289b-48c2-bcd8-99a9373a12c9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-46a67ac8-289b-48c2-bcd8-99a9373a12c9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}
#s-d028f473-f781-4c50-a2f3-2c7c393fa99b {
  margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d028f473-f781-4c50-a2f3-2c7c393fa99b {
  display: none;
}
#s-d028f473-f781-4c50-a2f3-2c7c393fa99b, #wrap-s-d028f473-f781-4c50-a2f3-2c7c393fa99b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d028f473-f781-4c50-a2f3-2c7c393fa99b {
  display: none;
}
#s-d028f473-f781-4c50-a2f3-2c7c393fa99b, #wrap-s-d028f473-f781-4c50-a2f3-2c7c393fa99b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d028f473-f781-4c50-a2f3-2c7c393fa99b {
  display: none;
}
#s-d028f473-f781-4c50-a2f3-2c7c393fa99b, #wrap-s-d028f473-f781-4c50-a2f3-2c7c393fa99b { display:none !important; }}







#s-d028f473-f781-4c50-a2f3-2c7c393fa99b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d028f473-f781-4c50-a2f3-2c7c393fa99b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-233a834a-37ce-425c-a8eb-1bc9ba56f77e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-233a834a-37ce-425c-a8eb-1bc9ba56f77e .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-233a834a-37ce-425c-a8eb-1bc9ba56f77e .shg-sld-nav-button.shg-sld-left,
#s-233a834a-37ce-425c-a8eb-1bc9ba56f77e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-3af5cd31-dadd-42e3-b114-271787e5b3f0 {
  text-align: center;
}








#s-3af5cd31-dadd-42e3-b114-271787e5b3f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-cae525cf-c9a8-4f33-bd89-1dea4113a53b {
  margin-top: 255px;
margin-left: 4%;
}
@media (max-width: 767px){#s-cae525cf-c9a8-4f33-bd89-1dea4113a53b {
  margin-top: 265px;
margin-left: 8%;
}
}
#s-b6e2dee6-73d9-4f26-b041-4641245c5151 {
  text-align: center;
}








#s-b6e2dee6-73d9-4f26-b041-4641245c5151 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a2529c1-e1fa-49ba-b583-fee4ae312c53 {
  margin-top: 243px;
margin-left: 3%;
margin-right: 21%;
}

#s-ce498d75-8632-4038-a635-864f2a900d09 {
  text-align: center;
}








#s-ce498d75-8632-4038-a635-864f2a900d09 .shogun-image-content {
  
    align-items: center;
  
}

#s-7052853c-9fae-4da6-8caf-19840a2f1f78 {
  margin-top: 310px;
}

#s-4fc82640-6b48-45bb-9c90-b129bd294925 {
  text-align: center;
}








#s-4fc82640-6b48-45bb-9c90-b129bd294925 .shogun-image-content {
  
    align-items: center;
  
}

#s-1308672f-efdb-46b2-90d2-a65d2e70ccc0 {
  margin-top: 310px;
}

#s-2cdded67-ae9a-4fc0-866f-a1cf25204dc4 {
  text-align: center;
}








#s-2cdded67-ae9a-4fc0-866f-a1cf25204dc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-eccc75ba-b35d-42be-8e22-808c31e70e51 {
  margin-top: 310px;
}

#s-92eb18ad-e84f-41c5-98d6-8051cd8a7b9b {
  text-align: center;
}








#s-92eb18ad-e84f-41c5-98d6-8051cd8a7b9b .shogun-image-content {
  
    align-items: center;
  
}

#s-11642585-3433-42b9-a674-33b5d4aad44a {
  margin-top: 10px;
}

#s-6f27600d-c9f5-4fad-88de-95b77ee05671 {
  margin-top: 250px;
}

#s-36f1702d-a4eb-4b11-a9f1-272d4ad54ba9 {
  min-height: 50px;
background-color: rgba(226, 223, 220, 1);
}








#s-36f1702d-a4eb-4b11-a9f1-272d4ad54ba9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36f1702d-a4eb-4b11-a9f1-272d4ad54ba9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-51901dc9-2c8c-408c-9428-cd345b8fbb3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51901dc9-2c8c-408c-9428-cd345b8fbb3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-51901dc9-2c8c-408c-9428-cd345b8fbb3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-51901dc9-2c8c-408c-9428-cd345b8fbb3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-51901dc9-2c8c-408c-9428-cd345b8fbb3b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1f0d2ca9-462f-42a9-830f-cd995f0e0701 {
  margin-top: 30px;
margin-left: 9%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1f0d2ca9-462f-42a9-830f-cd995f0e0701 {
  margin-top: 15px;
margin-left: 7%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f0d2ca9-462f-42a9-830f-cd995f0e0701 {
  margin-top: 10px;
margin-left: 5%;
}
}
#s-1f0d2ca9-462f-42a9-830f-cd995f0e0701 .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-1f0d2ca9-462f-42a9-830f-cd995f0e0701 .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  text-align: left;
}


}
#s-f96939d7-9af0-4d8f-8849-90a99e0b4d26 {
  margin-top: 0px;
margin-left: 6%;
margin-right: 9%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f96939d7-9af0-4d8f-8849-90a99e0b4d26 {
  margin-top: -10px;
margin-left: 4%;
margin-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f96939d7-9af0-4d8f-8849-90a99e0b4d26 {
  margin-top: -10px;
margin-left: 2%;
margin-right: 5%;
}
}
#s-f8eaa4cb-4fea-4e52-b44d-0da84467edbc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 2px;
}
#s-f8eaa4cb-4fea-4e52-b44d-0da84467edbc:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f8eaa4cb-4fea-4e52-b44d-0da84467edbc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f8eaa4cb-4fea-4e52-b44d-0da84467edbc {
  margin-left: 0%;
padding-top: 11px;
padding-left: 25px;
padding-bottom: 11px;
padding-right: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8eaa4cb-4fea-4e52-b44d-0da84467edbc {
  margin-left: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8eaa4cb-4fea-4e52-b44d-0da84467edbc {
  margin-left: 0%;
}
}@media (max-width: 767px){#s-f8eaa4cb-4fea-4e52-b44d-0da84467edbc {
  margin-left: 0%;
margin-bottom: 20px;
}
}

  #s-f8eaa4cb-4fea-4e52-b44d-0da84467edbc-root {
    text-align: center;
  }


#s-f8eaa4cb-4fea-4e52-b44d-0da84467edbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f8eaa4cb-4fea-4e52-b44d-0da84467edbc-root {
    text-align: center;
  }


#s-f8eaa4cb-4fea-4e52-b44d-0da84467edbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8eaa4cb-4fea-4e52-b44d-0da84467edbc-root {
    text-align: center;
  }


#s-f8eaa4cb-4fea-4e52-b44d-0da84467edbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f8eaa4cb-4fea-4e52-b44d-0da84467edbc-root {
    text-align: center;
  }


#s-f8eaa4cb-4fea-4e52-b44d-0da84467edbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f8eaa4cb-4fea-4e52-b44d-0da84467edbc-root {
    text-align: center;
  }


#s-f8eaa4cb-4fea-4e52-b44d-0da84467edbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-80b63c98-a73d-4e40-bddb-6f36ad1a9b00 {
  text-align: center;
opacity: 0.99;
}
#s-80b63c98-a73d-4e40-bddb-6f36ad1a9b00:hover {opacity: 1 !important;}@media (min-width: 768px) and (max-width: 991px){#s-80b63c98-a73d-4e40-bddb-6f36ad1a9b00 {
  display: none;
}
#s-80b63c98-a73d-4e40-bddb-6f36ad1a9b00, #wrap-s-80b63c98-a73d-4e40-bddb-6f36ad1a9b00 { display:none !important; }}@media (max-width: 767px){#s-80b63c98-a73d-4e40-bddb-6f36ad1a9b00 {
  display: none;
}
#s-80b63c98-a73d-4e40-bddb-6f36ad1a9b00, #wrap-s-80b63c98-a73d-4e40-bddb-6f36ad1a9b00 { display:none !important; }}






  #s-80b63c98-a73d-4e40-bddb-6f36ad1a9b00 img.shogun-image {
    

    
    
    
  }


#s-80b63c98-a73d-4e40-bddb-6f36ad1a9b00 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2216672-431a-4659-85d5-9a28768a22ef {
  text-align: center;
}
@media (min-width: 1200px){#s-d2216672-431a-4659-85d5-9a28768a22ef {
  display: none;
}
#s-d2216672-431a-4659-85d5-9a28768a22ef, #wrap-s-d2216672-431a-4659-85d5-9a28768a22ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2216672-431a-4659-85d5-9a28768a22ef {
  display: none;
}
#s-d2216672-431a-4659-85d5-9a28768a22ef, #wrap-s-d2216672-431a-4659-85d5-9a28768a22ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2216672-431a-4659-85d5-9a28768a22ef {
  display: none;
}
#s-d2216672-431a-4659-85d5-9a28768a22ef, #wrap-s-d2216672-431a-4659-85d5-9a28768a22ef { display:none !important; }}






  #s-d2216672-431a-4659-85d5-9a28768a22ef img.shogun-image {
    

    
    
    
  }


#s-d2216672-431a-4659-85d5-9a28768a22ef .shogun-image-content {
  
    align-items: center;
  
}

#s-b6e289f7-a63f-4922-be61-1cff53ed4410 {
  text-align: center;
}
@media (min-width: 1200px){#s-b6e289f7-a63f-4922-be61-1cff53ed4410 {
  display: none;
}
#s-b6e289f7-a63f-4922-be61-1cff53ed4410, #wrap-s-b6e289f7-a63f-4922-be61-1cff53ed4410 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6e289f7-a63f-4922-be61-1cff53ed4410 {
  display: none;
}
#s-b6e289f7-a63f-4922-be61-1cff53ed4410, #wrap-s-b6e289f7-a63f-4922-be61-1cff53ed4410 { display:none !important; }}@media (max-width: 767px){#s-b6e289f7-a63f-4922-be61-1cff53ed4410 {
  display: none;
}
#s-b6e289f7-a63f-4922-be61-1cff53ed4410, #wrap-s-b6e289f7-a63f-4922-be61-1cff53ed4410 { display:none !important; }}






  #s-b6e289f7-a63f-4922-be61-1cff53ed4410 img.shogun-image {
    

    
    
    
  }


#s-b6e289f7-a63f-4922-be61-1cff53ed4410 .shogun-image-content {
  
    align-items: center;
  
}

#s-38c352ec-241a-4d18-a28f-a97b0b91c2e9 {
  min-height: 50px;
background-color: rgba(226, 223, 220, 1);
}
@media (max-width: 767px){#s-38c352ec-241a-4d18-a28f-a97b0b91c2e9 {
  margin-bottom: 0px;
padding-bottom: 30px;
}
}







#s-38c352ec-241a-4d18-a28f-a97b0b91c2e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38c352ec-241a-4d18-a28f-a97b0b91c2e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c7ad05ed-71e7-4855-ad00-7d18293c7983"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7ad05ed-71e7-4855-ad00-7d18293c7983"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c7ad05ed-71e7-4855-ad00-7d18293c7983"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7ad05ed-71e7-4855-ad00-7d18293c7983"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-541618d4-85f7-4a32-a0d1-37c66d8727cb {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-541618d4-85f7-4a32-a0d1-37c66d8727cb {
  display: none;
}
#s-541618d4-85f7-4a32-a0d1-37c66d8727cb, #wrap-s-541618d4-85f7-4a32-a0d1-37c66d8727cb { display:none !important; }}@media (max-width: 767px){#s-541618d4-85f7-4a32-a0d1-37c66d8727cb {
  display: none;
}
#s-541618d4-85f7-4a32-a0d1-37c66d8727cb, #wrap-s-541618d4-85f7-4a32-a0d1-37c66d8727cb { display:none !important; }}






  #s-541618d4-85f7-4a32-a0d1-37c66d8727cb img.shogun-image {
    

    
    
    
  }


#s-541618d4-85f7-4a32-a0d1-37c66d8727cb .shogun-image-content {
  
    align-items: center;
  
}

#s-7ad0edb5-1a21-46af-bfd5-405faade5989 {
  text-align: center;
}
@media (min-width: 1200px){#s-7ad0edb5-1a21-46af-bfd5-405faade5989 {
  display: none;
}
#s-7ad0edb5-1a21-46af-bfd5-405faade5989, #wrap-s-7ad0edb5-1a21-46af-bfd5-405faade5989 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ad0edb5-1a21-46af-bfd5-405faade5989 {
  display: none;
}
#s-7ad0edb5-1a21-46af-bfd5-405faade5989, #wrap-s-7ad0edb5-1a21-46af-bfd5-405faade5989 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ad0edb5-1a21-46af-bfd5-405faade5989 {
  display: none;
}
#s-7ad0edb5-1a21-46af-bfd5-405faade5989, #wrap-s-7ad0edb5-1a21-46af-bfd5-405faade5989 { display:none !important; }}






  #s-7ad0edb5-1a21-46af-bfd5-405faade5989 img.shogun-image {
    

    
    
    
  }


#s-7ad0edb5-1a21-46af-bfd5-405faade5989 .shogun-image-content {
  
    align-items: center;
  
}

#s-b92882ba-8cf0-4580-a2a5-11b81d00f540 {
  text-align: center;
}
@media (min-width: 1200px){#s-b92882ba-8cf0-4580-a2a5-11b81d00f540 {
  display: none;
}
#s-b92882ba-8cf0-4580-a2a5-11b81d00f540, #wrap-s-b92882ba-8cf0-4580-a2a5-11b81d00f540 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b92882ba-8cf0-4580-a2a5-11b81d00f540 {
  display: none;
}
#s-b92882ba-8cf0-4580-a2a5-11b81d00f540, #wrap-s-b92882ba-8cf0-4580-a2a5-11b81d00f540 { display:none !important; }}@media (max-width: 767px){#s-b92882ba-8cf0-4580-a2a5-11b81d00f540 {
  display: none;
}
#s-b92882ba-8cf0-4580-a2a5-11b81d00f540, #wrap-s-b92882ba-8cf0-4580-a2a5-11b81d00f540 { display:none !important; }}






  #s-b92882ba-8cf0-4580-a2a5-11b81d00f540 img.shogun-image {
    

    
    
    
  }


#s-b92882ba-8cf0-4580-a2a5-11b81d00f540 .shogun-image-content {
  
    align-items: center;
  
}

#s-6084750e-3b0b-4469-84c9-95219dad8116 {
  margin-top: 30px;
margin-left: 9%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6084750e-3b0b-4469-84c9-95219dad8116 {
  margin-top: 15px;
margin-left: 7%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6084750e-3b0b-4469-84c9-95219dad8116 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-6084750e-3b0b-4469-84c9-95219dad8116 {
  margin-right: 6%;
}
}
#s-6084750e-3b0b-4469-84c9-95219dad8116 .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-6084750e-3b0b-4469-84c9-95219dad8116 .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  text-align: left;
}


}
#s-1b5e9846-4e4a-4a78-be88-f425c4b07af7 {
  margin-top: 0px;
margin-left: 6%;
margin-right: 9%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1b5e9846-4e4a-4a78-be88-f425c4b07af7 {
  margin-top: -10px;
margin-left: 4%;
margin-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b5e9846-4e4a-4a78-be88-f425c4b07af7 {
  margin-top: -10px;
margin-left: 2%;
margin-right: 5%;
}
}
#s-e59ef88c-8910-4eae-b7be-32510235d847 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 2px;
}
#s-e59ef88c-8910-4eae-b7be-32510235d847:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e59ef88c-8910-4eae-b7be-32510235d847:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e59ef88c-8910-4eae-b7be-32510235d847 {
  margin-left: 0%;
padding-top: 11px;
padding-left: 25px;
padding-bottom: 11px;
padding-right: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e59ef88c-8910-4eae-b7be-32510235d847 {
  margin-left: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e59ef88c-8910-4eae-b7be-32510235d847 {
  margin-left: 0%;
}
}@media (max-width: 767px){#s-e59ef88c-8910-4eae-b7be-32510235d847 {
  margin-left: 0%;
margin-right: 0%;
}
}

  #s-e59ef88c-8910-4eae-b7be-32510235d847-root {
    text-align: center;
  }


#s-e59ef88c-8910-4eae-b7be-32510235d847.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e59ef88c-8910-4eae-b7be-32510235d847-root {
    text-align: center;
  }


#s-e59ef88c-8910-4eae-b7be-32510235d847.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e59ef88c-8910-4eae-b7be-32510235d847-root {
    text-align: center;
  }


#s-e59ef88c-8910-4eae-b7be-32510235d847.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e59ef88c-8910-4eae-b7be-32510235d847-root {
    text-align: center;
  }


#s-e59ef88c-8910-4eae-b7be-32510235d847.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e59ef88c-8910-4eae-b7be-32510235d847-root {
    text-align: center;
  }


#s-e59ef88c-8910-4eae-b7be-32510235d847.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-23e79842-b0ad-41f8-a701-a0b718beeaf8 {
  min-height: 50px;
background-color: rgba(226, 223, 220, 1);
}








#s-23e79842-b0ad-41f8-a701-a0b718beeaf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23e79842-b0ad-41f8-a701-a0b718beeaf8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8e19ed10-b76e-498b-aab5-ba016dbabc1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e19ed10-b76e-498b-aab5-ba016dbabc1b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8e19ed10-b76e-498b-aab5-ba016dbabc1b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e19ed10-b76e-498b-aab5-ba016dbabc1b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-8e19ed10-b76e-498b-aab5-ba016dbabc1b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-349a8cf1-06d5-4bec-81a7-8b8327c748e6 {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}








#s-349a8cf1-06d5-4bec-81a7-8b8327c748e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-349a8cf1-06d5-4bec-81a7-8b8327c748e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22743452-b2a0-4922-8463-cdeaa4b7bc1d {
  margin-top: 30px;
margin-left: 9%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-22743452-b2a0-4922-8463-cdeaa4b7bc1d {
  margin-top: 15px;
margin-left: 7%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-22743452-b2a0-4922-8463-cdeaa4b7bc1d {
  margin-top: 10px;
margin-left: 5%;
}
}
#s-22743452-b2a0-4922-8463-cdeaa4b7bc1d .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-22743452-b2a0-4922-8463-cdeaa4b7bc1d .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  text-align: left;
}


}
#s-de4757b1-42e7-4e77-83c1-fcffcbee73e0 {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 9%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-de4757b1-42e7-4e77-83c1-fcffcbee73e0 {
  margin-top: -10px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-de4757b1-42e7-4e77-83c1-fcffcbee73e0 {
  margin-top: -10px;
margin-left: 2%;
margin-right: 7%;
}
}
#s-c4c76b42-959e-4129-a653-c3be88a46666 {
  margin-top: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 2px;
}
#s-c4c76b42-959e-4129-a653-c3be88a46666:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c4c76b42-959e-4129-a653-c3be88a46666:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c4c76b42-959e-4129-a653-c3be88a46666 {
  margin-left: 0%;
padding-top: 11px;
padding-left: 25px;
padding-bottom: 11px;
padding-right: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4c76b42-959e-4129-a653-c3be88a46666 {
  margin-left: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4c76b42-959e-4129-a653-c3be88a46666 {
  margin-left: 0%;
}
}@media (max-width: 767px){#s-c4c76b42-959e-4129-a653-c3be88a46666 {
  margin-left: 0%;
margin-bottom: 20px;
}
}

  #s-c4c76b42-959e-4129-a653-c3be88a46666-root {
    text-align: center;
  }


#s-c4c76b42-959e-4129-a653-c3be88a46666.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c4c76b42-959e-4129-a653-c3be88a46666-root {
    text-align: center;
  }


#s-c4c76b42-959e-4129-a653-c3be88a46666.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4c76b42-959e-4129-a653-c3be88a46666-root {
    text-align: center;
  }


#s-c4c76b42-959e-4129-a653-c3be88a46666.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c4c76b42-959e-4129-a653-c3be88a46666-root {
    text-align: center;
  }


#s-c4c76b42-959e-4129-a653-c3be88a46666.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c4c76b42-959e-4129-a653-c3be88a46666-root {
    text-align: center;
  }


#s-c4c76b42-959e-4129-a653-c3be88a46666.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-e49a3521-5108-4773-95c8-92890d56a03d {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e49a3521-5108-4773-95c8-92890d56a03d {
  display: none;
}
#s-e49a3521-5108-4773-95c8-92890d56a03d, #wrap-s-e49a3521-5108-4773-95c8-92890d56a03d { display:none !important; }}@media (max-width: 767px){#s-e49a3521-5108-4773-95c8-92890d56a03d {
  display: none;
}
#s-e49a3521-5108-4773-95c8-92890d56a03d, #wrap-s-e49a3521-5108-4773-95c8-92890d56a03d { display:none !important; }}






  #s-e49a3521-5108-4773-95c8-92890d56a03d img.shogun-image {
    

    
    
    
  }


#s-e49a3521-5108-4773-95c8-92890d56a03d .shogun-image-content {
  
    align-items: center;
  
}

#s-61e896f0-b745-4edd-805b-2834c64f6bf4 {
  text-align: center;
}
@media (min-width: 1200px){#s-61e896f0-b745-4edd-805b-2834c64f6bf4 {
  display: none;
}
#s-61e896f0-b745-4edd-805b-2834c64f6bf4, #wrap-s-61e896f0-b745-4edd-805b-2834c64f6bf4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61e896f0-b745-4edd-805b-2834c64f6bf4 {
  display: none;
}
#s-61e896f0-b745-4edd-805b-2834c64f6bf4, #wrap-s-61e896f0-b745-4edd-805b-2834c64f6bf4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61e896f0-b745-4edd-805b-2834c64f6bf4 {
  display: none;
}
#s-61e896f0-b745-4edd-805b-2834c64f6bf4, #wrap-s-61e896f0-b745-4edd-805b-2834c64f6bf4 { display:none !important; }}






  #s-61e896f0-b745-4edd-805b-2834c64f6bf4 img.shogun-image {
    

    
    
    
  }


#s-61e896f0-b745-4edd-805b-2834c64f6bf4 .shogun-image-content {
  
    align-items: center;
  
}

#s-56222290-2b5e-4d95-85c0-d14d72dfc8b9 {
  text-align: center;
}
@media (min-width: 1200px){#s-56222290-2b5e-4d95-85c0-d14d72dfc8b9 {
  display: none;
}
#s-56222290-2b5e-4d95-85c0-d14d72dfc8b9, #wrap-s-56222290-2b5e-4d95-85c0-d14d72dfc8b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56222290-2b5e-4d95-85c0-d14d72dfc8b9 {
  display: none;
}
#s-56222290-2b5e-4d95-85c0-d14d72dfc8b9, #wrap-s-56222290-2b5e-4d95-85c0-d14d72dfc8b9 { display:none !important; }}@media (max-width: 767px){#s-56222290-2b5e-4d95-85c0-d14d72dfc8b9 {
  display: none;
}
#s-56222290-2b5e-4d95-85c0-d14d72dfc8b9, #wrap-s-56222290-2b5e-4d95-85c0-d14d72dfc8b9 { display:none !important; }}






  #s-56222290-2b5e-4d95-85c0-d14d72dfc8b9 img.shogun-image {
    

    
    
    
  }


#s-56222290-2b5e-4d95-85c0-d14d72dfc8b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8f9fbec-9634-4528-8d32-5b623f9ecf92 {
  min-height: 50px;
background-color: rgba(226, 223, 220, 1);
}








#s-a8f9fbec-9634-4528-8d32-5b623f9ecf92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8f9fbec-9634-4528-8d32-5b623f9ecf92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-aac09410-8745-401d-a26d-13f686c82592"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aac09410-8745-401d-a26d-13f686c82592"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aac09410-8745-401d-a26d-13f686c82592"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aac09410-8745-401d-a26d-13f686c82592"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6b445876-ed8a-453d-bb4a-926c56d1d102 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b445876-ed8a-453d-bb4a-926c56d1d102 {
  display: none;
}
#s-6b445876-ed8a-453d-bb4a-926c56d1d102, #wrap-s-6b445876-ed8a-453d-bb4a-926c56d1d102 { display:none !important; }}@media (max-width: 767px){#s-6b445876-ed8a-453d-bb4a-926c56d1d102 {
  display: none;
}
#s-6b445876-ed8a-453d-bb4a-926c56d1d102, #wrap-s-6b445876-ed8a-453d-bb4a-926c56d1d102 { display:none !important; }}






  #s-6b445876-ed8a-453d-bb4a-926c56d1d102 img.shogun-image {
    

    
    
    
  }


#s-6b445876-ed8a-453d-bb4a-926c56d1d102 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f1c387c-09d3-4de6-aa13-6b5570b49a33 {
  text-align: center;
}
@media (min-width: 1200px){#s-9f1c387c-09d3-4de6-aa13-6b5570b49a33 {
  display: none;
}
#s-9f1c387c-09d3-4de6-aa13-6b5570b49a33, #wrap-s-9f1c387c-09d3-4de6-aa13-6b5570b49a33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f1c387c-09d3-4de6-aa13-6b5570b49a33 {
  display: none;
}
#s-9f1c387c-09d3-4de6-aa13-6b5570b49a33, #wrap-s-9f1c387c-09d3-4de6-aa13-6b5570b49a33 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f1c387c-09d3-4de6-aa13-6b5570b49a33 {
  display: none;
}
#s-9f1c387c-09d3-4de6-aa13-6b5570b49a33, #wrap-s-9f1c387c-09d3-4de6-aa13-6b5570b49a33 { display:none !important; }}






  #s-9f1c387c-09d3-4de6-aa13-6b5570b49a33 img.shogun-image {
    

    
    
    
  }


#s-9f1c387c-09d3-4de6-aa13-6b5570b49a33 .shogun-image-content {
  
    align-items: center;
  
}

#s-44541cf2-b768-436f-abc2-4e70e20b4e85 {
  text-align: center;
}
@media (min-width: 1200px){#s-44541cf2-b768-436f-abc2-4e70e20b4e85 {
  display: none;
}
#s-44541cf2-b768-436f-abc2-4e70e20b4e85, #wrap-s-44541cf2-b768-436f-abc2-4e70e20b4e85 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44541cf2-b768-436f-abc2-4e70e20b4e85 {
  display: none;
}
#s-44541cf2-b768-436f-abc2-4e70e20b4e85, #wrap-s-44541cf2-b768-436f-abc2-4e70e20b4e85 { display:none !important; }}@media (max-width: 767px){#s-44541cf2-b768-436f-abc2-4e70e20b4e85 {
  display: none;
}
#s-44541cf2-b768-436f-abc2-4e70e20b4e85, #wrap-s-44541cf2-b768-436f-abc2-4e70e20b4e85 { display:none !important; }}






  #s-44541cf2-b768-436f-abc2-4e70e20b4e85 img.shogun-image {
    

    
    
    
  }


#s-44541cf2-b768-436f-abc2-4e70e20b4e85 .shogun-image-content {
  
    align-items: center;
  
}

#s-462d704b-fda1-4f74-a123-6343a9b62a16 {
  margin-top: 30px;
margin-left: 9%;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-462d704b-fda1-4f74-a123-6343a9b62a16 {
  margin-top: 15px;
margin-left: 7%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-462d704b-fda1-4f74-a123-6343a9b62a16 {
  margin-top: 10px;
margin-left: 5%;
}
}
#s-462d704b-fda1-4f74-a123-6343a9b62a16 .shogun-heading-component h3 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-462d704b-fda1-4f74-a123-6343a9b62a16 .shogun-heading-component h3 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  
  text-align: left;
}


}
#s-e291769b-a782-4d61-9909-288b0cccb30a {
  margin-top: 0px;
margin-left: 9%;
margin-right: 6%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e291769b-a782-4d61-9909-288b0cccb30a {
  margin-left: 7%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e291769b-a782-4d61-9909-288b0cccb30a {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-e291769b-a782-4d61-9909-288b0cccb30a {
  margin-bottom: 20px;
}
}
#s-672d3506-8ef7-4d44-99d8-41769f08a6b7 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-672d3506-8ef7-4d44-99d8-41769f08a6b7 {
  display: none;
}
#s-672d3506-8ef7-4d44-99d8-41769f08a6b7, #wrap-s-672d3506-8ef7-4d44-99d8-41769f08a6b7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-672d3506-8ef7-4d44-99d8-41769f08a6b7 {
  display: none;
}
#s-672d3506-8ef7-4d44-99d8-41769f08a6b7, #wrap-s-672d3506-8ef7-4d44-99d8-41769f08a6b7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-672d3506-8ef7-4d44-99d8-41769f08a6b7 {
  display: none;
}
#s-672d3506-8ef7-4d44-99d8-41769f08a6b7, #wrap-s-672d3506-8ef7-4d44-99d8-41769f08a6b7 { display:none !important; }}







#s-672d3506-8ef7-4d44-99d8-41769f08a6b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-672d3506-8ef7-4d44-99d8-41769f08a6b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83ce9898-24b1-48b7-887b-cc186a1a36e5 {
  text-align: center;
}








#s-83ce9898-24b1-48b7-887b-cc186a1a36e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9458ab1a-201a-4435-bced-aea245f0b3f7 {
  border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9458ab1a-201a-4435-bced-aea245f0b3f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9458ab1a-201a-4435-bced-aea245f0b3f7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9458ab1a-201a-4435-bced-aea245f0b3f7-root {
    text-align: center;
  }


#s-9458ab1a-201a-4435-bced-aea245f0b3f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9458ab1a-201a-4435-bced-aea245f0b3f7-root {
    text-align: center;
  }


#s-9458ab1a-201a-4435-bced-aea245f0b3f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9458ab1a-201a-4435-bced-aea245f0b3f7-root {
    text-align: center;
  }


#s-9458ab1a-201a-4435-bced-aea245f0b3f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9458ab1a-201a-4435-bced-aea245f0b3f7-root {
    text-align: center;
  }


#s-9458ab1a-201a-4435-bced-aea245f0b3f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9458ab1a-201a-4435-bced-aea245f0b3f7-root {
    text-align: center;
  }


#s-9458ab1a-201a-4435-bced-aea245f0b3f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-f450df7e-3af4-4202-9399-2558bc1601d9 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-f450df7e-3af4-4202-9399-2558bc1601d9 {
  display: none;
}
#s-f450df7e-3af4-4202-9399-2558bc1601d9, #wrap-s-f450df7e-3af4-4202-9399-2558bc1601d9 { display:none !important; }}







#s-f450df7e-3af4-4202-9399-2558bc1601d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f450df7e-3af4-4202-9399-2558bc1601d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f7e76b5-608d-4873-9c54-0bcc0f4e5e8a {
  text-align: center;
}








#s-7f7e76b5-608d-4873-9c54-0bcc0f4e5e8a .shogun-image-content {
  
    align-items: center;
  
}

#s-289a215b-504d-40c0-b62f-881a8f1cad4d {
  border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-289a215b-504d-40c0-b62f-881a8f1cad4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-289a215b-504d-40c0-b62f-881a8f1cad4d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-289a215b-504d-40c0-b62f-881a8f1cad4d-root {
    text-align: center;
  }


#s-289a215b-504d-40c0-b62f-881a8f1cad4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-289a215b-504d-40c0-b62f-881a8f1cad4d-root {
    text-align: center;
  }


#s-289a215b-504d-40c0-b62f-881a8f1cad4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-289a215b-504d-40c0-b62f-881a8f1cad4d-root {
    text-align: center;
  }


#s-289a215b-504d-40c0-b62f-881a8f1cad4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-289a215b-504d-40c0-b62f-881a8f1cad4d-root {
    text-align: center;
  }


#s-289a215b-504d-40c0-b62f-881a8f1cad4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-289a215b-504d-40c0-b62f-881a8f1cad4d-root {
    text-align: center;
  }


#s-289a215b-504d-40c0-b62f-881a8f1cad4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-0b62ec75-0914-4ce4-bbe7-bbcdf0e37928 {
  margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-0b62ec75-0914-4ce4-bbe7-bbcdf0e37928 {
  display: none;
}
#s-0b62ec75-0914-4ce4-bbe7-bbcdf0e37928, #wrap-s-0b62ec75-0914-4ce4-bbe7-bbcdf0e37928 { display:none !important; }}







#s-0b62ec75-0914-4ce4-bbe7-bbcdf0e37928 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b62ec75-0914-4ce4-bbe7-bbcdf0e37928.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-455e388c-1f52-4051-ab96-da711fc641ad {
  text-align: center;
}







  #s-455e388c-1f52-4051-ab96-da711fc641ad img.shogun-image {
    

    
    
    
  }


#s-455e388c-1f52-4051-ab96-da711fc641ad .shogun-image-content {
  
    align-items: center;
  
}

#s-9d3e87e3-9937-454c-aca7-0c6a6e774b3c {
  margin-top: -180px;
margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-9d3e87e3-9937-454c-aca7-0c6a6e774b3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d3e87e3-9937-454c-aca7-0c6a6e774b3c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d3e87e3-9937-454c-aca7-0c6a6e774b3c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d3e87e3-9937-454c-aca7-0c6a6e774b3c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d3e87e3-9937-454c-aca7-0c6a6e774b3c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d3e87e3-9937-454c-aca7-0c6a6e774b3c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d3e87e3-9937-454c-aca7-0c6a6e774b3c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

#s-a09a41fc-a49e-45f8-a15e-55c9e5129d49 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a09a41fc-a49e-45f8-a15e-55c9e5129d49 {
  margin-top: 45px;
}
}
#s-a09a41fc-a49e-45f8-a15e-55c9e5129d49 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-a09a41fc-a49e-45f8-a15e-55c9e5129d49 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a09a41fc-a49e-45f8-a15e-55c9e5129d49 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


}
#s-42e70573-f2ff-4c2b-8d57-185edd88447e {
  margin-top: 25px;
margin-left: 0%;
}

#s-0ef5c76b-3446-4824-a631-179340c71cfe {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0ef5c76b-3446-4824-a631-179340c71cfe {
  display: none;
}
#s-0ef5c76b-3446-4824-a631-179340c71cfe, #wrap-s-0ef5c76b-3446-4824-a631-179340c71cfe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ef5c76b-3446-4824-a631-179340c71cfe {
  display: none;
}
#s-0ef5c76b-3446-4824-a631-179340c71cfe, #wrap-s-0ef5c76b-3446-4824-a631-179340c71cfe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ef5c76b-3446-4824-a631-179340c71cfe {
  display: none;
}
#s-0ef5c76b-3446-4824-a631-179340c71cfe, #wrap-s-0ef5c76b-3446-4824-a631-179340c71cfe { display:none !important; }}







#s-0ef5c76b-3446-4824-a631-179340c71cfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ef5c76b-3446-4824-a631-179340c71cfe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d39e5500-e3b7-4919-8516-788dd7ad64b2 {
  text-align: center;
}







  #s-d39e5500-e3b7-4919-8516-788dd7ad64b2 img.shogun-image {
    

    
    
    
  }


#s-d39e5500-e3b7-4919-8516-788dd7ad64b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5329ef0-b67f-4347-838f-b6f86d650516 {
  margin-top: -200px;
margin-left: 30%;
}

#s-f5fd09e2-0732-4d7a-b43b-4d8375c49e67 {
  margin-top: -15px;
margin-left: 30%;
margin-bottom: 0px;
}

#s-895092a2-6b70-4f6a-868d-57a658280eba {
  margin-top: 20px;
}

#s-083a2c3c-108b-4db7-8248-d8ac1e902fbd {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-083a2c3c-108b-4db7-8248-d8ac1e902fbd {
  display: none;
}
#s-083a2c3c-108b-4db7-8248-d8ac1e902fbd, #wrap-s-083a2c3c-108b-4db7-8248-d8ac1e902fbd { display:none !important; }}







#s-083a2c3c-108b-4db7-8248-d8ac1e902fbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-083a2c3c-108b-4db7-8248-d8ac1e902fbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f66bb533-79e8-4b90-ab42-e6b744edd7ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f66bb533-79e8-4b90-ab42-e6b744edd7ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f66bb533-79e8-4b90-ab42-e6b744edd7ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f66bb533-79e8-4b90-ab42-e6b744edd7ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4d61bb7c-f02d-4806-a025-f3aac57c3380 {
  text-align: center;
}







  #s-4d61bb7c-f02d-4806-a025-f3aac57c3380 img.shogun-image {
    

    
    
    
  }


#s-4d61bb7c-f02d-4806-a025-f3aac57c3380 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d46c9db-66ec-441d-82f4-71f0a4293486 {
  margin-top: 65px;
margin-left: 17%;
margin-bottom: 0px;
margin-right: 17%;
}
@media (min-width: 1200px){#s-5d46c9db-66ec-441d-82f4-71f0a4293486 {
  display: none;
}
#s-5d46c9db-66ec-441d-82f4-71f0a4293486, #wrap-s-5d46c9db-66ec-441d-82f4-71f0a4293486 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d46c9db-66ec-441d-82f4-71f0a4293486 {
  display: none;
}
#s-5d46c9db-66ec-441d-82f4-71f0a4293486, #wrap-s-5d46c9db-66ec-441d-82f4-71f0a4293486 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d46c9db-66ec-441d-82f4-71f0a4293486 {
  display: none;
}
#s-5d46c9db-66ec-441d-82f4-71f0a4293486, #wrap-s-5d46c9db-66ec-441d-82f4-71f0a4293486 { display:none !important; }}@media (max-width: 767px){#s-5d46c9db-66ec-441d-82f4-71f0a4293486 {
  margin-left: 11%;
margin-right: 11%;
}
}
#s-77577bd7-b9cc-444e-8dd1-afad43e60d51 {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-77577bd7-b9cc-444e-8dd1-afad43e60d51 {
  margin-top: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-77577bd7-b9cc-444e-8dd1-afad43e60d51 {
  margin-top: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-77577bd7-b9cc-444e-8dd1-afad43e60d51 {
  margin-top: 170px;
}
}
#s-77577bd7-b9cc-444e-8dd1-afad43e60d51 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 1200px){#s-77577bd7-b9cc-444e-8dd1-afad43e60d51 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-77577bd7-b9cc-444e-8dd1-afad43e60d51 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-cde31d79-b1b4-43b6-9d95-faf13e1fe07b {
  text-align: center;
}







  #s-cde31d79-b1b4-43b6-9d95-faf13e1fe07b img.shogun-image {
    

    
    
    
  }


#s-cde31d79-b1b4-43b6-9d95-faf13e1fe07b .shogun-image-content {
  
    align-items: center;
  
}

#s-72631534-8964-4bb7-925f-bb00473349e4 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-72631534-8964-4bb7-925f-bb00473349e4 {
  display: none;
}
#s-72631534-8964-4bb7-925f-bb00473349e4, #wrap-s-72631534-8964-4bb7-925f-bb00473349e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72631534-8964-4bb7-925f-bb00473349e4 {
  display: none;
}
#s-72631534-8964-4bb7-925f-bb00473349e4, #wrap-s-72631534-8964-4bb7-925f-bb00473349e4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72631534-8964-4bb7-925f-bb00473349e4 {
  display: none;
}
#s-72631534-8964-4bb7-925f-bb00473349e4, #wrap-s-72631534-8964-4bb7-925f-bb00473349e4 { display:none !important; }}







#s-72631534-8964-4bb7-925f-bb00473349e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72631534-8964-4bb7-925f-bb00473349e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9f65baf-6d39-4679-967a-0619a439f651 {
  text-align: center;
}








#s-c9f65baf-6d39-4679-967a-0619a439f651 .shogun-image-content {
  
    align-items: center;
  
}

#s-64f123db-075b-4c85-a518-017f9e680927 {
  margin-top: 190px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-64f123db-075b-4c85-a518-017f9e680927 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-14d53d53-6ee7-4072-8383-4a3f814833b5 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(226, 223, 220, 1);
}
@media (max-width: 767px){#s-14d53d53-6ee7-4072-8383-4a3f814833b5 {
  
}
}







#s-14d53d53-6ee7-4072-8383-4a3f814833b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14d53d53-6ee7-4072-8383-4a3f814833b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96223cec-23ec-4158-8cc9-bf40ed1f1bc7 {
  margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-96223cec-23ec-4158-8cc9-bf40ed1f1bc7 .shogun-heading-component h4 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-96223cec-23ec-4158-8cc9-bf40ed1f1bc7 .shogun-heading-component h4 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-96223cec-23ec-4158-8cc9-bf40ed1f1bc7 .shogun-heading-component h4 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  
}


}
#s-b602bdd3-ce66-49b5-9155-d5b8fc365078 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-b602bdd3-ce66-49b5-9155-d5b8fc365078"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b602bdd3-ce66-49b5-9155-d5b8fc365078"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b602bdd3-ce66-49b5-9155-d5b8fc365078"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b602bdd3-ce66-49b5-9155-d5b8fc365078"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-544ec043-204d-45cf-a613-a9cc368d4f7c {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 136px;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-544ec043-204d-45cf-a613-a9cc368d4f7c {
  padding-bottom: 165px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-544ec043-204d-45cf-a613-a9cc368d4f7c {
  padding-bottom: 92px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-544ec043-204d-45cf-a613-a9cc368d4f7c {
  padding-bottom: 106px;
}
}@media (max-width: 767px){#s-544ec043-204d-45cf-a613-a9cc368d4f7c {
  margin-bottom: 30px;
padding-bottom: 37px;
}
}
#s-41149938-ffae-4b98-8dcb-495edf83baec {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}

#s-8bb62a5c-5f2a-49e6-8040-27883a8294ea {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8bb62a5c-5f2a-49e6-8040-27883a8294ea {
  margin-bottom: 30px;
}
}
#s-23cabdad-61e8-424a-afd1-3ed67b939ae6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}

#s-edb92dfb-6828-492f-a162-4a2f99334e60 {
  margin-top: 57px;
margin-bottom: 57px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 2px;
}
#s-edb92dfb-6828-492f-a162-4a2f99334e60:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-edb92dfb-6828-492f-a162-4a2f99334e60:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-edb92dfb-6828-492f-a162-4a2f99334e60 {
  margin-top: 30px;
margin-bottom: 0px;
}
}

  #s-edb92dfb-6828-492f-a162-4a2f99334e60-root {
    text-align: center;
  }


#s-edb92dfb-6828-492f-a162-4a2f99334e60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-edb92dfb-6828-492f-a162-4a2f99334e60-root {
    text-align: center;
  }


#s-edb92dfb-6828-492f-a162-4a2f99334e60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-edb92dfb-6828-492f-a162-4a2f99334e60-root {
    text-align: center;
  }


#s-edb92dfb-6828-492f-a162-4a2f99334e60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-edb92dfb-6828-492f-a162-4a2f99334e60-root {
    text-align: center;
  }


#s-edb92dfb-6828-492f-a162-4a2f99334e60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-edb92dfb-6828-492f-a162-4a2f99334e60-root {
    text-align: center;
  }


#s-edb92dfb-6828-492f-a162-4a2f99334e60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-f3a6c7c3-b41d-476e-833a-26e470585b84 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3a6c7c3-b41d-476e-833a-26e470585b84 {
  display: none;
}
#s-f3a6c7c3-b41d-476e-833a-26e470585b84, #wrap-s-f3a6c7c3-b41d-476e-833a-26e470585b84 { display:none !important; }}@media (max-width: 767px){#s-f3a6c7c3-b41d-476e-833a-26e470585b84 {
  display: none;
}
#s-f3a6c7c3-b41d-476e-833a-26e470585b84, #wrap-s-f3a6c7c3-b41d-476e-833a-26e470585b84 { display:none !important; }}







#s-f3a6c7c3-b41d-476e-833a-26e470585b84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3a6c7c3-b41d-476e-833a-26e470585b84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-3a18f983-c91b-40ef-9a2b-a0e03f019458 {
  display: none;
}
#s-3a18f983-c91b-40ef-9a2b-a0e03f019458, #wrap-s-3a18f983-c91b-40ef-9a2b-a0e03f019458 { display:none !important; }}@media (max-width: 767px){#s-3a18f983-c91b-40ef-9a2b-a0e03f019458 {
  display: none;
}
#s-3a18f983-c91b-40ef-9a2b-a0e03f019458, #wrap-s-3a18f983-c91b-40ef-9a2b-a0e03f019458 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3a18f983-c91b-40ef-9a2b-a0e03f019458"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a18f983-c91b-40ef-9a2b-a0e03f019458"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3a18f983-c91b-40ef-9a2b-a0e03f019458"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a18f983-c91b-40ef-9a2b-a0e03f019458"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7a154a9d-cb31-4ac8-863b-9791f5698335 {
  min-height: 50px;
}








#s-7a154a9d-cb31-4ac8-863b-9791f5698335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a154a9d-cb31-4ac8-863b-9791f5698335.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1956289-946e-4637-a3ef-bbfe775bcece {
  text-align: center;
}








#s-d1956289-946e-4637-a3ef-bbfe775bcece .shogun-image-content {
  
    align-items: center;
  
}

#s-e5548f6e-34fa-4f13-8a6f-3c44c04d638b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5548f6e-34fa-4f13-8a6f-3c44c04d638b .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-2d80967a-8ea7-425c-a101-e0e8351fcdf3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2d80967a-8ea7-425c-a101-e0e8351fcdf3:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-2d80967a-8ea7-425c-a101-e0e8351fcdf3:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;}

  #s-2d80967a-8ea7-425c-a101-e0e8351fcdf3-root {
    text-align: center;
  }


#s-2d80967a-8ea7-425c-a101-e0e8351fcdf3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d80967a-8ea7-425c-a101-e0e8351fcdf3-root {
    text-align: center;
  }


#s-2d80967a-8ea7-425c-a101-e0e8351fcdf3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d80967a-8ea7-425c-a101-e0e8351fcdf3-root {
    text-align: center;
  }


#s-2d80967a-8ea7-425c-a101-e0e8351fcdf3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d80967a-8ea7-425c-a101-e0e8351fcdf3-root {
    text-align: center;
  }


#s-2d80967a-8ea7-425c-a101-e0e8351fcdf3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d80967a-8ea7-425c-a101-e0e8351fcdf3-root {
    text-align: center;
  }


#s-2d80967a-8ea7-425c-a101-e0e8351fcdf3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-6e9d35d6-f38f-416b-b8b6-31310b92c38a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e9d35d6-f38f-416b-b8b6-31310b92c38a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6e9d35d6-f38f-416b-b8b6-31310b92c38a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e9d35d6-f38f-416b-b8b6-31310b92c38a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a65d6434-e97d-4128-b4fc-6a17d28804f8 {
  text-align: center;
}








#s-a65d6434-e97d-4128-b4fc-6a17d28804f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-4182f930-b6a6-4410-87f6-d8804d42cd5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4182f930-b6a6-4410-87f6-d8804d42cd5b .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-418f7ac3-3925-4906-9158-a3d9f0839567 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-418f7ac3-3925-4906-9158-a3d9f0839567:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-418f7ac3-3925-4906-9158-a3d9f0839567:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-418f7ac3-3925-4906-9158-a3d9f0839567-root {
    text-align: center;
  }


#s-418f7ac3-3925-4906-9158-a3d9f0839567.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-418f7ac3-3925-4906-9158-a3d9f0839567-root {
    text-align: center;
  }


#s-418f7ac3-3925-4906-9158-a3d9f0839567.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-418f7ac3-3925-4906-9158-a3d9f0839567-root {
    text-align: center;
  }


#s-418f7ac3-3925-4906-9158-a3d9f0839567.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-418f7ac3-3925-4906-9158-a3d9f0839567-root {
    text-align: center;
  }


#s-418f7ac3-3925-4906-9158-a3d9f0839567.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-418f7ac3-3925-4906-9158-a3d9f0839567-root {
    text-align: center;
  }


#s-418f7ac3-3925-4906-9158-a3d9f0839567.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f977414c-5e8e-4bb5-ac1b-ffa0485411d3 {
  text-align: center;
}








#s-f977414c-5e8e-4bb5-ac1b-ffa0485411d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e2dcffa-f6aa-4b21-a594-524118b2869f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e2dcffa-f6aa-4b21-a594-524118b2869f .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-60b602a0-ac5c-4936-89f4-4334ea87e776 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-60b602a0-ac5c-4936-89f4-4334ea87e776:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-60b602a0-ac5c-4936-89f4-4334ea87e776:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-60b602a0-ac5c-4936-89f4-4334ea87e776-root {
    text-align: center;
  }


#s-60b602a0-ac5c-4936-89f4-4334ea87e776.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-60b602a0-ac5c-4936-89f4-4334ea87e776-root {
    text-align: center;
  }


#s-60b602a0-ac5c-4936-89f4-4334ea87e776.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60b602a0-ac5c-4936-89f4-4334ea87e776-root {
    text-align: center;
  }


#s-60b602a0-ac5c-4936-89f4-4334ea87e776.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60b602a0-ac5c-4936-89f4-4334ea87e776-root {
    text-align: center;
  }


#s-60b602a0-ac5c-4936-89f4-4334ea87e776.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-60b602a0-ac5c-4936-89f4-4334ea87e776-root {
    text-align: center;
  }


#s-60b602a0-ac5c-4936-89f4-4334ea87e776.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-8a0d189a-afbc-482c-b19c-5559dfb11cf5 {
  
}
}
@media (min-width: 0px) {
[id="s-8a0d189a-afbc-482c-b19c-5559dfb11cf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a0d189a-afbc-482c-b19c-5559dfb11cf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8a0d189a-afbc-482c-b19c-5559dfb11cf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a0d189a-afbc-482c-b19c-5559dfb11cf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-38594f18-0b2c-422d-a1cf-a610531f081a {
  text-align: center;
}








#s-38594f18-0b2c-422d-a1cf-a610531f081a .shogun-image-content {
  
    align-items: center;
  
}

#s-3d752fb2-257a-415b-b20a-7e7043d4dd96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d752fb2-257a-415b-b20a-7e7043d4dd96 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-5d88632a-4762-4423-a360-411cc367e9bf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5d88632a-4762-4423-a360-411cc367e9bf:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-5d88632a-4762-4423-a360-411cc367e9bf:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-5d88632a-4762-4423-a360-411cc367e9bf-root {
    text-align: center;
  }


#s-5d88632a-4762-4423-a360-411cc367e9bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d88632a-4762-4423-a360-411cc367e9bf-root {
    text-align: center;
  }


#s-5d88632a-4762-4423-a360-411cc367e9bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d88632a-4762-4423-a360-411cc367e9bf-root {
    text-align: center;
  }


#s-5d88632a-4762-4423-a360-411cc367e9bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d88632a-4762-4423-a360-411cc367e9bf-root {
    text-align: center;
  }


#s-5d88632a-4762-4423-a360-411cc367e9bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d88632a-4762-4423-a360-411cc367e9bf-root {
    text-align: center;
  }


#s-5d88632a-4762-4423-a360-411cc367e9bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b46a6785-9923-4304-a5c9-16e1d59c7cd9 {
  text-align: center;
}








#s-b46a6785-9923-4304-a5c9-16e1d59c7cd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0250e998-22b3-4a15-a137-5a61d2022972 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0250e998-22b3-4a15-a137-5a61d2022972 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-d5e369db-205e-47e0-91e7-c636456500b4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d5e369db-205e-47e0-91e7-c636456500b4:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-d5e369db-205e-47e0-91e7-c636456500b4:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-d5e369db-205e-47e0-91e7-c636456500b4-root {
    text-align: center;
  }


#s-d5e369db-205e-47e0-91e7-c636456500b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d5e369db-205e-47e0-91e7-c636456500b4-root {
    text-align: center;
  }


#s-d5e369db-205e-47e0-91e7-c636456500b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5e369db-205e-47e0-91e7-c636456500b4-root {
    text-align: center;
  }


#s-d5e369db-205e-47e0-91e7-c636456500b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5e369db-205e-47e0-91e7-c636456500b4-root {
    text-align: center;
  }


#s-d5e369db-205e-47e0-91e7-c636456500b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d5e369db-205e-47e0-91e7-c636456500b4-root {
    text-align: center;
  }


#s-d5e369db-205e-47e0-91e7-c636456500b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-41c9c328-6697-4424-af98-2895a47908e8 {
  text-align: center;
}








#s-41c9c328-6697-4424-af98-2895a47908e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-de5f3ab1-9dd7-48c6-873a-1a364f3202ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de5f3ab1-9dd7-48c6-873a-1a364f3202ac .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-d5ab49ad-138d-457e-a3ab-27da0b86ea7e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d5ab49ad-138d-457e-a3ab-27da0b86ea7e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-d5ab49ad-138d-457e-a3ab-27da0b86ea7e:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-d5ab49ad-138d-457e-a3ab-27da0b86ea7e-root {
    text-align: center;
  }


#s-d5ab49ad-138d-457e-a3ab-27da0b86ea7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d5ab49ad-138d-457e-a3ab-27da0b86ea7e-root {
    text-align: center;
  }


#s-d5ab49ad-138d-457e-a3ab-27da0b86ea7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5ab49ad-138d-457e-a3ab-27da0b86ea7e-root {
    text-align: center;
  }


#s-d5ab49ad-138d-457e-a3ab-27da0b86ea7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5ab49ad-138d-457e-a3ab-27da0b86ea7e-root {
    text-align: center;
  }


#s-d5ab49ad-138d-457e-a3ab-27da0b86ea7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d5ab49ad-138d-457e-a3ab-27da0b86ea7e-root {
    text-align: center;
  }


#s-d5ab49ad-138d-457e-a3ab-27da0b86ea7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a362c66e-3a6d-44cb-81bc-2bb2cb9cfbaf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a362c66e-3a6d-44cb-81bc-2bb2cb9cfbaf {
  display: none;
}
#s-a362c66e-3a6d-44cb-81bc-2bb2cb9cfbaf, #wrap-s-a362c66e-3a6d-44cb-81bc-2bb2cb9cfbaf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a362c66e-3a6d-44cb-81bc-2bb2cb9cfbaf {
  display: none;
}
#s-a362c66e-3a6d-44cb-81bc-2bb2cb9cfbaf, #wrap-s-a362c66e-3a6d-44cb-81bc-2bb2cb9cfbaf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a362c66e-3a6d-44cb-81bc-2bb2cb9cfbaf {
  
}
}@media (max-width: 767px){#s-a362c66e-3a6d-44cb-81bc-2bb2cb9cfbaf {
  display: none;
}
#s-a362c66e-3a6d-44cb-81bc-2bb2cb9cfbaf, #wrap-s-a362c66e-3a6d-44cb-81bc-2bb2cb9cfbaf { display:none !important; }}







#s-a362c66e-3a6d-44cb-81bc-2bb2cb9cfbaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a362c66e-3a6d-44cb-81bc-2bb2cb9cfbaf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-61479599-c141-4a97-89b6-defb991e036d {
  padding-left: 50px;
padding-bottom: 30px;
padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-61479599-c141-4a97-89b6-defb991e036d {
  
}
}@media (max-width: 767px){#s-61479599-c141-4a97-89b6-defb991e036d {
  
}
}
@media (min-width: 0px) {
[id="s-61479599-c141-4a97-89b6-defb991e036d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-61479599-c141-4a97-89b6-defb991e036d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-61479599-c141-4a97-89b6-defb991e036d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-61479599-c141-4a97-89b6-defb991e036d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fa67938c-5513-4019-baac-cc80572f36b5 {
  text-align: center;
}







  #s-fa67938c-5513-4019-baac-cc80572f36b5 img.shogun-image {
    

    
    
    
  }


#s-fa67938c-5513-4019-baac-cc80572f36b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa91c3b6-7024-4bd2-97e4-31803c2b6bc6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa91c3b6-7024-4bd2-97e4-31803c2b6bc6 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  
}



#s-b8ba89f3-b37d-4c92-935f-9e0ff645968d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b8ba89f3-b37d-4c92-935f-9e0ff645968d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b8ba89f3-b37d-4c92-935f-9e0ff645968d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-b8ba89f3-b37d-4c92-935f-9e0ff645968d-root {
    text-align: center;
  }


#s-b8ba89f3-b37d-4c92-935f-9e0ff645968d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8ba89f3-b37d-4c92-935f-9e0ff645968d-root {
    text-align: center;
  }


#s-b8ba89f3-b37d-4c92-935f-9e0ff645968d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8ba89f3-b37d-4c92-935f-9e0ff645968d-root {
    text-align: center;
  }


#s-b8ba89f3-b37d-4c92-935f-9e0ff645968d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8ba89f3-b37d-4c92-935f-9e0ff645968d-root {
    text-align: center;
  }


#s-b8ba89f3-b37d-4c92-935f-9e0ff645968d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8ba89f3-b37d-4c92-935f-9e0ff645968d-root {
    text-align: center;
  }


#s-b8ba89f3-b37d-4c92-935f-9e0ff645968d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-32414890-8ef9-42b9-805f-17598ba56188 {
  text-align: center;
}







  #s-32414890-8ef9-42b9-805f-17598ba56188 img.shogun-image {
    

    
    
    
  }


#s-32414890-8ef9-42b9-805f-17598ba56188 .shogun-image-content {
  
    align-items: center;
  
}

#s-35b36465-6cd4-453b-95a3-8cc9828d154f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35b36465-6cd4-453b-95a3-8cc9828d154f .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  
}



#s-c3d4843e-3a73-42d0-962a-cfc3c34dd5dd {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c3d4843e-3a73-42d0-962a-cfc3c34dd5dd:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c3d4843e-3a73-42d0-962a-cfc3c34dd5dd:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-c3d4843e-3a73-42d0-962a-cfc3c34dd5dd-root {
    text-align: center;
  }


#s-c3d4843e-3a73-42d0-962a-cfc3c34dd5dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c3d4843e-3a73-42d0-962a-cfc3c34dd5dd-root {
    text-align: center;
  }


#s-c3d4843e-3a73-42d0-962a-cfc3c34dd5dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3d4843e-3a73-42d0-962a-cfc3c34dd5dd-root {
    text-align: center;
  }


#s-c3d4843e-3a73-42d0-962a-cfc3c34dd5dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3d4843e-3a73-42d0-962a-cfc3c34dd5dd-root {
    text-align: center;
  }


#s-c3d4843e-3a73-42d0-962a-cfc3c34dd5dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c3d4843e-3a73-42d0-962a-cfc3c34dd5dd-root {
    text-align: center;
  }


#s-c3d4843e-3a73-42d0-962a-cfc3c34dd5dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-1ab8e9da-0b0e-4c70-a01d-32e8e5e5a790 {
  text-align: center;
}







  #s-1ab8e9da-0b0e-4c70-a01d-32e8e5e5a790 img.shogun-image {
    

    
    
    
  }


#s-1ab8e9da-0b0e-4c70-a01d-32e8e5e5a790 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce41d0a6-cc83-4efe-bf5c-3e7885433763 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce41d0a6-cc83-4efe-bf5c-3e7885433763 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  
}



#s-471d0c21-d574-4bf6-998b-98895e0f151a {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-471d0c21-d574-4bf6-998b-98895e0f151a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-471d0c21-d574-4bf6-998b-98895e0f151a:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-471d0c21-d574-4bf6-998b-98895e0f151a-root {
    text-align: center;
  }


#s-471d0c21-d574-4bf6-998b-98895e0f151a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-471d0c21-d574-4bf6-998b-98895e0f151a-root {
    text-align: center;
  }


#s-471d0c21-d574-4bf6-998b-98895e0f151a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-471d0c21-d574-4bf6-998b-98895e0f151a-root {
    text-align: center;
  }


#s-471d0c21-d574-4bf6-998b-98895e0f151a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-471d0c21-d574-4bf6-998b-98895e0f151a-root {
    text-align: center;
  }


#s-471d0c21-d574-4bf6-998b-98895e0f151a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-471d0c21-d574-4bf6-998b-98895e0f151a-root {
    text-align: center;
  }


#s-471d0c21-d574-4bf6-998b-98895e0f151a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-d86de0c5-064d-47d4-a409-b602059055dc {
  padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-d86de0c5-064d-47d4-a409-b602059055dc {
  display: none;
}
#s-d86de0c5-064d-47d4-a409-b602059055dc, #wrap-s-d86de0c5-064d-47d4-a409-b602059055dc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d86de0c5-064d-47d4-a409-b602059055dc {
  display: none;
}
#s-d86de0c5-064d-47d4-a409-b602059055dc, #wrap-s-d86de0c5-064d-47d4-a409-b602059055dc { display:none !important; }}
@media (min-width: 0px) {
[id="s-d86de0c5-064d-47d4-a409-b602059055dc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d86de0c5-064d-47d4-a409-b602059055dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d86de0c5-064d-47d4-a409-b602059055dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d86de0c5-064d-47d4-a409-b602059055dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eb715c01-4f76-40f1-abac-efed26bf9624 {
  text-align: center;
}







  #s-eb715c01-4f76-40f1-abac-efed26bf9624 img.shogun-image {
    

    
    
    
  }


#s-eb715c01-4f76-40f1-abac-efed26bf9624 .shogun-image-content {
  
    align-items: center;
  
}

#s-de486fa0-3f7a-447a-ba1b-4efdb069c788 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de486fa0-3f7a-447a-ba1b-4efdb069c788 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  
}



#s-294977d9-f912-482b-9017-784b7e1f5ac1 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-294977d9-f912-482b-9017-784b7e1f5ac1:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-294977d9-f912-482b-9017-784b7e1f5ac1:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-294977d9-f912-482b-9017-784b7e1f5ac1-root {
    text-align: center;
  }


#s-294977d9-f912-482b-9017-784b7e1f5ac1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-294977d9-f912-482b-9017-784b7e1f5ac1-root {
    text-align: center;
  }


#s-294977d9-f912-482b-9017-784b7e1f5ac1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-294977d9-f912-482b-9017-784b7e1f5ac1-root {
    text-align: center;
  }


#s-294977d9-f912-482b-9017-784b7e1f5ac1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-294977d9-f912-482b-9017-784b7e1f5ac1-root {
    text-align: center;
  }


#s-294977d9-f912-482b-9017-784b7e1f5ac1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-294977d9-f912-482b-9017-784b7e1f5ac1-root {
    text-align: center;
  }


#s-294977d9-f912-482b-9017-784b7e1f5ac1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-12a0578b-ddc6-4234-be6a-3f54e234cdb6 {
  text-align: center;
}







  #s-12a0578b-ddc6-4234-be6a-3f54e234cdb6 img.shogun-image {
    

    
    
    
  }


#s-12a0578b-ddc6-4234-be6a-3f54e234cdb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-56d42185-69fa-4a20-81e0-a12d6bd94eda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56d42185-69fa-4a20-81e0-a12d6bd94eda .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  
}



#s-05868ce6-de81-41f2-a762-0aacc8c94494 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-05868ce6-de81-41f2-a762-0aacc8c94494:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-05868ce6-de81-41f2-a762-0aacc8c94494:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-05868ce6-de81-41f2-a762-0aacc8c94494-root {
    text-align: center;
  }


#s-05868ce6-de81-41f2-a762-0aacc8c94494.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-05868ce6-de81-41f2-a762-0aacc8c94494-root {
    text-align: center;
  }


#s-05868ce6-de81-41f2-a762-0aacc8c94494.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05868ce6-de81-41f2-a762-0aacc8c94494-root {
    text-align: center;
  }


#s-05868ce6-de81-41f2-a762-0aacc8c94494.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05868ce6-de81-41f2-a762-0aacc8c94494-root {
    text-align: center;
  }


#s-05868ce6-de81-41f2-a762-0aacc8c94494.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-05868ce6-de81-41f2-a762-0aacc8c94494-root {
    text-align: center;
  }


#s-05868ce6-de81-41f2-a762-0aacc8c94494.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-877be38d-210d-4bb9-8b91-a8e2ea4ef53f {
  text-align: center;
}







  #s-877be38d-210d-4bb9-8b91-a8e2ea4ef53f img.shogun-image {
    

    
    
    
  }


#s-877be38d-210d-4bb9-8b91-a8e2ea4ef53f .shogun-image-content {
  
    align-items: center;
  
}

#s-05854a5f-bb9c-4f85-a22f-8ba8539c3cd4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05854a5f-bb9c-4f85-a22f-8ba8539c3cd4 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  
}



#s-5c4fc227-b069-46da-957b-1a1400e2d579 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5c4fc227-b069-46da-957b-1a1400e2d579:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5c4fc227-b069-46da-957b-1a1400e2d579:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-5c4fc227-b069-46da-957b-1a1400e2d579-root {
    text-align: center;
  }


#s-5c4fc227-b069-46da-957b-1a1400e2d579.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c4fc227-b069-46da-957b-1a1400e2d579-root {
    text-align: center;
  }


#s-5c4fc227-b069-46da-957b-1a1400e2d579.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c4fc227-b069-46da-957b-1a1400e2d579-root {
    text-align: center;
  }


#s-5c4fc227-b069-46da-957b-1a1400e2d579.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c4fc227-b069-46da-957b-1a1400e2d579-root {
    text-align: center;
  }


#s-5c4fc227-b069-46da-957b-1a1400e2d579.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c4fc227-b069-46da-957b-1a1400e2d579-root {
    text-align: center;
  }


#s-5c4fc227-b069-46da-957b-1a1400e2d579.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-05eef017-b988-429e-9a2b-468ab9c44b74 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-05eef017-b988-429e-9a2b-468ab9c44b74 {
  display: none;
}
#s-05eef017-b988-429e-9a2b-468ab9c44b74, #wrap-s-05eef017-b988-429e-9a2b-468ab9c44b74 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05eef017-b988-429e-9a2b-468ab9c44b74 {
  display: none;
}
#s-05eef017-b988-429e-9a2b-468ab9c44b74, #wrap-s-05eef017-b988-429e-9a2b-468ab9c44b74 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05eef017-b988-429e-9a2b-468ab9c44b74 {
  display: none;
}
#s-05eef017-b988-429e-9a2b-468ab9c44b74, #wrap-s-05eef017-b988-429e-9a2b-468ab9c44b74 { display:none !important; }}@media (max-width: 767px){#s-05eef017-b988-429e-9a2b-468ab9c44b74 {
  
}
}







#s-05eef017-b988-429e-9a2b-468ab9c44b74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05eef017-b988-429e-9a2b-468ab9c44b74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cb1ed18-f7b9-4e42-8fc8-01452e71cb3c {
  padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0cb1ed18-f7b9-4e42-8fc8-01452e71cb3c {
  
}
}@media (max-width: 767px){#s-0cb1ed18-f7b9-4e42-8fc8-01452e71cb3c {
  
}
}
@media (min-width: 0px) {
[id="s-0cb1ed18-f7b9-4e42-8fc8-01452e71cb3c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0cb1ed18-f7b9-4e42-8fc8-01452e71cb3c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0cb1ed18-f7b9-4e42-8fc8-01452e71cb3c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cb1ed18-f7b9-4e42-8fc8-01452e71cb3c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cf8322d4-bb2b-4d31-beb7-c306c69acacc {
  text-align: center;
}







  #s-cf8322d4-bb2b-4d31-beb7-c306c69acacc img.shogun-image {
    

    
    
    
  }


#s-cf8322d4-bb2b-4d31-beb7-c306c69acacc .shogun-image-content {
  
    align-items: center;
  
}

#s-e78559ca-c076-4769-83b4-cc1ad14a4d47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e78559ca-c076-4769-83b4-cc1ad14a4d47 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}



#s-6e247e10-a4a6-4209-aeb5-185e265b7b36 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6e247e10-a4a6-4209-aeb5-185e265b7b36:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6e247e10-a4a6-4209-aeb5-185e265b7b36:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-6e247e10-a4a6-4209-aeb5-185e265b7b36-root {
    text-align: center;
  }


#s-6e247e10-a4a6-4209-aeb5-185e265b7b36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6e247e10-a4a6-4209-aeb5-185e265b7b36-root {
    text-align: center;
  }


#s-6e247e10-a4a6-4209-aeb5-185e265b7b36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e247e10-a4a6-4209-aeb5-185e265b7b36-root {
    text-align: center;
  }


#s-6e247e10-a4a6-4209-aeb5-185e265b7b36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6e247e10-a4a6-4209-aeb5-185e265b7b36-root {
    text-align: center;
  }


#s-6e247e10-a4a6-4209-aeb5-185e265b7b36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6e247e10-a4a6-4209-aeb5-185e265b7b36-root {
    text-align: center;
  }


#s-6e247e10-a4a6-4209-aeb5-185e265b7b36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-7948ebf5-ba7c-4f5a-be82-0630dc449428 {
  text-align: center;
}







  #s-7948ebf5-ba7c-4f5a-be82-0630dc449428 img.shogun-image {
    

    
    
    
  }


#s-7948ebf5-ba7c-4f5a-be82-0630dc449428 .shogun-image-content {
  
    align-items: center;
  
}

#s-231e265c-7571-4b84-bcf1-0aea3afeea2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-231e265c-7571-4b84-bcf1-0aea3afeea2a .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}



#s-e2546b44-9bde-4bfb-bdce-2280cdfa5ca6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e2546b44-9bde-4bfb-bdce-2280cdfa5ca6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e2546b44-9bde-4bfb-bdce-2280cdfa5ca6:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-e2546b44-9bde-4bfb-bdce-2280cdfa5ca6-root {
    text-align: center;
  }


#s-e2546b44-9bde-4bfb-bdce-2280cdfa5ca6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e2546b44-9bde-4bfb-bdce-2280cdfa5ca6-root {
    text-align: center;
  }


#s-e2546b44-9bde-4bfb-bdce-2280cdfa5ca6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2546b44-9bde-4bfb-bdce-2280cdfa5ca6-root {
    text-align: center;
  }


#s-e2546b44-9bde-4bfb-bdce-2280cdfa5ca6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2546b44-9bde-4bfb-bdce-2280cdfa5ca6-root {
    text-align: center;
  }


#s-e2546b44-9bde-4bfb-bdce-2280cdfa5ca6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e2546b44-9bde-4bfb-bdce-2280cdfa5ca6-root {
    text-align: center;
  }


#s-e2546b44-9bde-4bfb-bdce-2280cdfa5ca6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-41ea502f-e47a-442b-80e3-5e248fd98c26 {
  padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-41ea502f-e47a-442b-80e3-5e248fd98c26 {
  
}
}@media (max-width: 767px){#s-41ea502f-e47a-442b-80e3-5e248fd98c26 {
  
}
}
@media (min-width: 0px) {
[id="s-41ea502f-e47a-442b-80e3-5e248fd98c26"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-41ea502f-e47a-442b-80e3-5e248fd98c26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41ea502f-e47a-442b-80e3-5e248fd98c26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41ea502f-e47a-442b-80e3-5e248fd98c26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c590c7f5-7bfe-4c32-9a2e-b36f294b25d5 {
  text-align: center;
}







  #s-c590c7f5-7bfe-4c32-9a2e-b36f294b25d5 img.shogun-image {
    

    
    
    
  }


#s-c590c7f5-7bfe-4c32-9a2e-b36f294b25d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-72d7306b-4b21-4c8b-992d-12e064bd6090 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-72d7306b-4b21-4c8b-992d-12e064bd6090 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}



#s-4bc21a8d-3e20-46ff-8e39-c2dfc39c031e {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4bc21a8d-3e20-46ff-8e39-c2dfc39c031e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4bc21a8d-3e20-46ff-8e39-c2dfc39c031e:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-4bc21a8d-3e20-46ff-8e39-c2dfc39c031e-root {
    text-align: center;
  }


#s-4bc21a8d-3e20-46ff-8e39-c2dfc39c031e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4bc21a8d-3e20-46ff-8e39-c2dfc39c031e-root {
    text-align: center;
  }


#s-4bc21a8d-3e20-46ff-8e39-c2dfc39c031e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4bc21a8d-3e20-46ff-8e39-c2dfc39c031e-root {
    text-align: center;
  }


#s-4bc21a8d-3e20-46ff-8e39-c2dfc39c031e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4bc21a8d-3e20-46ff-8e39-c2dfc39c031e-root {
    text-align: center;
  }


#s-4bc21a8d-3e20-46ff-8e39-c2dfc39c031e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4bc21a8d-3e20-46ff-8e39-c2dfc39c031e-root {
    text-align: center;
  }


#s-4bc21a8d-3e20-46ff-8e39-c2dfc39c031e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-c8554576-5166-428c-b337-bfc7dae46f3c {
  text-align: center;
}







  #s-c8554576-5166-428c-b337-bfc7dae46f3c img.shogun-image {
    

    
    
    
  }


#s-c8554576-5166-428c-b337-bfc7dae46f3c .shogun-image-content {
  
    align-items: center;
  
}

#s-1f0f8d4a-1947-41e2-b806-6832a547ab07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1f0f8d4a-1947-41e2-b806-6832a547ab07 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}



#s-b43c801a-3a8f-41c3-8dda-b8142a086cb5 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b43c801a-3a8f-41c3-8dda-b8142a086cb5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b43c801a-3a8f-41c3-8dda-b8142a086cb5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-b43c801a-3a8f-41c3-8dda-b8142a086cb5-root {
    text-align: center;
  }


#s-b43c801a-3a8f-41c3-8dda-b8142a086cb5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b43c801a-3a8f-41c3-8dda-b8142a086cb5-root {
    text-align: center;
  }


#s-b43c801a-3a8f-41c3-8dda-b8142a086cb5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b43c801a-3a8f-41c3-8dda-b8142a086cb5-root {
    text-align: center;
  }


#s-b43c801a-3a8f-41c3-8dda-b8142a086cb5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b43c801a-3a8f-41c3-8dda-b8142a086cb5-root {
    text-align: center;
  }


#s-b43c801a-3a8f-41c3-8dda-b8142a086cb5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b43c801a-3a8f-41c3-8dda-b8142a086cb5-root {
    text-align: center;
  }


#s-b43c801a-3a8f-41c3-8dda-b8142a086cb5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-03a97e30-d728-49ae-8753-f424ed8af399 {
  padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-03a97e30-d728-49ae-8753-f424ed8af399 {
  
}
}@media (max-width: 767px){#s-03a97e30-d728-49ae-8753-f424ed8af399 {
  
}
}
@media (min-width: 0px) {
[id="s-03a97e30-d728-49ae-8753-f424ed8af399"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-03a97e30-d728-49ae-8753-f424ed8af399"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03a97e30-d728-49ae-8753-f424ed8af399"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03a97e30-d728-49ae-8753-f424ed8af399"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e79e60fa-7042-4159-9684-a7ad4225bd99 {
  text-align: center;
}







  #s-e79e60fa-7042-4159-9684-a7ad4225bd99 img.shogun-image {
    

    
    
    
  }


#s-e79e60fa-7042-4159-9684-a7ad4225bd99 .shogun-image-content {
  
    align-items: center;
  
}

#s-708f1627-4928-4b56-ab80-421adeaa3b7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-708f1627-4928-4b56-ab80-421adeaa3b7a .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}



#s-bfcaf5ab-3bcc-4a31-9ea4-c860c66ceccb {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-bfcaf5ab-3bcc-4a31-9ea4-c860c66ceccb:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bfcaf5ab-3bcc-4a31-9ea4-c860c66ceccb:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-bfcaf5ab-3bcc-4a31-9ea4-c860c66ceccb-root {
    text-align: center;
  }


#s-bfcaf5ab-3bcc-4a31-9ea4-c860c66ceccb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bfcaf5ab-3bcc-4a31-9ea4-c860c66ceccb-root {
    text-align: center;
  }


#s-bfcaf5ab-3bcc-4a31-9ea4-c860c66ceccb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfcaf5ab-3bcc-4a31-9ea4-c860c66ceccb-root {
    text-align: center;
  }


#s-bfcaf5ab-3bcc-4a31-9ea4-c860c66ceccb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bfcaf5ab-3bcc-4a31-9ea4-c860c66ceccb-root {
    text-align: center;
  }


#s-bfcaf5ab-3bcc-4a31-9ea4-c860c66ceccb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bfcaf5ab-3bcc-4a31-9ea4-c860c66ceccb-root {
    text-align: center;
  }


#s-bfcaf5ab-3bcc-4a31-9ea4-c860c66ceccb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-35a59ee9-9c9c-4c80-9d66-d95fa21f2c16 {
  text-align: center;
}







  #s-35a59ee9-9c9c-4c80-9d66-d95fa21f2c16 img.shogun-image {
    

    
    
    
  }


#s-35a59ee9-9c9c-4c80-9d66-d95fa21f2c16 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a493839-c3fb-456f-aa40-75197ea6356f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6a493839-c3fb-456f-aa40-75197ea6356f .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}



#s-fc0dcc4d-c1c1-4c8f-99e7-e4432b285ffe {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fc0dcc4d-c1c1-4c8f-99e7-e4432b285ffe:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fc0dcc4d-c1c1-4c8f-99e7-e4432b285ffe:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-fc0dcc4d-c1c1-4c8f-99e7-e4432b285ffe-root {
    text-align: center;
  }


#s-fc0dcc4d-c1c1-4c8f-99e7-e4432b285ffe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc0dcc4d-c1c1-4c8f-99e7-e4432b285ffe-root {
    text-align: center;
  }


#s-fc0dcc4d-c1c1-4c8f-99e7-e4432b285ffe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc0dcc4d-c1c1-4c8f-99e7-e4432b285ffe-root {
    text-align: center;
  }


#s-fc0dcc4d-c1c1-4c8f-99e7-e4432b285ffe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc0dcc4d-c1c1-4c8f-99e7-e4432b285ffe-root {
    text-align: center;
  }


#s-fc0dcc4d-c1c1-4c8f-99e7-e4432b285ffe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc0dcc4d-c1c1-4c8f-99e7-e4432b285ffe-root {
    text-align: center;
  }


#s-fc0dcc4d-c1c1-4c8f-99e7-e4432b285ffe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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