.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-e2db0daf-c607-440e-9457-7535a6204a2b {
  margin-top: -10%;
min-height: 50px;
background-color: rgba(233, 240, 238, 0);
}
@media (min-width: 1200px){#s-e2db0daf-c607-440e-9457-7535a6204a2b {
  display: none;
}
#s-e2db0daf-c607-440e-9457-7535a6204a2b, #wrap-s-e2db0daf-c607-440e-9457-7535a6204a2b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2db0daf-c607-440e-9457-7535a6204a2b {
  display: none;
}
#s-e2db0daf-c607-440e-9457-7535a6204a2b, #wrap-s-e2db0daf-c607-440e-9457-7535a6204a2b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e2db0daf-c607-440e-9457-7535a6204a2b {
  display: none;
}
#s-e2db0daf-c607-440e-9457-7535a6204a2b, #wrap-s-e2db0daf-c607-440e-9457-7535a6204a2b { display:none !important; }}







#s-e2db0daf-c607-440e-9457-7535a6204a2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2db0daf-c607-440e-9457-7535a6204a2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  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-577981fe-8f13-43b8-9d2f-cc278c225ccd {
  margin-top: -4%;
margin-left: -9%;
margin-bottom: -4%;
margin-right: -9%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-577981fe-8f13-43b8-9d2f-cc278c225ccd {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-577981fe-8f13-43b8-9d2f-cc278c225ccd .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



.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-b2f8bba1-484a-4f92-bbbc-eb1aa777b6f7 {
  margin-top: 1%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
padding-left: 9%;
padding-right: 9%;
}
@media (max-width: 767px){#s-b2f8bba1-484a-4f92-bbbc-eb1aa777b6f7 {
  margin-left: 2%;
margin-right: 2%;
}
}
.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-b68c3fcf-d391-4bad-b558-cf5639d3a0ee {
  margin-top: 0%;
margin-bottom: 0%;
max-width: 1200px;
aspect-ratio: 1200/2107;
text-align: center;
}
@media (min-width: 1200px){#s-b68c3fcf-d391-4bad-b558-cf5639d3a0ee {
  display: none;
}
#s-b68c3fcf-d391-4bad-b558-cf5639d3a0ee, #wrap-s-b68c3fcf-d391-4bad-b558-cf5639d3a0ee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b68c3fcf-d391-4bad-b558-cf5639d3a0ee {
  display: none;
}
#s-b68c3fcf-d391-4bad-b558-cf5639d3a0ee, #wrap-s-b68c3fcf-d391-4bad-b558-cf5639d3a0ee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b68c3fcf-d391-4bad-b558-cf5639d3a0ee {
  display: none;
}
#s-b68c3fcf-d391-4bad-b558-cf5639d3a0ee, #wrap-s-b68c3fcf-d391-4bad-b558-cf5639d3a0ee { display:none !important; }}




  #s-b68c3fcf-d391-4bad-b558-cf5639d3a0ee img.shogun-image,
  #s-b68c3fcf-d391-4bad-b558-cf5639d3a0ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b68c3fcf-d391-4bad-b558-cf5639d3a0ee {
    width: 100%;
    height: auto;
  }



  #s-b68c3fcf-d391-4bad-b558-cf5639d3a0ee img.shogun-image {
    

    
    
    
  }


#s-b68c3fcf-d391-4bad-b558-cf5639d3a0ee .shogun-image-content {
  
    align-items: center;
  
}

#s-de38c490-0225-4c7a-90e0-b514acce8a7a {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-de38c490-0225-4c7a-90e0-b514acce8a7a {
  display: none;
}
#s-de38c490-0225-4c7a-90e0-b514acce8a7a, #wrap-s-de38c490-0225-4c7a-90e0-b514acce8a7a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de38c490-0225-4c7a-90e0-b514acce8a7a {
  display: none;
}
#s-de38c490-0225-4c7a-90e0-b514acce8a7a, #wrap-s-de38c490-0225-4c7a-90e0-b514acce8a7a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de38c490-0225-4c7a-90e0-b514acce8a7a {
  display: none;
}
#s-de38c490-0225-4c7a-90e0-b514acce8a7a, #wrap-s-de38c490-0225-4c7a-90e0-b514acce8a7a { display:none !important; }}@media (max-width: 767px){#s-de38c490-0225-4c7a-90e0-b514acce8a7a {
  margin-top: 15%;
}
}







#s-de38c490-0225-4c7a-90e0-b514acce8a7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de38c490-0225-4c7a-90e0-b514acce8a7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-214dc986-dc36-4bfa-8881-460b8f04dd74 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-214dc986-dc36-4bfa-8881-460b8f04dd74 {
  display: none;
}
#s-214dc986-dc36-4bfa-8881-460b8f04dd74, #wrap-s-214dc986-dc36-4bfa-8881-460b8f04dd74 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-214dc986-dc36-4bfa-8881-460b8f04dd74 {
  display: none;
}
#s-214dc986-dc36-4bfa-8881-460b8f04dd74, #wrap-s-214dc986-dc36-4bfa-8881-460b8f04dd74 { display:none !important; }}







#s-214dc986-dc36-4bfa-8881-460b8f04dd74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-214dc986-dc36-4bfa-8881-460b8f04dd74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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%;
}

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

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

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

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

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

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

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

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

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

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

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

#s-842e1810-9183-4c22-bee2-d381df9c922c {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-842e1810-9183-4c22-bee2-d381df9c922c {
  margin-left: 0%;
margin-right: 0%;
}
}






  img.s-842e1810-9183-4c22-bee2-d381df9c922c.shogun-image {
    
    
  }


.s-842e1810-9183-4c22-bee2-d381df9c922c .shogun-image-content {
  
    align-items: center;
  
}

.s-842e1810-9183-4c22-bee2-d381df9c922c.shg-align-container {
  text-align: center
}

.s-842e1810-9183-4c22-bee2-d381df9c922c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842e1810-9183-4c22-bee2-d381df9c922c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-842e1810-9183-4c22-bee2-d381df9c922c.shogun-image {
    
    
  }


.s-842e1810-9183-4c22-bee2-d381df9c922c .shogun-image-content {
  
    align-items: center;
  
}

.s-842e1810-9183-4c22-bee2-d381df9c922c.shg-align-container {
  text-align: center
}

.s-842e1810-9183-4c22-bee2-d381df9c922c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842e1810-9183-4c22-bee2-d381df9c922c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-842e1810-9183-4c22-bee2-d381df9c922c.shogun-image {
    
    
  }


.s-842e1810-9183-4c22-bee2-d381df9c922c .shogun-image-content {
  
    align-items: center;
  
}

.s-842e1810-9183-4c22-bee2-d381df9c922c.shg-align-container {
  text-align: center
}

.s-842e1810-9183-4c22-bee2-d381df9c922c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842e1810-9183-4c22-bee2-d381df9c922c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-842e1810-9183-4c22-bee2-d381df9c922c.shogun-image {
    
    
  }


.s-842e1810-9183-4c22-bee2-d381df9c922c .shogun-image-content {
  
    align-items: center;
  
}

.s-842e1810-9183-4c22-bee2-d381df9c922c.shg-align-container {
  text-align: center
}

.s-842e1810-9183-4c22-bee2-d381df9c922c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842e1810-9183-4c22-bee2-d381df9c922c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-842e1810-9183-4c22-bee2-d381df9c922c.shogun-image {
    
    
  }


.s-842e1810-9183-4c22-bee2-d381df9c922c .shogun-image-content {
  
    align-items: center;
  
}

.s-842e1810-9183-4c22-bee2-d381df9c922c.shg-align-container {
  text-align: center
}

.s-842e1810-9183-4c22-bee2-d381df9c922c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842e1810-9183-4c22-bee2-d381df9c922c.shogun-image {
  box-sizing: border-box;
}


}
#s-1be23a9a-a061-4f99-846a-44d9379cce73 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1be23a9a-a061-4f99-846a-44d9379cce73 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-1be23a9a-a061-4f99-846a-44d9379cce73 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  
}



.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-5e7016e3-55f2-41f3-a2a7-12783618bec2 {
  margin-top: 2%;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5e7016e3-55f2-41f3-a2a7-12783618bec2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-5e7016e3-55f2-41f3-a2a7-12783618bec2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-5e7016e3-55f2-41f3-a2a7-12783618bec2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-5e7016e3-55f2-41f3-a2a7-12783618bec2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-36401d2f-7f56-44c1-ba5c-c65365636750 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-36401d2f-7f56-44c1-ba5c-c65365636750 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36401d2f-7f56-44c1-ba5c-c65365636750.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae {
  text-align: center;
}







  img.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shogun-image {
    
    
  }


.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae .shogun-image-content {
  
    align-items: center;
  
}

.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shg-align-container {
  text-align: center
}

.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shogun-image {
    
    
  }


.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae .shogun-image-content {
  
    align-items: center;
  
}

.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shg-align-container {
  text-align: center
}

.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shogun-image {
    
    
  }


.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae .shogun-image-content {
  
    align-items: center;
  
}

.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shg-align-container {
  text-align: center
}

.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shogun-image {
    
    
  }


.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae .shogun-image-content {
  
    align-items: center;
  
}

.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shg-align-container {
  text-align: center
}

.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shogun-image {
    
    
  }


.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae .shogun-image-content {
  
    align-items: center;
  
}

.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shg-align-container {
  text-align: center
}

.s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa6a7e02-aaa5-4e99-b58a-f46e952d52ae.shogun-image {
  box-sizing: border-box;
}


}
#s-fda63f49-4975-476a-bc8e-9713e675df4e {
  margin-left: 5%;
margin-right: 5%;
}

#s-6ed70570-7e3c-4ec3-b8da-6817d9bfaa84 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6ed70570-7e3c-4ec3-b8da-6817d9bfaa84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ed70570-7e3c-4ec3-b8da-6817d9bfaa84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4898859-eca7-4406-aba6-cecaacc8cf8e {
  text-align: center;
}







  img.s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shogun-image {
    
    
  }


.s-d4898859-eca7-4406-aba6-cecaacc8cf8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shg-align-container {
  text-align: center
}

.s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shogun-image {
    
    
  }


.s-d4898859-eca7-4406-aba6-cecaacc8cf8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shg-align-container {
  text-align: center
}

.s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shogun-image {
    
    
  }


.s-d4898859-eca7-4406-aba6-cecaacc8cf8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shg-align-container {
  text-align: center
}

.s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shogun-image {
    
    
  }


.s-d4898859-eca7-4406-aba6-cecaacc8cf8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shg-align-container {
  text-align: center
}

.s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shogun-image {
    
    
  }


.s-d4898859-eca7-4406-aba6-cecaacc8cf8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shg-align-container {
  text-align: center
}

.s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4898859-eca7-4406-aba6-cecaacc8cf8e.shogun-image {
  box-sizing: border-box;
}


}
#s-c7abaed5-21b6-401d-bed9-9d5d66bcd4e0 {
  margin-left: 5%;
margin-right: 5%;
}

#s-10e11733-7d78-44a0-bfce-38bb15c2e7b3 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-10e11733-7d78-44a0-bfce-38bb15c2e7b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-10e11733-7d78-44a0-bfce-38bb15c2e7b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-10e11733-7d78-44a0-bfce-38bb15c2e7b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-10e11733-7d78-44a0-bfce-38bb15c2e7b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-1e0943f5-99f3-4c2b-91e3-3dba3fbf8317 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1e0943f5-99f3-4c2b-91e3-3dba3fbf8317 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e0943f5-99f3-4c2b-91e3-3dba3fbf8317.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8 {
  text-align: center;
}







  img.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shogun-image {
    
    
  }


.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shg-align-container {
  text-align: center
}

.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shogun-image {
    
    
  }


.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shg-align-container {
  text-align: center
}

.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shogun-image {
    
    
  }


.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shg-align-container {
  text-align: center
}

.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shogun-image {
    
    
  }


.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shg-align-container {
  text-align: center
}

.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shogun-image {
    
    
  }


.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shg-align-container {
  text-align: center
}

.s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8ab4b9-a638-4360-ad65-b0aca1883ca8.shogun-image {
  box-sizing: border-box;
}


}
#s-fbdf4f83-f4b1-400b-b773-8a3af6b7c639 {
  margin-left: 5%;
margin-right: 5%;
}

#s-1ceb6304-1c4d-43c6-94f4-18465ef43b60 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1ceb6304-1c4d-43c6-94f4-18465ef43b60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ceb6304-1c4d-43c6-94f4-18465ef43b60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e337070-abf3-4f50-8fef-4705fe503674 {
  text-align: center;
}







  img.s-7e337070-abf3-4f50-8fef-4705fe503674.shogun-image {
    
    
  }


.s-7e337070-abf3-4f50-8fef-4705fe503674 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e337070-abf3-4f50-8fef-4705fe503674.shg-align-container {
  text-align: center
}

.s-7e337070-abf3-4f50-8fef-4705fe503674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e337070-abf3-4f50-8fef-4705fe503674.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7e337070-abf3-4f50-8fef-4705fe503674.shogun-image {
    
    
  }


.s-7e337070-abf3-4f50-8fef-4705fe503674 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e337070-abf3-4f50-8fef-4705fe503674.shg-align-container {
  text-align: center
}

.s-7e337070-abf3-4f50-8fef-4705fe503674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e337070-abf3-4f50-8fef-4705fe503674.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7e337070-abf3-4f50-8fef-4705fe503674.shogun-image {
    
    
  }


.s-7e337070-abf3-4f50-8fef-4705fe503674 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e337070-abf3-4f50-8fef-4705fe503674.shg-align-container {
  text-align: center
}

.s-7e337070-abf3-4f50-8fef-4705fe503674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e337070-abf3-4f50-8fef-4705fe503674.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7e337070-abf3-4f50-8fef-4705fe503674.shogun-image {
    
    
  }


.s-7e337070-abf3-4f50-8fef-4705fe503674 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e337070-abf3-4f50-8fef-4705fe503674.shg-align-container {
  text-align: center
}

.s-7e337070-abf3-4f50-8fef-4705fe503674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e337070-abf3-4f50-8fef-4705fe503674.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7e337070-abf3-4f50-8fef-4705fe503674.shogun-image {
    
    
  }


.s-7e337070-abf3-4f50-8fef-4705fe503674 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e337070-abf3-4f50-8fef-4705fe503674.shg-align-container {
  text-align: center
}

.s-7e337070-abf3-4f50-8fef-4705fe503674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e337070-abf3-4f50-8fef-4705fe503674.shogun-image {
  box-sizing: border-box;
}


}
#s-099e8f36-e3ca-456c-9dce-f18263b9ee95 {
  margin-left: 5%;
margin-right: 5%;
}

#s-67a2bb45-98de-42a4-ab3c-a51680b38199 {
  margin-left: 5%;
margin-right: 5%;
}

#s-9e0a23d6-082b-43f4-b1e5-a4ec821f5956 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-9e0a23d6-082b-43f4-b1e5-a4ec821f5956 {
  display: none;
}
#s-9e0a23d6-082b-43f4-b1e5-a4ec821f5956, #wrap-s-9e0a23d6-082b-43f4-b1e5-a4ec821f5956 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e0a23d6-082b-43f4-b1e5-a4ec821f5956 {
  display: none;
}
#s-9e0a23d6-082b-43f4-b1e5-a4ec821f5956, #wrap-s-9e0a23d6-082b-43f4-b1e5-a4ec821f5956 { display:none !important; }}







#s-9e0a23d6-082b-43f4-b1e5-a4ec821f5956 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e0a23d6-082b-43f4-b1e5-a4ec821f5956.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7 {
  margin-top: 10%;
margin-bottom: 0%;
}
}






  img.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shogun-image {
    
    
  }


.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shg-align-container {
  text-align: center
}

.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shogun-image {
    
    
  }


.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shg-align-container {
  text-align: center
}

.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shogun-image {
    
    
  }


.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shg-align-container {
  text-align: center
}

.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shogun-image {
    
    
  }


.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shg-align-container {
  text-align: center
}

.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shogun-image {
    
    
  }


.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shg-align-container {
  text-align: center
}

.s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e1192d4-3ed8-47fd-8fe2-4111c6deb0d7.shogun-image {
  box-sizing: border-box;
}


}
#s-2a40d8af-8fda-4705-945f-70d80c5fa3f4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a40d8af-8fda-4705-945f-70d80c5fa3f4 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  
}



#s-065067e3-afa7-4630-936e-937998a33d1d {
  margin-top: 2%;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-065067e3-afa7-4630-936e-937998a33d1d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-065067e3-afa7-4630-936e-937998a33d1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-065067e3-afa7-4630-936e-937998a33d1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-065067e3-afa7-4630-936e-937998a33d1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-2cec6225-44ed-4941-81df-4b2b0fed6d3b {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2cec6225-44ed-4941-81df-4b2b0fed6d3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cec6225-44ed-4941-81df-4b2b0fed6d3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36f82ac2-5982-4d0d-8df3-ac853a7b025a {
  text-align: center;
}







  img.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shogun-image {
    
    
  }


.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a .shogun-image-content {
  
    align-items: center;
  
}

.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shg-align-container {
  text-align: center
}

.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shogun-image {
    
    
  }


.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a .shogun-image-content {
  
    align-items: center;
  
}

.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shg-align-container {
  text-align: center
}

.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shogun-image {
    
    
  }


.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a .shogun-image-content {
  
    align-items: center;
  
}

.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shg-align-container {
  text-align: center
}

.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shogun-image {
    
    
  }


.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a .shogun-image-content {
  
    align-items: center;
  
}

.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shg-align-container {
  text-align: center
}

.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shogun-image {
    
    
  }


.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a .shogun-image-content {
  
    align-items: center;
  
}

.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shg-align-container {
  text-align: center
}

.s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36f82ac2-5982-4d0d-8df3-ac853a7b025a.shogun-image {
  box-sizing: border-box;
}


}
#s-b717a7b4-a422-4af3-b756-5ad93c44ecda {
  margin-left: 5%;
margin-right: 5%;
}

#s-ff359377-32c2-416a-b197-3e647520f6e5 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ff359377-32c2-416a-b197-3e647520f6e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff359377-32c2-416a-b197-3e647520f6e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ec84431-2644-45a0-9b3e-0342fe06c8fa {
  text-align: center;
}







  img.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shogun-image {
    
    
  }


.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa .shogun-image-content {
  
    align-items: center;
  
}

.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shg-align-container {
  text-align: center
}

.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shogun-image {
    
    
  }


.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa .shogun-image-content {
  
    align-items: center;
  
}

.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shg-align-container {
  text-align: center
}

.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shogun-image {
    
    
  }


.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa .shogun-image-content {
  
    align-items: center;
  
}

.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shg-align-container {
  text-align: center
}

.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shogun-image {
    
    
  }


.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa .shogun-image-content {
  
    align-items: center;
  
}

.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shg-align-container {
  text-align: center
}

.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shogun-image {
    
    
  }


.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa .shogun-image-content {
  
    align-items: center;
  
}

.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shg-align-container {
  text-align: center
}

.s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ec84431-2644-45a0-9b3e-0342fe06c8fa.shogun-image {
  box-sizing: border-box;
}


}
#s-a856f7b0-34ee-4cff-8ed8-0ae764bf9353 {
  margin-left: 5%;
margin-right: 5%;
}

#s-cad28337-2f3e-495c-9bf2-ff0e80d80709 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-cad28337-2f3e-495c-9bf2-ff0e80d80709"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-cad28337-2f3e-495c-9bf2-ff0e80d80709"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-cad28337-2f3e-495c-9bf2-ff0e80d80709"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-cad28337-2f3e-495c-9bf2-ff0e80d80709"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-ec31a5d2-3c52-4704-a156-0d9c1db2506e {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ec31a5d2-3c52-4704-a156-0d9c1db2506e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec31a5d2-3c52-4704-a156-0d9c1db2506e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671 {
  text-align: center;
}







  img.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shogun-image {
    
    
  }


.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671 .shogun-image-content {
  
    align-items: center;
  
}

.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shg-align-container {
  text-align: center
}

.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shogun-image {
    
    
  }


.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671 .shogun-image-content {
  
    align-items: center;
  
}

.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shg-align-container {
  text-align: center
}

.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shogun-image {
    
    
  }


.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671 .shogun-image-content {
  
    align-items: center;
  
}

.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shg-align-container {
  text-align: center
}

.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shogun-image {
    
    
  }


.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671 .shogun-image-content {
  
    align-items: center;
  
}

.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shg-align-container {
  text-align: center
}

.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shogun-image {
    
    
  }


.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671 .shogun-image-content {
  
    align-items: center;
  
}

.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shg-align-container {
  text-align: center
}

.s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e92e9fbe-ff1a-4ad1-9e9b-820284d5c671.shogun-image {
  box-sizing: border-box;
}


}
#s-2914999a-5ead-4626-b6c6-f3273b6f481f {
  margin-left: 5%;
margin-right: 5%;
}

#s-97400204-a296-4c5a-bd37-1cc4b9820423 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-97400204-a296-4c5a-bd37-1cc4b9820423 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97400204-a296-4c5a-bd37-1cc4b9820423.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0276e419-fea5-4ea3-b8a0-d7714866d80d {
  text-align: center;
}







  img.s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shogun-image {
    
    
  }


.s-0276e419-fea5-4ea3-b8a0-d7714866d80d .shogun-image-content {
  
    align-items: center;
  
}

.s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shg-align-container {
  text-align: center
}

.s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shogun-image {
    
    
  }


.s-0276e419-fea5-4ea3-b8a0-d7714866d80d .shogun-image-content {
  
    align-items: center;
  
}

.s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shg-align-container {
  text-align: center
}

.s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shogun-image {
    
    
  }


.s-0276e419-fea5-4ea3-b8a0-d7714866d80d .shogun-image-content {
  
    align-items: center;
  
}

.s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shg-align-container {
  text-align: center
}

.s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shogun-image {
    
    
  }


.s-0276e419-fea5-4ea3-b8a0-d7714866d80d .shogun-image-content {
  
    align-items: center;
  
}

.s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shg-align-container {
  text-align: center
}

.s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shogun-image {
    
    
  }


.s-0276e419-fea5-4ea3-b8a0-d7714866d80d .shogun-image-content {
  
    align-items: center;
  
}

.s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shg-align-container {
  text-align: center
}

.s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0276e419-fea5-4ea3-b8a0-d7714866d80d.shogun-image {
  box-sizing: border-box;
}


}
#s-3c236e18-2b8a-4062-8709-5b5ef64c1fd2 {
  margin-left: 5%;
margin-right: 5%;
}

#s-ff8fb55b-aed4-4cee-afc1-9d4241aef567 {
  margin-left: 5%;
margin-right: 5%;
}

#s-12543293-c65c-4518-82c2-0a5a4715d814 {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-12543293-c65c-4518-82c2-0a5a4715d814 {
  display: none;
}
#s-12543293-c65c-4518-82c2-0a5a4715d814, #wrap-s-12543293-c65c-4518-82c2-0a5a4715d814 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12543293-c65c-4518-82c2-0a5a4715d814 {
  display: none;
}
#s-12543293-c65c-4518-82c2-0a5a4715d814, #wrap-s-12543293-c65c-4518-82c2-0a5a4715d814 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12543293-c65c-4518-82c2-0a5a4715d814 {
  display: none;
}
#s-12543293-c65c-4518-82c2-0a5a4715d814, #wrap-s-12543293-c65c-4518-82c2-0a5a4715d814 { display:none !important; }}







#s-12543293-c65c-4518-82c2-0a5a4715d814 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12543293-c65c-4518-82c2-0a5a4715d814.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33c2d38a-5302-4bef-a9b5-72ec6238d0d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33c2d38a-5302-4bef-a9b5-72ec6238d0d1 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  
  letter-spacing: 3px;
  
}



#s-4f2a2378-a985-4b14-a3c4-f0becb7ae973 {
  margin-top: -1%;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f2a2378-a985-4b14-a3c4-f0becb7ae973 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 4px;
  
}



#s-4476ffc6-555e-47ff-93a4-1650a63dea32 {
  margin-top: 5%;
margin-bottom: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4476ffc6-555e-47ff-93a4-1650a63dea32 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-4476ffc6-555e-47ff-93a4-1650a63dea32 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-4476ffc6-555e-47ff-93a4-1650a63dea32"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-4476ffc6-555e-47ff-93a4-1650a63dea32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4476ffc6-555e-47ff-93a4-1650a63dea32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4476ffc6-555e-47ff-93a4-1650a63dea32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-bac4b477-ce69-4f67-a412-46408e6e7db7 {
  text-align: center;
}







  #s-bac4b477-ce69-4f67-a412-46408e6e7db7 img.shogun-image {
    

    
    
    
  }


#s-bac4b477-ce69-4f67-a412-46408e6e7db7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab7a34a8-e895-4e4a-bfd1-e980c6a73ed0 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ab7a34a8-e895-4e4a-bfd1-e980c6a73ed0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 2px;
  
}



#s-c9a8a786-36af-4fa2-9dc3-1c2caa7d261c {
  text-align: center;
}







  #s-c9a8a786-36af-4fa2-9dc3-1c2caa7d261c img.shogun-image {
    

    
    
    
  }


#s-c9a8a786-36af-4fa2-9dc3-1c2caa7d261c .shogun-image-content {
  
    align-items: center;
  
}

#s-b2810d3c-26a2-408e-827a-c5e782559f11 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2810d3c-26a2-408e-827a-c5e782559f11 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 2px;
  
}



#s-43595de8-6695-4a73-94c8-dec09a87119c {
  margin-top: 0px;
margin-bottom: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-43595de8-6695-4a73-94c8-dec09a87119c {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-43595de8-6695-4a73-94c8-dec09a87119c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-43595de8-6695-4a73-94c8-dec09a87119c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-43595de8-6695-4a73-94c8-dec09a87119c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-43595de8-6695-4a73-94c8-dec09a87119c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

.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-bea1b199-7f20-48d7-b952-b7bce32f46a5 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-bea1b199-7f20-48d7-b952-b7bce32f46a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bea1b199-7f20-48d7-b952-b7bce32f46a5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-bea1b199-7f20-48d7-b952-b7bce32f46a5 {
  margin-top: 5%;
}
}@media (max-width: 767px){#s-bea1b199-7f20-48d7-b952-b7bce32f46a5 {
  margin-top: 5%;
}
}

  #s-bea1b199-7f20-48d7-b952-b7bce32f46a5-root {
    text-align: center;
  }


#s-bea1b199-7f20-48d7-b952-b7bce32f46a5.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bea1b199-7f20-48d7-b952-b7bce32f46a5-root {
    text-align: center;
  }


#s-bea1b199-7f20-48d7-b952-b7bce32f46a5.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bea1b199-7f20-48d7-b952-b7bce32f46a5-root {
    text-align: center;
  }


#s-bea1b199-7f20-48d7-b952-b7bce32f46a5.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bea1b199-7f20-48d7-b952-b7bce32f46a5-root {
    text-align: center;
  }


#s-bea1b199-7f20-48d7-b952-b7bce32f46a5.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bea1b199-7f20-48d7-b952-b7bce32f46a5-root {
    text-align: center;
  }


#s-bea1b199-7f20-48d7-b952-b7bce32f46a5.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-bea1b199-7f20-48d7-b952-b7bce32f46a5-root {
    text-align: center;
  }


#s-bea1b199-7f20-48d7-b952-b7bce32f46a5.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-093dddd0-6b36-446a-bf57-24435b75b541 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-093dddd0-6b36-446a-bf57-24435b75b541:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-093dddd0-6b36-446a-bf57-24435b75b541:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-093dddd0-6b36-446a-bf57-24435b75b541 {
  margin-top: 5%;
}
}@media (max-width: 767px){#s-093dddd0-6b36-446a-bf57-24435b75b541 {
  margin-top: 5%;
}
}

  #s-093dddd0-6b36-446a-bf57-24435b75b541-root {
    text-align: center;
  }


#s-093dddd0-6b36-446a-bf57-24435b75b541.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-093dddd0-6b36-446a-bf57-24435b75b541-root {
    text-align: center;
  }


#s-093dddd0-6b36-446a-bf57-24435b75b541.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-093dddd0-6b36-446a-bf57-24435b75b541-root {
    text-align: center;
  }


#s-093dddd0-6b36-446a-bf57-24435b75b541.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-093dddd0-6b36-446a-bf57-24435b75b541-root {
    text-align: center;
  }


#s-093dddd0-6b36-446a-bf57-24435b75b541.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-093dddd0-6b36-446a-bf57-24435b75b541-root {
    text-align: center;
  }


#s-093dddd0-6b36-446a-bf57-24435b75b541.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-093dddd0-6b36-446a-bf57-24435b75b541-root {
    text-align: center;
  }


#s-093dddd0-6b36-446a-bf57-24435b75b541.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-a05b2ec6-dddd-4e31-8170-783a0c2d4e8f {
  margin-top: 5%;
margin-bottom: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a05b2ec6-dddd-4e31-8170-783a0c2d4e8f {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-a05b2ec6-dddd-4e31-8170-783a0c2d4e8f {
  margin-top: 5%;
}
}
@media (min-width: 0px) {
[id="s-a05b2ec6-dddd-4e31-8170-783a0c2d4e8f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-a05b2ec6-dddd-4e31-8170-783a0c2d4e8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a05b2ec6-dddd-4e31-8170-783a0c2d4e8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a05b2ec6-dddd-4e31-8170-783a0c2d4e8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-5e38f7b7-aa2f-4a65-9df1-2f3651cb0089 {
  text-align: center;
}







  #s-5e38f7b7-aa2f-4a65-9df1-2f3651cb0089 img.shogun-image {
    

    
    
    
  }


#s-5e38f7b7-aa2f-4a65-9df1-2f3651cb0089 .shogun-image-content {
  
    align-items: center;
  
}

#s-527cd25f-0f44-4fea-85c0-e79eb4af4839 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-527cd25f-0f44-4fea-85c0-e79eb4af4839 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 2px;
  
}



#s-e148a419-4fe6-4534-9797-51b9ff282729 {
  text-align: center;
}







  #s-e148a419-4fe6-4534-9797-51b9ff282729 img.shogun-image {
    

    
    
    
  }


#s-e148a419-4fe6-4534-9797-51b9ff282729 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4f8d5f2-470d-4ed2-a7c0-940898b31d76 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4f8d5f2-470d-4ed2-a7c0-940898b31d76 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 2px;
  
}



#s-67c11e0e-372e-4e94-b0f7-c5dbc68e777a {
  margin-top: 0px;
margin-bottom: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-67c11e0e-372e-4e94-b0f7-c5dbc68e777a {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-67c11e0e-372e-4e94-b0f7-c5dbc68e777a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-67c11e0e-372e-4e94-b0f7-c5dbc68e777a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-67c11e0e-372e-4e94-b0f7-c5dbc68e777a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-67c11e0e-372e-4e94-b0f7-c5dbc68e777a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-46374b81-e1d4-44ea-bdcb-5a66853b733d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-46374b81-e1d4-44ea-bdcb-5a66853b733d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46374b81-e1d4-44ea-bdcb-5a66853b733d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-46374b81-e1d4-44ea-bdcb-5a66853b733d {
  margin-top: 5%;
}
}@media (max-width: 767px){#s-46374b81-e1d4-44ea-bdcb-5a66853b733d {
  margin-top: 5%;
}
}

  #s-46374b81-e1d4-44ea-bdcb-5a66853b733d-root {
    text-align: center;
  }


#s-46374b81-e1d4-44ea-bdcb-5a66853b733d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-46374b81-e1d4-44ea-bdcb-5a66853b733d-root {
    text-align: center;
  }


#s-46374b81-e1d4-44ea-bdcb-5a66853b733d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46374b81-e1d4-44ea-bdcb-5a66853b733d-root {
    text-align: center;
  }


#s-46374b81-e1d4-44ea-bdcb-5a66853b733d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46374b81-e1d4-44ea-bdcb-5a66853b733d-root {
    text-align: center;
  }


#s-46374b81-e1d4-44ea-bdcb-5a66853b733d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-46374b81-e1d4-44ea-bdcb-5a66853b733d-root {
    text-align: center;
  }


#s-46374b81-e1d4-44ea-bdcb-5a66853b733d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-46374b81-e1d4-44ea-bdcb-5a66853b733d-root {
    text-align: center;
  }


#s-46374b81-e1d4-44ea-bdcb-5a66853b733d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-e5708cfb-b348-4dca-abae-4f8326000ded {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-e5708cfb-b348-4dca-abae-4f8326000ded:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e5708cfb-b348-4dca-abae-4f8326000ded:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-e5708cfb-b348-4dca-abae-4f8326000ded {
  margin-top: 5%;
}
}@media (max-width: 767px){#s-e5708cfb-b348-4dca-abae-4f8326000ded {
  margin-top: 5%;
}
}

  #s-e5708cfb-b348-4dca-abae-4f8326000ded-root {
    text-align: center;
  }


#s-e5708cfb-b348-4dca-abae-4f8326000ded.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e5708cfb-b348-4dca-abae-4f8326000ded-root {
    text-align: center;
  }


#s-e5708cfb-b348-4dca-abae-4f8326000ded.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5708cfb-b348-4dca-abae-4f8326000ded-root {
    text-align: center;
  }


#s-e5708cfb-b348-4dca-abae-4f8326000ded.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5708cfb-b348-4dca-abae-4f8326000ded-root {
    text-align: center;
  }


#s-e5708cfb-b348-4dca-abae-4f8326000ded.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e5708cfb-b348-4dca-abae-4f8326000ded-root {
    text-align: center;
  }


#s-e5708cfb-b348-4dca-abae-4f8326000ded.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-e5708cfb-b348-4dca-abae-4f8326000ded-root {
    text-align: center;
  }


#s-e5708cfb-b348-4dca-abae-4f8326000ded.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-2bc01ad4-d26d-4b0e-b2f1-9e6569500aa2 {
  margin-top: -5px;
margin-bottom: -5px;
padding-top: 0%;
padding-bottom: 1%;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-2bc01ad4-d26d-4b0e-b2f1-9e6569500aa2 {
  margin-left: -16%;
margin-right: -16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2bc01ad4-d26d-4b0e-b2f1-9e6569500aa2 {
  display: none;
}
#s-2bc01ad4-d26d-4b0e-b2f1-9e6569500aa2, #wrap-s-2bc01ad4-d26d-4b0e-b2f1-9e6569500aa2 { display:none !important; }}@media (max-width: 767px){#s-2bc01ad4-d26d-4b0e-b2f1-9e6569500aa2 {
  display: none;
}
#s-2bc01ad4-d26d-4b0e-b2f1-9e6569500aa2, #wrap-s-2bc01ad4-d26d-4b0e-b2f1-9e6569500aa2 { display:none !important; }}
#s-2bc01ad4-d26d-4b0e-b2f1-9e6569500aa2 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 2px;
  
}



#s-d760bdfe-0090-448f-ba38-cc2e1c3ec0ab {
  margin-top: 3%;
margin-left: 8%;
margin-bottom: 3%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d760bdfe-0090-448f-ba38-cc2e1c3ec0ab {
  display: none;
}
#s-d760bdfe-0090-448f-ba38-cc2e1c3ec0ab, #wrap-s-d760bdfe-0090-448f-ba38-cc2e1c3ec0ab { display:none !important; }}@media (max-width: 767px){#s-d760bdfe-0090-448f-ba38-cc2e1c3ec0ab {
  display: none;
}
#s-d760bdfe-0090-448f-ba38-cc2e1c3ec0ab, #wrap-s-d760bdfe-0090-448f-ba38-cc2e1c3ec0ab { display:none !important; }}
#s-e2636b05-9568-4c62-9dac-425151df8495 {
  margin-top: 2%;
margin-left: 8%;
margin-bottom: 2%;
margin-right: 8%;
padding-top: 1%;
padding-left: 2%;
padding-bottom: 1%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e2636b05-9568-4c62-9dac-425151df8495 {
  display: none;
}
#s-e2636b05-9568-4c62-9dac-425151df8495, #wrap-s-e2636b05-9568-4c62-9dac-425151df8495 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e2636b05-9568-4c62-9dac-425151df8495"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.666666666666668px);
}

}

@media (min-width: 768px) {
[id="s-e2636b05-9568-4c62-9dac-425151df8495"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-e2636b05-9568-4c62-9dac-425151df8495"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-e2636b05-9568-4c62-9dac-425151df8495"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.666666666666668px);
}

}

#s-ac5eddf7-eb33-43be-b496-f1636fa7e32f {
  max-width: 2048px;
aspect-ratio: 2048/1748;
text-align: center;
}





  #s-ac5eddf7-eb33-43be-b496-f1636fa7e32f img.shogun-image,
  #s-ac5eddf7-eb33-43be-b496-f1636fa7e32f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac5eddf7-eb33-43be-b496-f1636fa7e32f {
    width: 100%;
    height: auto;
  }



  img.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shogun-image {
    
    
  }


.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f .shogun-image-content {
  
    align-items: center;
  
}

.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shg-align-container {
  text-align: center
}

.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ac5eddf7-eb33-43be-b496-f1636fa7e32f img.shogun-image,
  #s-ac5eddf7-eb33-43be-b496-f1636fa7e32f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac5eddf7-eb33-43be-b496-f1636fa7e32f {
    width: 100%;
    height: auto;
  }



  img.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shogun-image {
    
    
  }


.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f .shogun-image-content {
  
    align-items: center;
  
}

.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shg-align-container {
  text-align: center
}

.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shogun-image {
  box-sizing: border-box;
}


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



  #s-ac5eddf7-eb33-43be-b496-f1636fa7e32f img.shogun-image,
  #s-ac5eddf7-eb33-43be-b496-f1636fa7e32f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac5eddf7-eb33-43be-b496-f1636fa7e32f {
    width: 100%;
    height: auto;
  }



  img.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shogun-image {
    
    
  }


.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f .shogun-image-content {
  
    align-items: center;
  
}

.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shg-align-container {
  text-align: center
}

.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shogun-image {
  box-sizing: border-box;
}


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



  #s-ac5eddf7-eb33-43be-b496-f1636fa7e32f img.shogun-image,
  #s-ac5eddf7-eb33-43be-b496-f1636fa7e32f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac5eddf7-eb33-43be-b496-f1636fa7e32f {
    width: 100%;
    height: auto;
  }



  img.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shogun-image {
    
    
  }


.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f .shogun-image-content {
  
    align-items: center;
  
}

.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shg-align-container {
  text-align: center
}

.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shogun-image {
  box-sizing: border-box;
}


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



  #s-ac5eddf7-eb33-43be-b496-f1636fa7e32f img.shogun-image,
  #s-ac5eddf7-eb33-43be-b496-f1636fa7e32f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac5eddf7-eb33-43be-b496-f1636fa7e32f {
    width: 100%;
    height: auto;
  }



  img.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shogun-image {
    
    
  }


.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f .shogun-image-content {
  
    align-items: center;
  
}

.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shg-align-container {
  text-align: center
}

.s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac5eddf7-eb33-43be-b496-f1636fa7e32f.shogun-image {
  box-sizing: border-box;
}


}
#s-9d177eac-b15f-4cad-92a4-4a077ec0c15e {
  max-width: 2048px;
aspect-ratio: 2048/1748;
text-align: center;
}





  #s-9d177eac-b15f-4cad-92a4-4a077ec0c15e img.shogun-image,
  #s-9d177eac-b15f-4cad-92a4-4a077ec0c15e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d177eac-b15f-4cad-92a4-4a077ec0c15e {
    width: 100%;
    height: auto;
  }



  img.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shogun-image {
    
    
  }


.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e .shogun-image-content {
  
    align-items: center;
  
}

.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shg-align-container {
  text-align: center
}

.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9d177eac-b15f-4cad-92a4-4a077ec0c15e img.shogun-image,
  #s-9d177eac-b15f-4cad-92a4-4a077ec0c15e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d177eac-b15f-4cad-92a4-4a077ec0c15e {
    width: 100%;
    height: auto;
  }



  img.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shogun-image {
    
    
  }


.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e .shogun-image-content {
  
    align-items: center;
  
}

.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shg-align-container {
  text-align: center
}

.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shogun-image {
  box-sizing: border-box;
}


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



  #s-9d177eac-b15f-4cad-92a4-4a077ec0c15e img.shogun-image,
  #s-9d177eac-b15f-4cad-92a4-4a077ec0c15e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d177eac-b15f-4cad-92a4-4a077ec0c15e {
    width: 100%;
    height: auto;
  }



  img.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shogun-image {
    
    
  }


.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e .shogun-image-content {
  
    align-items: center;
  
}

.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shg-align-container {
  text-align: center
}

.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shogun-image {
  box-sizing: border-box;
}


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



  #s-9d177eac-b15f-4cad-92a4-4a077ec0c15e img.shogun-image,
  #s-9d177eac-b15f-4cad-92a4-4a077ec0c15e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d177eac-b15f-4cad-92a4-4a077ec0c15e {
    width: 100%;
    height: auto;
  }



  img.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shogun-image {
    
    
  }


.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e .shogun-image-content {
  
    align-items: center;
  
}

.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shg-align-container {
  text-align: center
}

.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shogun-image {
  box-sizing: border-box;
}


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



  #s-9d177eac-b15f-4cad-92a4-4a077ec0c15e img.shogun-image,
  #s-9d177eac-b15f-4cad-92a4-4a077ec0c15e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d177eac-b15f-4cad-92a4-4a077ec0c15e {
    width: 100%;
    height: auto;
  }



  img.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shogun-image {
    
    
  }


.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e .shogun-image-content {
  
    align-items: center;
  
}

.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shg-align-container {
  text-align: center
}

.s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d177eac-b15f-4cad-92a4-4a077ec0c15e.shogun-image {
  box-sizing: border-box;
}


}
#s-07cb4615-bddf-45c8-890f-8db89ad9a845 {
  max-width: 2048px;
aspect-ratio: 2048/1748;
text-align: center;
}





  #s-07cb4615-bddf-45c8-890f-8db89ad9a845 img.shogun-image,
  #s-07cb4615-bddf-45c8-890f-8db89ad9a845 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07cb4615-bddf-45c8-890f-8db89ad9a845 {
    width: 100%;
    height: auto;
  }



  img.s-07cb4615-bddf-45c8-890f-8db89ad9a845.shogun-image {
    
    
  }


.s-07cb4615-bddf-45c8-890f-8db89ad9a845 .shogun-image-content {
  
    align-items: center;
  
}

.s-07cb4615-bddf-45c8-890f-8db89ad9a845.shg-align-container {
  text-align: center
}

.s-07cb4615-bddf-45c8-890f-8db89ad9a845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07cb4615-bddf-45c8-890f-8db89ad9a845.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-07cb4615-bddf-45c8-890f-8db89ad9a845 img.shogun-image,
  #s-07cb4615-bddf-45c8-890f-8db89ad9a845 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07cb4615-bddf-45c8-890f-8db89ad9a845 {
    width: 100%;
    height: auto;
  }



  img.s-07cb4615-bddf-45c8-890f-8db89ad9a845.shogun-image {
    
    
  }


.s-07cb4615-bddf-45c8-890f-8db89ad9a845 .shogun-image-content {
  
    align-items: center;
  
}

.s-07cb4615-bddf-45c8-890f-8db89ad9a845.shg-align-container {
  text-align: center
}

.s-07cb4615-bddf-45c8-890f-8db89ad9a845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07cb4615-bddf-45c8-890f-8db89ad9a845.shogun-image {
  box-sizing: border-box;
}


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



  #s-07cb4615-bddf-45c8-890f-8db89ad9a845 img.shogun-image,
  #s-07cb4615-bddf-45c8-890f-8db89ad9a845 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07cb4615-bddf-45c8-890f-8db89ad9a845 {
    width: 100%;
    height: auto;
  }



  img.s-07cb4615-bddf-45c8-890f-8db89ad9a845.shogun-image {
    
    
  }


.s-07cb4615-bddf-45c8-890f-8db89ad9a845 .shogun-image-content {
  
    align-items: center;
  
}

.s-07cb4615-bddf-45c8-890f-8db89ad9a845.shg-align-container {
  text-align: center
}

.s-07cb4615-bddf-45c8-890f-8db89ad9a845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07cb4615-bddf-45c8-890f-8db89ad9a845.shogun-image {
  box-sizing: border-box;
}


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



  #s-07cb4615-bddf-45c8-890f-8db89ad9a845 img.shogun-image,
  #s-07cb4615-bddf-45c8-890f-8db89ad9a845 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07cb4615-bddf-45c8-890f-8db89ad9a845 {
    width: 100%;
    height: auto;
  }



  img.s-07cb4615-bddf-45c8-890f-8db89ad9a845.shogun-image {
    
    
  }


.s-07cb4615-bddf-45c8-890f-8db89ad9a845 .shogun-image-content {
  
    align-items: center;
  
}

.s-07cb4615-bddf-45c8-890f-8db89ad9a845.shg-align-container {
  text-align: center
}

.s-07cb4615-bddf-45c8-890f-8db89ad9a845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07cb4615-bddf-45c8-890f-8db89ad9a845.shogun-image {
  box-sizing: border-box;
}


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



  #s-07cb4615-bddf-45c8-890f-8db89ad9a845 img.shogun-image,
  #s-07cb4615-bddf-45c8-890f-8db89ad9a845 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07cb4615-bddf-45c8-890f-8db89ad9a845 {
    width: 100%;
    height: auto;
  }



  img.s-07cb4615-bddf-45c8-890f-8db89ad9a845.shogun-image {
    
    
  }


.s-07cb4615-bddf-45c8-890f-8db89ad9a845 .shogun-image-content {
  
    align-items: center;
  
}

.s-07cb4615-bddf-45c8-890f-8db89ad9a845.shg-align-container {
  text-align: center
}

.s-07cb4615-bddf-45c8-890f-8db89ad9a845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07cb4615-bddf-45c8-890f-8db89ad9a845.shogun-image {
  box-sizing: border-box;
}


}
#s-512fbc2d-bfbc-4394-b87f-93ef1fbf59b0 {
  margin-top: 3%;
margin-left: 8%;
margin-bottom: 0%;
margin-right: 8%;
padding-top: 1%;
padding-bottom: 1%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-512fbc2d-bfbc-4394-b87f-93ef1fbf59b0 {
  display: none;
}
#s-512fbc2d-bfbc-4394-b87f-93ef1fbf59b0, #wrap-s-512fbc2d-bfbc-4394-b87f-93ef1fbf59b0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-512fbc2d-bfbc-4394-b87f-93ef1fbf59b0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-512fbc2d-bfbc-4394-b87f-93ef1fbf59b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-512fbc2d-bfbc-4394-b87f-93ef1fbf59b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-512fbc2d-bfbc-4394-b87f-93ef1fbf59b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e5d46b71-bc67-4fb5-a083-36ed4a5f7c4a {
  margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-e5d46b71-bc67-4fb5-a083-36ed4a5f7c4a {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5d46b71-bc67-4fb5-a083-36ed4a5f7c4a {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5d46b71-bc67-4fb5-a083-36ed4a5f7c4a {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-e5d46b71-bc67-4fb5-a083-36ed4a5f7c4a {
  display: none;
}
#s-e5d46b71-bc67-4fb5-a083-36ed4a5f7c4a, #wrap-s-e5d46b71-bc67-4fb5-a083-36ed4a5f7c4a { display:none !important; }}
#s-847cf138-0c8e-4506-a9ce-900674551230 {
  margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-847cf138-0c8e-4506-a9ce-900674551230 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-847cf138-0c8e-4506-a9ce-900674551230 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-847cf138-0c8e-4506-a9ce-900674551230 {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}
}
#s-6e860832-59d4-4aa8-b23b-3de4beeedd42 {
  margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-6e860832-59d4-4aa8-b23b-3de4beeedd42 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e860832-59d4-4aa8-b23b-3de4beeedd42 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e860832-59d4-4aa8-b23b-3de4beeedd42 {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}
}
#s-491ea44b-a0e9-4745-b12f-82b4e29d58fc {
  margin-top: 3%;
margin-left: 8%;
margin-bottom: 0%;
margin-right: 8%;
padding-top: 1%;
padding-bottom: 1%;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-491ea44b-a0e9-4745-b12f-82b4e29d58fc {
  margin-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-491ea44b-a0e9-4745-b12f-82b4e29d58fc {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-491ea44b-a0e9-4745-b12f-82b4e29d58fc {
  display: none;
}
#s-491ea44b-a0e9-4745-b12f-82b4e29d58fc, #wrap-s-491ea44b-a0e9-4745-b12f-82b4e29d58fc { display:none !important; }}
@media (min-width: 0px) {
[id="s-491ea44b-a0e9-4745-b12f-82b4e29d58fc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-491ea44b-a0e9-4745-b12f-82b4e29d58fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-491ea44b-a0e9-4745-b12f-82b4e29d58fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-491ea44b-a0e9-4745-b12f-82b4e29d58fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bf7ab105-39ad-4b33-a2d1-aaff1478c3ce {
  margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-bf7ab105-39ad-4b33-a2d1-aaff1478c3ce {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf7ab105-39ad-4b33-a2d1-aaff1478c3ce {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf7ab105-39ad-4b33-a2d1-aaff1478c3ce {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-bf7ab105-39ad-4b33-a2d1-aaff1478c3ce {
  display: none;
}
#s-bf7ab105-39ad-4b33-a2d1-aaff1478c3ce, #wrap-s-bf7ab105-39ad-4b33-a2d1-aaff1478c3ce { display:none !important; }}
#s-e14a0246-188f-4952-aa4f-ba2a2fa21d07 {
  margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-e14a0246-188f-4952-aa4f-ba2a2fa21d07 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e14a0246-188f-4952-aa4f-ba2a2fa21d07 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e14a0246-188f-4952-aa4f-ba2a2fa21d07 {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}
}
#s-1d71650a-ae5e-4d14-ace6-53089abf7e26 {
  margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-1d71650a-ae5e-4d14-ace6-53089abf7e26 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d71650a-ae5e-4d14-ace6-53089abf7e26 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d71650a-ae5e-4d14-ace6-53089abf7e26 {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}
}
#s-abdd0e3b-f631-401f-a56e-5a00de923b8f {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-abdd0e3b-f631-401f-a56e-5a00de923b8f {
  display: none;
}
#s-abdd0e3b-f631-401f-a56e-5a00de923b8f, #wrap-s-abdd0e3b-f631-401f-a56e-5a00de923b8f { display:none !important; }}@media (max-width: 767px){#s-abdd0e3b-f631-401f-a56e-5a00de923b8f {
  display: none;
}
#s-abdd0e3b-f631-401f-a56e-5a00de923b8f, #wrap-s-abdd0e3b-f631-401f-a56e-5a00de923b8f { display:none !important; }}







#s-abdd0e3b-f631-401f-a56e-5a00de923b8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abdd0e3b-f631-401f-a56e-5a00de923b8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be0e3a55-8b26-4aca-9bd3-ec8cf7613f59 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 4%;
padding-bottom: 4%;
min-height: 50px;
}








#s-be0e3a55-8b26-4aca-9bd3-ec8cf7613f59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be0e3a55-8b26-4aca-9bd3-ec8cf7613f59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c {
  margin-left: 0%;
margin-right: 0%;
}
}






  img.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shogun-image {
    
    
  }


.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c .shogun-image-content {
  
    align-items: center;
  
}

.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shg-align-container {
  text-align: center
}

.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shogun-image {
    
    
  }


.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c .shogun-image-content {
  
    align-items: center;
  
}

.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shg-align-container {
  text-align: center
}

.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shogun-image {
    
    
  }


.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c .shogun-image-content {
  
    align-items: center;
  
}

.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shg-align-container {
  text-align: center
}

.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shogun-image {
    
    
  }


.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c .shogun-image-content {
  
    align-items: center;
  
}

.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shg-align-container {
  text-align: center
}

.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shogun-image {
    
    
  }


.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c .shogun-image-content {
  
    align-items: center;
  
}

.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shg-align-container {
  text-align: center
}

.s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b543f8b3-0a3e-45f4-ad5c-5c39f690582c.shogun-image {
  box-sizing: border-box;
}


}
#s-84695b29-7c5a-477f-973c-bb91e63bbec6 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84695b29-7c5a-477f-973c-bb91e63bbec6 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 6px;
  
}



#s-9b9f1660-6428-4328-9f91-213e2af623f4 {
  margin-top: 0px;
margin-bottom: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b9f1660-6428-4328-9f91-213e2af623f4 {
  display: none;
}
#s-9b9f1660-6428-4328-9f91-213e2af623f4, #wrap-s-9b9f1660-6428-4328-9f91-213e2af623f4 { display:none !important; }}@media (max-width: 767px){#s-9b9f1660-6428-4328-9f91-213e2af623f4 {
  display: none;
}
#s-9b9f1660-6428-4328-9f91-213e2af623f4, #wrap-s-9b9f1660-6428-4328-9f91-213e2af623f4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9b9f1660-6428-4328-9f91-213e2af623f4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9b9f1660-6428-4328-9f91-213e2af623f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b9f1660-6428-4328-9f91-213e2af623f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b9f1660-6428-4328-9f91-213e2af623f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-24b878bf-f5da-4c63-af94-e5fc3f755e65 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-24b878bf-f5da-4c63-af94-e5fc3f755e65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24b878bf-f5da-4c63-af94-e5fc3f755e65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8 {
  text-align: center;
}







  img.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shogun-image {
    
    
  }


.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shg-align-container {
  text-align: center
}

.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shogun-image {
    
    
  }


.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shg-align-container {
  text-align: center
}

.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shogun-image {
    
    
  }


.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shg-align-container {
  text-align: center
}

.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shogun-image {
    
    
  }


.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shg-align-container {
  text-align: center
}

.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shogun-image {
    
    
  }


.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shg-align-container {
  text-align: center
}

.s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9032ed-8c4c-4ddc-8389-822bc6bd6cc8.shogun-image {
  box-sizing: border-box;
}


}
#s-a604eb09-1adc-478f-9978-b040f390c324 {
  margin-left: 5%;
margin-right: 5%;
}

#s-d8b58dcc-feeb-4ffc-a0b3-9f88a7cdd491 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d8b58dcc-feeb-4ffc-a0b3-9f88a7cdd491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8b58dcc-feeb-4ffc-a0b3-9f88a7cdd491.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74d43728-38a0-424b-88d3-573c2601b668 {
  text-align: center;
}







  img.s-74d43728-38a0-424b-88d3-573c2601b668.shogun-image {
    
    
  }


.s-74d43728-38a0-424b-88d3-573c2601b668 .shogun-image-content {
  
    align-items: center;
  
}

.s-74d43728-38a0-424b-88d3-573c2601b668.shg-align-container {
  text-align: center
}

.s-74d43728-38a0-424b-88d3-573c2601b668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74d43728-38a0-424b-88d3-573c2601b668.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-74d43728-38a0-424b-88d3-573c2601b668.shogun-image {
    
    
  }


.s-74d43728-38a0-424b-88d3-573c2601b668 .shogun-image-content {
  
    align-items: center;
  
}

.s-74d43728-38a0-424b-88d3-573c2601b668.shg-align-container {
  text-align: center
}

.s-74d43728-38a0-424b-88d3-573c2601b668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74d43728-38a0-424b-88d3-573c2601b668.shogun-image {
  box-sizing: border-box;
}


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





  img.s-74d43728-38a0-424b-88d3-573c2601b668.shogun-image {
    
    
  }


.s-74d43728-38a0-424b-88d3-573c2601b668 .shogun-image-content {
  
    align-items: center;
  
}

.s-74d43728-38a0-424b-88d3-573c2601b668.shg-align-container {
  text-align: center
}

.s-74d43728-38a0-424b-88d3-573c2601b668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74d43728-38a0-424b-88d3-573c2601b668.shogun-image {
  box-sizing: border-box;
}


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





  img.s-74d43728-38a0-424b-88d3-573c2601b668.shogun-image {
    
    
  }


.s-74d43728-38a0-424b-88d3-573c2601b668 .shogun-image-content {
  
    align-items: center;
  
}

.s-74d43728-38a0-424b-88d3-573c2601b668.shg-align-container {
  text-align: center
}

.s-74d43728-38a0-424b-88d3-573c2601b668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74d43728-38a0-424b-88d3-573c2601b668.shogun-image {
  box-sizing: border-box;
}


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





  img.s-74d43728-38a0-424b-88d3-573c2601b668.shogun-image {
    
    
  }


.s-74d43728-38a0-424b-88d3-573c2601b668 .shogun-image-content {
  
    align-items: center;
  
}

.s-74d43728-38a0-424b-88d3-573c2601b668.shg-align-container {
  text-align: center
}

.s-74d43728-38a0-424b-88d3-573c2601b668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74d43728-38a0-424b-88d3-573c2601b668.shogun-image {
  box-sizing: border-box;
}


}
#s-6ac123ad-b36d-4a8f-b1fe-a0c5c29ca028 {
  margin-left: 5%;
margin-right: 5%;
}

#s-4c6bebd4-d3ba-4ac4-a99c-1a3861d23d3a {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4c6bebd4-d3ba-4ac4-a99c-1a3861d23d3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c6bebd4-d3ba-4ac4-a99c-1a3861d23d3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea {
  text-align: center;
}







  img.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shogun-image {
    
    
  }


.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea .shogun-image-content {
  
    align-items: center;
  
}

.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shg-align-container {
  text-align: center
}

.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shogun-image {
    
    
  }


.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea .shogun-image-content {
  
    align-items: center;
  
}

.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shg-align-container {
  text-align: center
}

.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shogun-image {
    
    
  }


.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea .shogun-image-content {
  
    align-items: center;
  
}

.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shg-align-container {
  text-align: center
}

.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shogun-image {
    
    
  }


.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea .shogun-image-content {
  
    align-items: center;
  
}

.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shg-align-container {
  text-align: center
}

.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shogun-image {
    
    
  }


.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea .shogun-image-content {
  
    align-items: center;
  
}

.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shg-align-container {
  text-align: center
}

.s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cda6f12-0edb-4dd0-8f36-e61300ebf6ea.shogun-image {
  box-sizing: border-box;
}


}
#s-55b4dbe5-afdc-490f-a2fb-9835a85a24db {
  margin-left: 5%;
margin-right: 5%;
}

#s-d603759b-768c-4dc6-8fc6-c980138f613b {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d603759b-768c-4dc6-8fc6-c980138f613b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d603759b-768c-4dc6-8fc6-c980138f613b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86 {
  text-align: center;
}







  img.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shogun-image {
    
    
  }


.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shg-align-container {
  text-align: center
}

.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shogun-image {
    
    
  }


.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shg-align-container {
  text-align: center
}

.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shogun-image {
    
    
  }


.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shg-align-container {
  text-align: center
}

.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shogun-image {
    
    
  }


.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shg-align-container {
  text-align: center
}

.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shogun-image {
    
    
  }


.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shg-align-container {
  text-align: center
}

.s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c17ead3-7bb2-4bcb-bceb-381fc79c6d86.shogun-image {
  box-sizing: border-box;
}


}
#s-b770e6d2-d5ab-4d26-b4ec-8265032a0276 {
  margin-left: 5%;
margin-right: 5%;
}

#s-44ac33e4-d85f-4842-b0a2-3c06254c40dc {
  margin-top: -3%;
margin-left: 5%;
margin-right: 5%;
padding-top: 1px;
padding-bottom: 1px;
}

#s-fe56c53d-04d6-461f-ae54-f5c8430ce7e6 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-fe56c53d-04d6-461f-ae54-f5c8430ce7e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe56c53d-04d6-461f-ae54-f5c8430ce7e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59fd2410-a516-4c94-af6a-d38bf74d5855 {
  padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-59fd2410-a516-4c94-af6a-d38bf74d5855 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59fd2410-a516-4c94-af6a-d38bf74d5855 {
  margin-left: 10%;
margin-right: 10%;
}
}






  img.s-59fd2410-a516-4c94-af6a-d38bf74d5855.shogun-image {
    
    
  }


.s-59fd2410-a516-4c94-af6a-d38bf74d5855 .shogun-image-content {
  
    align-items: center;
  
}

.s-59fd2410-a516-4c94-af6a-d38bf74d5855.shg-align-container {
  text-align: center
}

.s-59fd2410-a516-4c94-af6a-d38bf74d5855.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59fd2410-a516-4c94-af6a-d38bf74d5855.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-59fd2410-a516-4c94-af6a-d38bf74d5855.shogun-image {
    
    
  }


.s-59fd2410-a516-4c94-af6a-d38bf74d5855 .shogun-image-content {
  
    align-items: center;
  
}

.s-59fd2410-a516-4c94-af6a-d38bf74d5855.shg-align-container {
  text-align: center
}

.s-59fd2410-a516-4c94-af6a-d38bf74d5855.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59fd2410-a516-4c94-af6a-d38bf74d5855.shogun-image {
  box-sizing: border-box;
}


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





  img.s-59fd2410-a516-4c94-af6a-d38bf74d5855.shogun-image {
    
    
  }


.s-59fd2410-a516-4c94-af6a-d38bf74d5855 .shogun-image-content {
  
    align-items: center;
  
}

.s-59fd2410-a516-4c94-af6a-d38bf74d5855.shg-align-container {
  text-align: center
}

.s-59fd2410-a516-4c94-af6a-d38bf74d5855.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59fd2410-a516-4c94-af6a-d38bf74d5855.shogun-image {
  box-sizing: border-box;
}


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





  img.s-59fd2410-a516-4c94-af6a-d38bf74d5855.shogun-image {
    
    
  }


.s-59fd2410-a516-4c94-af6a-d38bf74d5855 .shogun-image-content {
  
    align-items: center;
  
}

.s-59fd2410-a516-4c94-af6a-d38bf74d5855.shg-align-container {
  text-align: center
}

.s-59fd2410-a516-4c94-af6a-d38bf74d5855.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59fd2410-a516-4c94-af6a-d38bf74d5855.shogun-image {
  box-sizing: border-box;
}


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





  img.s-59fd2410-a516-4c94-af6a-d38bf74d5855.shogun-image {
    
    
  }


.s-59fd2410-a516-4c94-af6a-d38bf74d5855 .shogun-image-content {
  
    align-items: center;
  
}

.s-59fd2410-a516-4c94-af6a-d38bf74d5855.shg-align-container {
  text-align: center
}

.s-59fd2410-a516-4c94-af6a-d38bf74d5855.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59fd2410-a516-4c94-af6a-d38bf74d5855.shogun-image {
  box-sizing: border-box;
}


}
#s-0c8e98f2-5433-425f-bc7c-d8207fff73b6 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0c8e98f2-5433-425f-bc7c-d8207fff73b6 {
  margin-bottom: 0%;
}
}
#s-0c8e98f2-5433-425f-bc7c-d8207fff73b6 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 6px;
  
}



#s-f221d76d-86b5-488d-9ec3-de4ffc58892d {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f221d76d-86b5-488d-9ec3-de4ffc58892d {
  display: none;
}
#s-f221d76d-86b5-488d-9ec3-de4ffc58892d, #wrap-s-f221d76d-86b5-488d-9ec3-de4ffc58892d { display:none !important; }}@media (max-width: 767px){#s-f221d76d-86b5-488d-9ec3-de4ffc58892d {
  display: none;
}
#s-f221d76d-86b5-488d-9ec3-de4ffc58892d, #wrap-s-f221d76d-86b5-488d-9ec3-de4ffc58892d { display:none !important; }}
@media (min-width: 0px) {
[id="s-f221d76d-86b5-488d-9ec3-de4ffc58892d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f221d76d-86b5-488d-9ec3-de4ffc58892d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f221d76d-86b5-488d-9ec3-de4ffc58892d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f221d76d-86b5-488d-9ec3-de4ffc58892d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-13cc0a00-52e2-405a-bc71-80f40ce7c99d {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-13cc0a00-52e2-405a-bc71-80f40ce7c99d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13cc0a00-52e2-405a-bc71-80f40ce7c99d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a179272-bd6c-4cdc-ad24-8e27effac9b3 {
  text-align: center;
}







  img.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shogun-image {
    
    
  }


.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shg-align-container {
  text-align: center
}

.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shogun-image {
    
    
  }


.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shg-align-container {
  text-align: center
}

.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shogun-image {
    
    
  }


.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shg-align-container {
  text-align: center
}

.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shogun-image {
    
    
  }


.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shg-align-container {
  text-align: center
}

.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shogun-image {
    
    
  }


.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shg-align-container {
  text-align: center
}

.s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a179272-bd6c-4cdc-ad24-8e27effac9b3.shogun-image {
  box-sizing: border-box;
}


}
#s-36330d21-fd85-43cf-8280-06c34deb29e4 {
  margin-left: 5%;
margin-right: 5%;
}

#s-6a6911f8-9f6f-481f-872a-9db157d23c70 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6a6911f8-9f6f-481f-872a-9db157d23c70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a6911f8-9f6f-481f-872a-9db157d23c70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515 {
  text-align: center;
}







  img.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shogun-image {
    
    
  }


.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shg-align-container {
  text-align: center
}

.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shogun-image {
    
    
  }


.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shg-align-container {
  text-align: center
}

.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shogun-image {
    
    
  }


.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shg-align-container {
  text-align: center
}

.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shogun-image {
    
    
  }


.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shg-align-container {
  text-align: center
}

.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shogun-image {
    
    
  }


.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shg-align-container {
  text-align: center
}

.s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaaf0800-e9be-4fbf-ba2d-cafd186fa515.shogun-image {
  box-sizing: border-box;
}


}
#s-716c2d48-d365-49c3-8770-1cf5c57782d0 {
  margin-left: 5%;
margin-right: 5%;
}

#s-5eb899e7-9d95-48b1-bc99-31b7032d6a40 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5eb899e7-9d95-48b1-bc99-31b7032d6a40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5eb899e7-9d95-48b1-bc99-31b7032d6a40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ce1b29a-689b-415c-9211-66308731daa0 {
  text-align: center;
}







  img.s-1ce1b29a-689b-415c-9211-66308731daa0.shogun-image {
    
    
  }


.s-1ce1b29a-689b-415c-9211-66308731daa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ce1b29a-689b-415c-9211-66308731daa0.shg-align-container {
  text-align: center
}

.s-1ce1b29a-689b-415c-9211-66308731daa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce1b29a-689b-415c-9211-66308731daa0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1ce1b29a-689b-415c-9211-66308731daa0.shogun-image {
    
    
  }


.s-1ce1b29a-689b-415c-9211-66308731daa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ce1b29a-689b-415c-9211-66308731daa0.shg-align-container {
  text-align: center
}

.s-1ce1b29a-689b-415c-9211-66308731daa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce1b29a-689b-415c-9211-66308731daa0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1ce1b29a-689b-415c-9211-66308731daa0.shogun-image {
    
    
  }


.s-1ce1b29a-689b-415c-9211-66308731daa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ce1b29a-689b-415c-9211-66308731daa0.shg-align-container {
  text-align: center
}

.s-1ce1b29a-689b-415c-9211-66308731daa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce1b29a-689b-415c-9211-66308731daa0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1ce1b29a-689b-415c-9211-66308731daa0.shogun-image {
    
    
  }


.s-1ce1b29a-689b-415c-9211-66308731daa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ce1b29a-689b-415c-9211-66308731daa0.shg-align-container {
  text-align: center
}

.s-1ce1b29a-689b-415c-9211-66308731daa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce1b29a-689b-415c-9211-66308731daa0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1ce1b29a-689b-415c-9211-66308731daa0.shogun-image {
    
    
  }


.s-1ce1b29a-689b-415c-9211-66308731daa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ce1b29a-689b-415c-9211-66308731daa0.shg-align-container {
  text-align: center
}

.s-1ce1b29a-689b-415c-9211-66308731daa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce1b29a-689b-415c-9211-66308731daa0.shogun-image {
  box-sizing: border-box;
}


}
#s-6ec9d77c-8613-4188-9c4c-a3a3abd79c58 {
  margin-left: 5%;
margin-right: 5%;
}

#s-1f9031c9-e0d0-483a-9f38-590e6a047ce6 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1f9031c9-e0d0-483a-9f38-590e6a047ce6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f9031c9-e0d0-483a-9f38-590e6a047ce6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60061df4-3655-4af4-b66d-0b2c9c9750e2 {
  text-align: center;
}







  img.s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shogun-image {
    
    
  }


.s-60061df4-3655-4af4-b66d-0b2c9c9750e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shg-align-container {
  text-align: center
}

.s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shogun-image {
    
    
  }


.s-60061df4-3655-4af4-b66d-0b2c9c9750e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shg-align-container {
  text-align: center
}

.s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shogun-image {
    
    
  }


.s-60061df4-3655-4af4-b66d-0b2c9c9750e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shg-align-container {
  text-align: center
}

.s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shogun-image {
    
    
  }


.s-60061df4-3655-4af4-b66d-0b2c9c9750e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shg-align-container {
  text-align: center
}

.s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shogun-image {
    
    
  }


.s-60061df4-3655-4af4-b66d-0b2c9c9750e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shg-align-container {
  text-align: center
}

.s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60061df4-3655-4af4-b66d-0b2c9c9750e2.shogun-image {
  box-sizing: border-box;
}


}
#s-c542a0bb-2f40-41db-940a-a748af73fe45 {
  margin-left: 5%;
margin-right: 5%;
}

#s-a6dddc03-4dfe-4358-8946-5df9f914045e {
  margin-left: 5%;
margin-right: 5%;
}

#s-24be3e35-9523-4999-a2b3-1ea94ef63cf3 {
  margin-top: 3%;
margin-bottom: 3%;
min-height: 50px;
}








#s-24be3e35-9523-4999-a2b3-1ea94ef63cf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24be3e35-9523-4999-a2b3-1ea94ef63cf3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eecd392c-640b-4a1b-9ee6-767988e4a410 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eecd392c-640b-4a1b-9ee6-767988e4a410 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 6px;
  
}



#s-33615e28-9f67-465c-9c44-c2054a2e6ca8 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-33615e28-9f67-465c-9c44-c2054a2e6ca8 {
  margin-top: 0px;
margin-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33615e28-9f67-465c-9c44-c2054a2e6ca8 {
  margin-bottom: 50px;
}
}
@media (min-width: 0px) {
[id="s-33615e28-9f67-465c-9c44-c2054a2e6ca8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-33615e28-9f67-465c-9c44-c2054a2e6ca8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33615e28-9f67-465c-9c44-c2054a2e6ca8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33615e28-9f67-465c-9c44-c2054a2e6ca8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-f24a9175-ae3a-4fba-a90a-e9da39f78b20 {
  text-align: center;
}







  #s-f24a9175-ae3a-4fba-a90a-e9da39f78b20 img.shogun-image {
    

    
    
    
  }


#s-f24a9175-ae3a-4fba-a90a-e9da39f78b20 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9186afd-af4d-4dd6-85dc-6f6f86e0f36d {
  text-align: center;
}







  #s-e9186afd-af4d-4dd6-85dc-6f6f86e0f36d img.shogun-image {
    

    
    
    
  }


#s-e9186afd-af4d-4dd6-85dc-6f6f86e0f36d .shogun-image-content {
  
    align-items: center;
  
}

#s-165f9502-0366-4266-b8a6-8be4c13018cc {
  text-align: center;
}







  #s-165f9502-0366-4266-b8a6-8be4c13018cc img.shogun-image {
    

    
    
    
  }


#s-165f9502-0366-4266-b8a6-8be4c13018cc .shogun-image-content {
  
    align-items: center;
  
}

#s-838d5c3a-aed1-4211-b9e6-99ab42a05c4f {
  text-align: center;
}







  #s-838d5c3a-aed1-4211-b9e6-99ab42a05c4f img.shogun-image {
    

    
    
    
  }


#s-838d5c3a-aed1-4211-b9e6-99ab42a05c4f .shogun-image-content {
  
    align-items: center;
  
}

#s-0ad352b4-3ce8-47c2-baca-130f3ddbf182 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-0ad352b4-3ce8-47c2-baca-130f3ddbf182 {
  margin-top: 0px;
margin-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ad352b4-3ce8-47c2-baca-130f3ddbf182 {
  margin-bottom: 2%;
}
}
@media (min-width: 0px) {
[id="s-0ad352b4-3ce8-47c2-baca-130f3ddbf182"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0ad352b4-3ce8-47c2-baca-130f3ddbf182"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ad352b4-3ce8-47c2-baca-130f3ddbf182"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ad352b4-3ce8-47c2-baca-130f3ddbf182"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-f33f737e-ba34-4d9d-8e79-109419d7b30d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-f33f737e-ba34-4d9d-8e79-109419d7b30d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f33f737e-ba34-4d9d-8e79-109419d7b30d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f33f737e-ba34-4d9d-8e79-109419d7b30d-root {
    text-align: center;
  }


#s-f33f737e-ba34-4d9d-8e79-109419d7b30d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f33f737e-ba34-4d9d-8e79-109419d7b30d-root {
    text-align: center;
  }


#s-f33f737e-ba34-4d9d-8e79-109419d7b30d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f33f737e-ba34-4d9d-8e79-109419d7b30d-root {
    text-align: center;
  }


#s-f33f737e-ba34-4d9d-8e79-109419d7b30d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f33f737e-ba34-4d9d-8e79-109419d7b30d-root {
    text-align: center;
  }


#s-f33f737e-ba34-4d9d-8e79-109419d7b30d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f33f737e-ba34-4d9d-8e79-109419d7b30d-root {
    text-align: center;
  }


#s-f33f737e-ba34-4d9d-8e79-109419d7b30d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-f33f737e-ba34-4d9d-8e79-109419d7b30d-root {
    text-align: center;
  }


#s-f33f737e-ba34-4d9d-8e79-109419d7b30d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-cc91e421-3ac6-41f7-8b8a-c165fe1fc11b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-cc91e421-3ac6-41f7-8b8a-c165fe1fc11b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cc91e421-3ac6-41f7-8b8a-c165fe1fc11b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc91e421-3ac6-41f7-8b8a-c165fe1fc11b-root {
    text-align: center;
  }


#s-cc91e421-3ac6-41f7-8b8a-c165fe1fc11b.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc91e421-3ac6-41f7-8b8a-c165fe1fc11b-root {
    text-align: center;
  }


#s-cc91e421-3ac6-41f7-8b8a-c165fe1fc11b.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc91e421-3ac6-41f7-8b8a-c165fe1fc11b-root {
    text-align: center;
  }


#s-cc91e421-3ac6-41f7-8b8a-c165fe1fc11b.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc91e421-3ac6-41f7-8b8a-c165fe1fc11b-root {
    text-align: center;
  }


#s-cc91e421-3ac6-41f7-8b8a-c165fe1fc11b.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc91e421-3ac6-41f7-8b8a-c165fe1fc11b-root {
    text-align: center;
  }


#s-cc91e421-3ac6-41f7-8b8a-c165fe1fc11b.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-cc91e421-3ac6-41f7-8b8a-c165fe1fc11b-root {
    text-align: center;
  }


#s-cc91e421-3ac6-41f7-8b8a-c165fe1fc11b.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-949e3a2b-7ac5-4f65-9452-52a432dd9dbc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-949e3a2b-7ac5-4f65-9452-52a432dd9dbc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-949e3a2b-7ac5-4f65-9452-52a432dd9dbc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-949e3a2b-7ac5-4f65-9452-52a432dd9dbc-root {
    text-align: center;
  }


#s-949e3a2b-7ac5-4f65-9452-52a432dd9dbc.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-949e3a2b-7ac5-4f65-9452-52a432dd9dbc-root {
    text-align: center;
  }


#s-949e3a2b-7ac5-4f65-9452-52a432dd9dbc.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-949e3a2b-7ac5-4f65-9452-52a432dd9dbc-root {
    text-align: center;
  }


#s-949e3a2b-7ac5-4f65-9452-52a432dd9dbc.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-949e3a2b-7ac5-4f65-9452-52a432dd9dbc-root {
    text-align: center;
  }


#s-949e3a2b-7ac5-4f65-9452-52a432dd9dbc.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-949e3a2b-7ac5-4f65-9452-52a432dd9dbc-root {
    text-align: center;
  }


#s-949e3a2b-7ac5-4f65-9452-52a432dd9dbc.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-949e3a2b-7ac5-4f65-9452-52a432dd9dbc-root {
    text-align: center;
  }


#s-949e3a2b-7ac5-4f65-9452-52a432dd9dbc.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-7fcf5a04-800a-42ff-b3a2-e77f7833b4a8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-7fcf5a04-800a-42ff-b3a2-e77f7833b4a8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7fcf5a04-800a-42ff-b3a2-e77f7833b4a8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fcf5a04-800a-42ff-b3a2-e77f7833b4a8-root {
    text-align: center;
  }


#s-7fcf5a04-800a-42ff-b3a2-e77f7833b4a8.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7fcf5a04-800a-42ff-b3a2-e77f7833b4a8-root {
    text-align: center;
  }


#s-7fcf5a04-800a-42ff-b3a2-e77f7833b4a8.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fcf5a04-800a-42ff-b3a2-e77f7833b4a8-root {
    text-align: center;
  }


#s-7fcf5a04-800a-42ff-b3a2-e77f7833b4a8.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fcf5a04-800a-42ff-b3a2-e77f7833b4a8-root {
    text-align: center;
  }


#s-7fcf5a04-800a-42ff-b3a2-e77f7833b4a8.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7fcf5a04-800a-42ff-b3a2-e77f7833b4a8-root {
    text-align: center;
  }


#s-7fcf5a04-800a-42ff-b3a2-e77f7833b4a8.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-7fcf5a04-800a-42ff-b3a2-e77f7833b4a8-root {
    text-align: center;
  }


#s-7fcf5a04-800a-42ff-b3a2-e77f7833b4a8.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-e96db4ea-ad48-48a0-a295-77cf0e319aa9 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 5%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e96db4ea-ad48-48a0-a295-77cf0e319aa9 {
  
}
}@media (max-width: 767px){#s-e96db4ea-ad48-48a0-a295-77cf0e319aa9 {
  
}
}
#s-e96db4ea-ad48-48a0-a295-77cf0e319aa9 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 3px;
  
}


#s-e96db4ea-ad48-48a0-a295-77cf0e319aa9 .shogun-heading-component h6 a {
  color: #000;
}


/*
  $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}