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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-d5aeb400-76a9-414d-abb5-0b8322640107 {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d5aeb400-76a9-414d-abb5-0b8322640107 {
  display: none;
}
#s-d5aeb400-76a9-414d-abb5-0b8322640107, #wrap-s-d5aeb400-76a9-414d-abb5-0b8322640107 { display:none !important; }}@media (max-width: 767px){#s-d5aeb400-76a9-414d-abb5-0b8322640107 {
  display: none;
}
#s-d5aeb400-76a9-414d-abb5-0b8322640107, #wrap-s-d5aeb400-76a9-414d-abb5-0b8322640107 { display:none !important; }}
.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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-89b1167f-ece3-48c7-af16-6a5805120622 {
  border-style: solid;
border-left-width: 15px;
border-right-width: 15px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-89b1167f-ece3-48c7-af16-6a5805120622 {
  display: none;
}
#s-89b1167f-ece3-48c7-af16-6a5805120622, #wrap-s-89b1167f-ece3-48c7-af16-6a5805120622 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89b1167f-ece3-48c7-af16-6a5805120622 {
  display: none;
}
#s-89b1167f-ece3-48c7-af16-6a5805120622, #wrap-s-89b1167f-ece3-48c7-af16-6a5805120622 { display:none !important; }}



  #s-89b1167f-ece3-48c7-af16-6a5805120622 img.shogun-image {
    
    width: px;
  }


#s-89b1167f-ece3-48c7-af16-6a5805120622 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-68076133-d93c-42da-b1f2-0e7b40607ff6 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 25px;
border-bottom-width: 0px;
border-right-width: 25px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}




  #s-68076133-d93c-42da-b1f2-0e7b40607ff6 img.shogun-image {
    
    width: px;
  }


#s-68076133-d93c-42da-b1f2-0e7b40607ff6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8badceb0-472a-45e4-9ec0-2aaaed087f5b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 25px;
border-bottom-width: 0px;
border-right-width: 25px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}




  #s-8badceb0-472a-45e4-9ec0-2aaaed087f5b img.shogun-image {
    
    width: px;
  }


#s-8badceb0-472a-45e4-9ec0-2aaaed087f5b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1c402bfa-03d2-4118-a791-a21e1927981c {
  border-style: solid;
border-top-width: 0px;
border-left-width: 25px;
border-bottom-width: 0px;
border-right-width: 25px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}




  #s-1c402bfa-03d2-4118-a791-a21e1927981c img.shogun-image {
    
    width: px;
  }


#s-1c402bfa-03d2-4118-a791-a21e1927981c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-82c15d87-19db-4e76-916c-d3ee6b6d2cb3 {
  border-style: solid;
border-left-width: 25px;
border-right-width: 25px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-82c15d87-19db-4e76-916c-d3ee6b6d2cb3 {
  display: none;
}
#s-82c15d87-19db-4e76-916c-d3ee6b6d2cb3, #wrap-s-82c15d87-19db-4e76-916c-d3ee6b6d2cb3 { display:none !important; }}@media (max-width: 767px){#s-82c15d87-19db-4e76-916c-d3ee6b6d2cb3 {
  display: none;
}
#s-82c15d87-19db-4e76-916c-d3ee6b6d2cb3, #wrap-s-82c15d87-19db-4e76-916c-d3ee6b6d2cb3 { display:none !important; }}



  #s-82c15d87-19db-4e76-916c-d3ee6b6d2cb3 img.shogun-image {
    
    width: px;
  }


#s-82c15d87-19db-4e76-916c-d3ee6b6d2cb3 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c16162d4-e209-49ff-87e6-2baf1950db37 {
  text-align: center;
}




  #s-c16162d4-e209-49ff-87e6-2baf1950db37 img.shogun-image {
    
    width: px;
  }


#s-c16162d4-e209-49ff-87e6-2baf1950db37 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fb8aa6a1-453f-41fd-a153-03fb1f86010c {
  border-style: solid;
border-left-width: 15px;
border-right-width: 15px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-fb8aa6a1-453f-41fd-a153-03fb1f86010c {
  display: none;
}
#s-fb8aa6a1-453f-41fd-a153-03fb1f86010c, #wrap-s-fb8aa6a1-453f-41fd-a153-03fb1f86010c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb8aa6a1-453f-41fd-a153-03fb1f86010c {
  display: none;
}
#s-fb8aa6a1-453f-41fd-a153-03fb1f86010c, #wrap-s-fb8aa6a1-453f-41fd-a153-03fb1f86010c { display:none !important; }}



  #s-fb8aa6a1-453f-41fd-a153-03fb1f86010c img.shogun-image {
    
    width: px;
  }


#s-fb8aa6a1-453f-41fd-a153-03fb1f86010c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b {
  padding-top: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b {
  display: none;
}
#s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b, #wrap-s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b {
  display: none;
}
#s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b, #wrap-s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b { display:none !important; }}@media (max-width: 767px){#s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b {
  display: none;
}
#s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b, #wrap-s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b { display:none !important; }}
@media (min-width: 0px) {
[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-94a3f2be-485b-46de-9de6-ab5f6f9aa86b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-3b17543f-568f-4ab7-a850-c44d8d204c5c {
  border-style: solid;
border-left-width: 25px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3b17543f-568f-4ab7-a850-c44d8d204c5c {
  display: none;
}
#s-3b17543f-568f-4ab7-a850-c44d8d204c5c, #wrap-s-3b17543f-568f-4ab7-a850-c44d8d204c5c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b17543f-568f-4ab7-a850-c44d8d204c5c {
  display: none;
}
#s-3b17543f-568f-4ab7-a850-c44d8d204c5c, #wrap-s-3b17543f-568f-4ab7-a850-c44d8d204c5c { display:none !important; }}@media (max-width: 767px){#s-3b17543f-568f-4ab7-a850-c44d8d204c5c {
  display: none;
}
#s-3b17543f-568f-4ab7-a850-c44d8d204c5c, #wrap-s-3b17543f-568f-4ab7-a850-c44d8d204c5c { display:none !important; }}

#s-3b17543f-568f-4ab7-a850-c44d8d204c5c .shogun-image-overlay p {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-3b17543f-568f-4ab7-a850-c44d8d204c5c img.shogun-image {
    
    width: px;
  }


#s-3b17543f-568f-4ab7-a850-c44d8d204c5c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cc5c6640-3c8b-421d-9aee-2411982ace2f {
  border-style: solid;
border-right-width: 25px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-cc5c6640-3c8b-421d-9aee-2411982ace2f {
  display: none;
}
#s-cc5c6640-3c8b-421d-9aee-2411982ace2f, #wrap-s-cc5c6640-3c8b-421d-9aee-2411982ace2f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc5c6640-3c8b-421d-9aee-2411982ace2f {
  display: none;
}
#s-cc5c6640-3c8b-421d-9aee-2411982ace2f, #wrap-s-cc5c6640-3c8b-421d-9aee-2411982ace2f { display:none !important; }}@media (max-width: 767px){#s-cc5c6640-3c8b-421d-9aee-2411982ace2f {
  display: none;
}
#s-cc5c6640-3c8b-421d-9aee-2411982ace2f, #wrap-s-cc5c6640-3c8b-421d-9aee-2411982ace2f { display:none !important; }}

#s-cc5c6640-3c8b-421d-9aee-2411982ace2f .shogun-image-overlay p {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-cc5c6640-3c8b-421d-9aee-2411982ace2f img.shogun-image {
    
    width: px;
  }


#s-cc5c6640-3c8b-421d-9aee-2411982ace2f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-076a4731-11c6-4717-bd65-1754e23ae90a {
  padding-top: 0px;
padding-bottom: 5px;
}
@media (min-width: 1200px){#s-076a4731-11c6-4717-bd65-1754e23ae90a {
  display: none;
}
#s-076a4731-11c6-4717-bd65-1754e23ae90a, #wrap-s-076a4731-11c6-4717-bd65-1754e23ae90a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-076a4731-11c6-4717-bd65-1754e23ae90a {
  display: none;
}
#s-076a4731-11c6-4717-bd65-1754e23ae90a, #wrap-s-076a4731-11c6-4717-bd65-1754e23ae90a { display:none !important; }}@media (max-width: 767px){#s-076a4731-11c6-4717-bd65-1754e23ae90a {
  display: none;
}
#s-076a4731-11c6-4717-bd65-1754e23ae90a, #wrap-s-076a4731-11c6-4717-bd65-1754e23ae90a { display:none !important; }}
@media (min-width: 0px) {
[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-076a4731-11c6-4717-bd65-1754e23ae90a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-2e08c7a4-8b42-47fa-857e-444a5645583e {
  border-style: solid;
border-left-width: 25px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-2e08c7a4-8b42-47fa-857e-444a5645583e {
  display: none;
}
#s-2e08c7a4-8b42-47fa-857e-444a5645583e, #wrap-s-2e08c7a4-8b42-47fa-857e-444a5645583e { display:none !important; }}

#s-2e08c7a4-8b42-47fa-857e-444a5645583e .shogun-image-overlay p {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-2e08c7a4-8b42-47fa-857e-444a5645583e img.shogun-image {
    
    width: px;
  }


#s-2e08c7a4-8b42-47fa-857e-444a5645583e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2e03d969-b91a-4383-b8ee-73523363437a {
  border-style: solid;
border-left-width: 0px;
border-right-width: 25px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}


#s-2e03d969-b91a-4383-b8ee-73523363437a .shogun-image-overlay p {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-2e03d969-b91a-4383-b8ee-73523363437a img.shogun-image {
    
    width: px;
  }


#s-2e03d969-b91a-4383-b8ee-73523363437a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-94f4499d-39b0-40fd-863d-a958049bd3cc {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 15px;
border-bottom-width: 0px;
border-right-width: 15px;
border-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-94f4499d-39b0-40fd-863d-a958049bd3cc {
  display: none;
}
#s-94f4499d-39b0-40fd-863d-a958049bd3cc, #wrap-s-94f4499d-39b0-40fd-863d-a958049bd3cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94f4499d-39b0-40fd-863d-a958049bd3cc {
  display: none;
}
#s-94f4499d-39b0-40fd-863d-a958049bd3cc, #wrap-s-94f4499d-39b0-40fd-863d-a958049bd3cc { display:none !important; }}
#s-75afaec6-1feb-4af3-9fa6-4ae57c6529b3 {
  text-align: center;
}




  #s-75afaec6-1feb-4af3-9fa6-4ae57c6529b3 img.shogun-image {
    
    width: px;
  }


#s-75afaec6-1feb-4af3-9fa6-4ae57c6529b3 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a789335d-7ed2-4f74-845d-9e5b96c70f5b {
  text-align: center;
}




  #s-a789335d-7ed2-4f74-845d-9e5b96c70f5b img.shogun-image {
    
    width: px;
  }


#s-a789335d-7ed2-4f74-845d-9e5b96c70f5b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9873372d-deac-4417-b547-a88543c09ee9 {
  text-align: center;
}




  #s-9873372d-deac-4417-b547-a88543c09ee9 img.shogun-image {
    
    width: px;
  }


#s-9873372d-deac-4417-b547-a88543c09ee9 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-431808ad-c2aa-4667-8017-44295daba197 {
  padding-top: 5px;
}
@media (min-width: 1200px){#s-431808ad-c2aa-4667-8017-44295daba197 {
  display: none;
}
#s-431808ad-c2aa-4667-8017-44295daba197, #wrap-s-431808ad-c2aa-4667-8017-44295daba197 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-431808ad-c2aa-4667-8017-44295daba197 {
  display: none;
}
#s-431808ad-c2aa-4667-8017-44295daba197, #wrap-s-431808ad-c2aa-4667-8017-44295daba197 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-431808ad-c2aa-4667-8017-44295daba197 {
  
}
}
#s-79f9e930-6e92-4a4f-8518-1a0a755f1d52 {
  border-style: solid;
margin-top: -18px;
border-left-width: 15px;
border-right-width: 15px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-79f9e930-6e92-4a4f-8518-1a0a755f1d52 {
  display: none;
}
#s-79f9e930-6e92-4a4f-8518-1a0a755f1d52, #wrap-s-79f9e930-6e92-4a4f-8518-1a0a755f1d52 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79f9e930-6e92-4a4f-8518-1a0a755f1d52 {
  display: none;
}
#s-79f9e930-6e92-4a4f-8518-1a0a755f1d52, #wrap-s-79f9e930-6e92-4a4f-8518-1a0a755f1d52 { display:none !important; }}



  #s-79f9e930-6e92-4a4f-8518-1a0a755f1d52 img.shogun-image {
    
    width: px;
  }


#s-79f9e930-6e92-4a4f-8518-1a0a755f1d52 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fc00d4db-1e62-4377-b36a-97107f2527fe {
  border-style: solid;
padding-top: 5px;
border-left-width: 15px;
border-right-width: 15px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-fc00d4db-1e62-4377-b36a-97107f2527fe {
  display: none;
}
#s-fc00d4db-1e62-4377-b36a-97107f2527fe, #wrap-s-fc00d4db-1e62-4377-b36a-97107f2527fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc00d4db-1e62-4377-b36a-97107f2527fe {
  display: none;
}
#s-fc00d4db-1e62-4377-b36a-97107f2527fe, #wrap-s-fc00d4db-1e62-4377-b36a-97107f2527fe { display:none !important; }}

#s-fc00d4db-1e62-4377-b36a-97107f2527fe .shogun-image-overlay p {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-fc00d4db-1e62-4377-b36a-97107f2527fe img.shogun-image {
    
    width: px;
  }


#s-fc00d4db-1e62-4377-b36a-97107f2527fe .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7c24453f-3840-4e81-ab85-6662524ee247 {
  border-style: solid;
padding-top: 10px;
border-left-width: 15px;
border-right-width: 15px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-7c24453f-3840-4e81-ab85-6662524ee247 {
  display: none;
}
#s-7c24453f-3840-4e81-ab85-6662524ee247, #wrap-s-7c24453f-3840-4e81-ab85-6662524ee247 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c24453f-3840-4e81-ab85-6662524ee247 {
  display: none;
}
#s-7c24453f-3840-4e81-ab85-6662524ee247, #wrap-s-7c24453f-3840-4e81-ab85-6662524ee247 { display:none !important; }}

#s-7c24453f-3840-4e81-ab85-6662524ee247 .shogun-image-overlay p {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-7c24453f-3840-4e81-ab85-6662524ee247 img.shogun-image {
    
    width: px;
  }


#s-7c24453f-3840-4e81-ab85-6662524ee247 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e2b17940-0024-42f7-a50d-87e3a6641e72 {
  border-style: solid;
padding-top: 10px;
border-left-width: 15px;
border-right-width: 15px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-e2b17940-0024-42f7-a50d-87e3a6641e72 {
  display: none;
}
#s-e2b17940-0024-42f7-a50d-87e3a6641e72, #wrap-s-e2b17940-0024-42f7-a50d-87e3a6641e72 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2b17940-0024-42f7-a50d-87e3a6641e72 {
  display: none;
}
#s-e2b17940-0024-42f7-a50d-87e3a6641e72, #wrap-s-e2b17940-0024-42f7-a50d-87e3a6641e72 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e2b17940-0024-42f7-a50d-87e3a6641e72 {
  
}
}

#s-e2b17940-0024-42f7-a50d-87e3a6641e72 .shogun-image-overlay p {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-e2b17940-0024-42f7-a50d-87e3a6641e72 img.shogun-image {
    
    width: px;
  }


#s-e2b17940-0024-42f7-a50d-87e3a6641e72 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-73d4ddb4-dd6d-4a82-a308-6f090ee8b9e6 {
  border-style: solid;
padding-top: 10px;
border-left-width: 15px;
border-right-width: 15px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-73d4ddb4-dd6d-4a82-a308-6f090ee8b9e6 {
  display: none;
}
#s-73d4ddb4-dd6d-4a82-a308-6f090ee8b9e6, #wrap-s-73d4ddb4-dd6d-4a82-a308-6f090ee8b9e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73d4ddb4-dd6d-4a82-a308-6f090ee8b9e6 {
  display: none;
}
#s-73d4ddb4-dd6d-4a82-a308-6f090ee8b9e6, #wrap-s-73d4ddb4-dd6d-4a82-a308-6f090ee8b9e6 { display:none !important; }}

#s-73d4ddb4-dd6d-4a82-a308-6f090ee8b9e6 .shogun-image-overlay p {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-73d4ddb4-dd6d-4a82-a308-6f090ee8b9e6 img.shogun-image {
    
    width: px;
  }


#s-73d4ddb4-dd6d-4a82-a308-6f090ee8b9e6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3c256138-22ee-48bc-b1c2-78abb2202571 {
  padding-top: 5px;
}
@media (min-width: 1200px){#s-3c256138-22ee-48bc-b1c2-78abb2202571 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c256138-22ee-48bc-b1c2-78abb2202571 {
  display: none;
}
#s-3c256138-22ee-48bc-b1c2-78abb2202571, #wrap-s-3c256138-22ee-48bc-b1c2-78abb2202571 { display:none !important; }}@media (max-width: 767px){#s-3c256138-22ee-48bc-b1c2-78abb2202571 {
  display: none;
}
#s-3c256138-22ee-48bc-b1c2-78abb2202571, #wrap-s-3c256138-22ee-48bc-b1c2-78abb2202571 { display:none !important; }}
#s-1c77b330-5c78-444e-adba-b6d39312d5b2 {
  margin-top: -16px;
margin-left: 95px;
margin-bottom: 0px;
margin-right: 95px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c77b330-5c78-444e-adba-b6d39312d5b2 {
  display: none;
}
#s-1c77b330-5c78-444e-adba-b6d39312d5b2, #wrap-s-1c77b330-5c78-444e-adba-b6d39312d5b2 { display:none !important; }}@media (max-width: 767px){#s-1c77b330-5c78-444e-adba-b6d39312d5b2 {
  display: none;
}
#s-1c77b330-5c78-444e-adba-b6d39312d5b2, #wrap-s-1c77b330-5c78-444e-adba-b6d39312d5b2 { display:none !important; }}



  #s-1c77b330-5c78-444e-adba-b6d39312d5b2 img.shogun-image {
    
    width: px;
  }


#s-1c77b330-5c78-444e-adba-b6d39312d5b2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9799bd09-40d9-4dba-a3b2-7cb829f857a8 {
  border-style: solid;
padding-top: 5px;
border-left-width: 25px;
border-right-width: 25px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-9799bd09-40d9-4dba-a3b2-7cb829f857a8 {
  display: none;
}
#s-9799bd09-40d9-4dba-a3b2-7cb829f857a8, #wrap-s-9799bd09-40d9-4dba-a3b2-7cb829f857a8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9799bd09-40d9-4dba-a3b2-7cb829f857a8 {
  display: none;
}
#s-9799bd09-40d9-4dba-a3b2-7cb829f857a8, #wrap-s-9799bd09-40d9-4dba-a3b2-7cb829f857a8 { display:none !important; }}@media (max-width: 767px){#s-9799bd09-40d9-4dba-a3b2-7cb829f857a8 {
  display: none;
}
#s-9799bd09-40d9-4dba-a3b2-7cb829f857a8, #wrap-s-9799bd09-40d9-4dba-a3b2-7cb829f857a8 { display:none !important; }}

#s-9799bd09-40d9-4dba-a3b2-7cb829f857a8 .shogun-image-overlay p {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-9799bd09-40d9-4dba-a3b2-7cb829f857a8 img.shogun-image {
    
    width: px;
  }


#s-9799bd09-40d9-4dba-a3b2-7cb829f857a8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-dbe397ac-5e38-47c1-9ac5-2f225d5550c2 {
  border-style: solid;
padding-top: 5px;
border-left-width: 25px;
border-right-width: 25px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-dbe397ac-5e38-47c1-9ac5-2f225d5550c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dbe397ac-5e38-47c1-9ac5-2f225d5550c2 {
  display: none;
}
#s-dbe397ac-5e38-47c1-9ac5-2f225d5550c2, #wrap-s-dbe397ac-5e38-47c1-9ac5-2f225d5550c2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dbe397ac-5e38-47c1-9ac5-2f225d5550c2 {
  display: none;
}
#s-dbe397ac-5e38-47c1-9ac5-2f225d5550c2, #wrap-s-dbe397ac-5e38-47c1-9ac5-2f225d5550c2 { display:none !important; }}@media (max-width: 767px){#s-dbe397ac-5e38-47c1-9ac5-2f225d5550c2 {
  display: none;
}
#s-dbe397ac-5e38-47c1-9ac5-2f225d5550c2, #wrap-s-dbe397ac-5e38-47c1-9ac5-2f225d5550c2 { display:none !important; }}

#s-dbe397ac-5e38-47c1-9ac5-2f225d5550c2 .shogun-image-overlay p {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-dbe397ac-5e38-47c1-9ac5-2f225d5550c2 img.shogun-image {
    
    width: px;
  }


#s-dbe397ac-5e38-47c1-9ac5-2f225d5550c2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-113522da-9adf-4854-8c43-63decbfef13b {
  padding-top: 20px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-113522da-9adf-4854-8c43-63decbfef13b {
  display: none;
}
#s-113522da-9adf-4854-8c43-63decbfef13b, #wrap-s-113522da-9adf-4854-8c43-63decbfef13b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-113522da-9adf-4854-8c43-63decbfef13b {
  display: none;
}
#s-113522da-9adf-4854-8c43-63decbfef13b, #wrap-s-113522da-9adf-4854-8c43-63decbfef13b { display:none !important; }}@media (max-width: 767px){#s-113522da-9adf-4854-8c43-63decbfef13b {
  display: none;
}
#s-113522da-9adf-4854-8c43-63decbfef13b, #wrap-s-113522da-9adf-4854-8c43-63decbfef13b { display:none !important; }}
@media (min-width: 0px) {
[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-113522da-9adf-4854-8c43-63decbfef13b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-60816190-36b7-42a4-867c-ffa055fa6142 {
  border-style: solid;
border-left-width: 25px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-60816190-36b7-42a4-867c-ffa055fa6142 {
  display: none;
}
#s-60816190-36b7-42a4-867c-ffa055fa6142, #wrap-s-60816190-36b7-42a4-867c-ffa055fa6142 { display:none !important; }}

#s-60816190-36b7-42a4-867c-ffa055fa6142 .shogun-image-overlay p {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-60816190-36b7-42a4-867c-ffa055fa6142 img.shogun-image {
    
    width: px;
  }


#s-60816190-36b7-42a4-867c-ffa055fa6142 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-97b7dfc5-cff3-4c57-9cb4-2f08afa36bc4 {
  border-style: solid;
border-right-width: 25px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}


#s-97b7dfc5-cff3-4c57-9cb4-2f08afa36bc4 .shogun-image-overlay p {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-97b7dfc5-cff3-4c57-9cb4-2f08afa36bc4 img.shogun-image {
    
    width: px;
  }


#s-97b7dfc5-cff3-4c57-9cb4-2f08afa36bc4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e3fee007-cc6d-431b-8fb9-4096b6bd949a {
  padding-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e3fee007-cc6d-431b-8fb9-4096b6bd949a {
  display: none;
}
#s-e3fee007-cc6d-431b-8fb9-4096b6bd949a, #wrap-s-e3fee007-cc6d-431b-8fb9-4096b6bd949a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3fee007-cc6d-431b-8fb9-4096b6bd949a {
  display: none;
}
#s-e3fee007-cc6d-431b-8fb9-4096b6bd949a, #wrap-s-e3fee007-cc6d-431b-8fb9-4096b6bd949a { display:none !important; }}@media (max-width: 767px){#s-e3fee007-cc6d-431b-8fb9-4096b6bd949a {
  display: none;
}
#s-e3fee007-cc6d-431b-8fb9-4096b6bd949a, #wrap-s-e3fee007-cc6d-431b-8fb9-4096b6bd949a { display:none !important; }}
@media (min-width: 0px) {
[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e3fee007-cc6d-431b-8fb9-4096b6bd949a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-a8760a71-e153-41fd-9e04-5f989e565936 {
  border-style: solid;
border-left-width: 25px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}


#s-a8760a71-e153-41fd-9e04-5f989e565936 .shogun-image-overlay p {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-a8760a71-e153-41fd-9e04-5f989e565936 img.shogun-image {
    
    width: px;
  }


#s-a8760a71-e153-41fd-9e04-5f989e565936 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5ced1e87-e7dd-4610-914d-1bff6895ae12 {
  border-style: solid;
border-right-width: 25px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}


#s-5ced1e87-e7dd-4610-914d-1bff6895ae12 .shogun-image-overlay p {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-5ced1e87-e7dd-4610-914d-1bff6895ae12 img.shogun-image {
    
    width: px;
  }


#s-5ced1e87-e7dd-4610-914d-1bff6895ae12 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: -7px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
max-width: 1080px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9 {
  display: none;
}
#s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9, #wrap-s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9 { display:none !important; }}@media (max-width: 767px){#s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9 {
  display: none;
}
#s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9, #wrap-s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3db35ff9-b7c0-487b-861a-b23fb2b87ea9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fcfa01fe-9588-41a1-9feb-ababd8404be2 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fcfa01fe-9588-41a1-9feb-ababd8404be2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d66b3ccc-a9a3-481e-8318-fcbf8eaab922 {
  text-align: center;
}




  #s-d66b3ccc-a9a3-481e-8318-fcbf8eaab922 img.shogun-image {
    
    width: px;
  }


#s-d66b3ccc-a9a3-481e-8318-fcbf8eaab922 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c1e10c49-9272-4e2d-a480-05c022f3c8e9 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1e10c49-9272-4e2d-a480-05c022f3c8e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3276e559-9aab-4f2b-9225-1ca8ae4d87dc {
  text-align: center;
}




  #s-3276e559-9aab-4f2b-9225-1ca8ae4d87dc img.shogun-image {
    
    width: px;
  }


#s-3276e559-9aab-4f2b-9225-1ca8ae4d87dc .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cf44ccc0-da14-43b1-a0ed-35624537e508 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cf44ccc0-da14-43b1-a0ed-35624537e508"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b22135dd-028a-47af-ad2d-2c8ab02d145d {
  text-align: center;
}




  #s-b22135dd-028a-47af-ad2d-2c8ab02d145d img.shogun-image {
    
    width: px;
  }


#s-b22135dd-028a-47af-ad2d-2c8ab02d145d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-38ada2d5-1442-45b9-9f78-27666fd95f16 {
  border-style: solid;
padding-top: 10px;
border-left-width: 15px;
border-right-width: 15px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-38ada2d5-1442-45b9-9f78-27666fd95f16 {
  display: none;
}
#s-38ada2d5-1442-45b9-9f78-27666fd95f16, #wrap-s-38ada2d5-1442-45b9-9f78-27666fd95f16 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38ada2d5-1442-45b9-9f78-27666fd95f16 {
  display: none;
}
#s-38ada2d5-1442-45b9-9f78-27666fd95f16, #wrap-s-38ada2d5-1442-45b9-9f78-27666fd95f16 { display:none !important; }}

#s-38ada2d5-1442-45b9-9f78-27666fd95f16 .shogun-image-overlay p {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-38ada2d5-1442-45b9-9f78-27666fd95f16 img.shogun-image {
    
    width: px;
  }


#s-38ada2d5-1442-45b9-9f78-27666fd95f16 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d154d9c3-af35-49da-8cac-135cd9931357 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-d154d9c3-af35-49da-8cac-135cd9931357 {
  display: none;
}
#s-d154d9c3-af35-49da-8cac-135cd9931357, #wrap-s-d154d9c3-af35-49da-8cac-135cd9931357 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d154d9c3-af35-49da-8cac-135cd9931357 {
  display: none;
}
#s-d154d9c3-af35-49da-8cac-135cd9931357, #wrap-s-d154d9c3-af35-49da-8cac-135cd9931357 { display:none !important; }}@media (max-width: 767px){#s-d154d9c3-af35-49da-8cac-135cd9931357 {
  display: none;
}
#s-d154d9c3-af35-49da-8cac-135cd9931357, #wrap-s-d154d9c3-af35-49da-8cac-135cd9931357 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d154d9c3-af35-49da-8cac-135cd9931357"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b3e37397-370f-47f1-bc0e-25f86daddace {
  border-style: solid;
padding-left: 0px;
border-top-width: 0px;
border-left-width: 25px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-b3e37397-370f-47f1-bc0e-25f86daddace {
  
}
}

#s-b3e37397-370f-47f1-bc0e-25f86daddace .shogun-image-overlay p {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-b3e37397-370f-47f1-bc0e-25f86daddace img.shogun-image {
    
    width: px;
  }


#s-b3e37397-370f-47f1-bc0e-25f86daddace .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7fc8b14e-2816-48d9-ad64-e38b88095a63 {
  border-style: solid;
margin-left: 13px;
margin-right: 13px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}


#s-7fc8b14e-2816-48d9-ad64-e38b88095a63 .shogun-image-overlay p {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-7fc8b14e-2816-48d9-ad64-e38b88095a63 img.shogun-image {
    
    width: px;
  }


#s-7fc8b14e-2816-48d9-ad64-e38b88095a63 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c0a9e6e8-a515-414a-b981-3cb0dacd7edf {
  border-style: solid;
margin-right: 25px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}


#s-c0a9e6e8-a515-414a-b981-3cb0dacd7edf .shogun-image-overlay p {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-c0a9e6e8-a515-414a-b981-3cb0dacd7edf img.shogun-image {
    
    width: px;
  }


#s-c0a9e6e8-a515-414a-b981-3cb0dacd7edf .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67 {
  display: none;
}
#s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67, #wrap-s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67 {
  display: none;
}
#s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67, #wrap-s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67 { display:none !important; }}@media (max-width: 767px){#s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67 {
  display: none;
}
#s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67, #wrap-s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fea88b80-bfab-44f4-b8ce-0758f6fc7e67"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-83904440-beb9-48ab-90b8-95cb1e635124 {
  border-style: solid;
padding-left: 0px;
border-top-width: 0px;
border-left-width: 25px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-83904440-beb9-48ab-90b8-95cb1e635124 {
  
}
}

#s-83904440-beb9-48ab-90b8-95cb1e635124 .shogun-image-overlay p {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-83904440-beb9-48ab-90b8-95cb1e635124 img.shogun-image {
    
    width: px;
  }


#s-83904440-beb9-48ab-90b8-95cb1e635124 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d01acb43-5d67-4f7b-848b-4339d7120453 {
  border-style: solid;
margin-left: 13px;
margin-right: 13px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}


#s-d01acb43-5d67-4f7b-848b-4339d7120453 .shogun-image-overlay p {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-d01acb43-5d67-4f7b-848b-4339d7120453 img.shogun-image {
    
    width: px;
  }


#s-d01acb43-5d67-4f7b-848b-4339d7120453 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8321bdc7-1410-4dec-93c0-0ebe5a5b0384 {
  border-style: solid;
margin-right: 25px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}


#s-8321bdc7-1410-4dec-93c0-0ebe5a5b0384 .shogun-image-overlay p {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-8321bdc7-1410-4dec-93c0-0ebe5a5b0384 img.shogun-image {
    
    width: px;
  }


#s-8321bdc7-1410-4dec-93c0-0ebe5a5b0384 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f4286f33-7e77-48a9-a9d4-b1fe16712800 {
  border-style: solid;
padding-top: 10px;
border-left-width: 15px;
border-right-width: 15px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-f4286f33-7e77-48a9-a9d4-b1fe16712800 {
  display: none;
}
#s-f4286f33-7e77-48a9-a9d4-b1fe16712800, #wrap-s-f4286f33-7e77-48a9-a9d4-b1fe16712800 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4286f33-7e77-48a9-a9d4-b1fe16712800 {
  display: none;
}
#s-f4286f33-7e77-48a9-a9d4-b1fe16712800, #wrap-s-f4286f33-7e77-48a9-a9d4-b1fe16712800 { display:none !important; }}

#s-f4286f33-7e77-48a9-a9d4-b1fe16712800 .shogun-image-overlay p {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-f4286f33-7e77-48a9-a9d4-b1fe16712800 img.shogun-image {
    
    width: px;
  }


#s-f4286f33-7e77-48a9-a9d4-b1fe16712800 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cfb4f3ba-3c76-4713-be58-331d1a28a21f {
  border-style: solid;
padding-top: 10px;
border-left-width: 15px;
border-right-width: 15px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-cfb4f3ba-3c76-4713-be58-331d1a28a21f {
  display: none;
}
#s-cfb4f3ba-3c76-4713-be58-331d1a28a21f, #wrap-s-cfb4f3ba-3c76-4713-be58-331d1a28a21f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cfb4f3ba-3c76-4713-be58-331d1a28a21f {
  display: none;
}
#s-cfb4f3ba-3c76-4713-be58-331d1a28a21f, #wrap-s-cfb4f3ba-3c76-4713-be58-331d1a28a21f { display:none !important; }}

#s-cfb4f3ba-3c76-4713-be58-331d1a28a21f .shogun-image-overlay p {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-cfb4f3ba-3c76-4713-be58-331d1a28a21f img.shogun-image {
    
    width: px;
  }


#s-cfb4f3ba-3c76-4713-be58-331d1a28a21f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5d36f38f-6214-49da-bbd3-315a3d928c8c {
  border-style: solid;
padding-top: 10px;
border-left-width: 15px;
border-right-width: 15px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-5d36f38f-6214-49da-bbd3-315a3d928c8c {
  display: none;
}
#s-5d36f38f-6214-49da-bbd3-315a3d928c8c, #wrap-s-5d36f38f-6214-49da-bbd3-315a3d928c8c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d36f38f-6214-49da-bbd3-315a3d928c8c {
  display: none;
}
#s-5d36f38f-6214-49da-bbd3-315a3d928c8c, #wrap-s-5d36f38f-6214-49da-bbd3-315a3d928c8c { display:none !important; }}

#s-5d36f38f-6214-49da-bbd3-315a3d928c8c .shogun-image-overlay p {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-5d36f38f-6214-49da-bbd3-315a3d928c8c img.shogun-image {
    
    width: px;
  }


#s-5d36f38f-6214-49da-bbd3-315a3d928c8c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d14ea0f1-6874-49c4-acd8-114a3d67c368 {
  border-style: solid;
padding-top: 10px;
border-left-width: 15px;
border-right-width: 15px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-d14ea0f1-6874-49c4-acd8-114a3d67c368 {
  display: none;
}
#s-d14ea0f1-6874-49c4-acd8-114a3d67c368, #wrap-s-d14ea0f1-6874-49c4-acd8-114a3d67c368 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d14ea0f1-6874-49c4-acd8-114a3d67c368 {
  display: none;
}
#s-d14ea0f1-6874-49c4-acd8-114a3d67c368, #wrap-s-d14ea0f1-6874-49c4-acd8-114a3d67c368 { display:none !important; }}

#s-d14ea0f1-6874-49c4-acd8-114a3d67c368 .shogun-image-overlay p {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto;
  
}



  #s-d14ea0f1-6874-49c4-acd8-114a3d67c368 img.shogun-image {
    
    width: px;
  }


#s-d14ea0f1-6874-49c4-acd8-114a3d67c368 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

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

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: 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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-177609f4-de56-4778-925b-20197434b918 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-177609f4-de56-4778-925b-20197434b918 {
  display: none;
}
#s-177609f4-de56-4778-925b-20197434b918, #wrap-s-177609f4-de56-4778-925b-20197434b918 { display:none !important; }}@media (max-width: 767px){#s-177609f4-de56-4778-925b-20197434b918 {
  display: none;
}
#s-177609f4-de56-4778-925b-20197434b918, #wrap-s-177609f4-de56-4778-925b-20197434b918 { display:none !important; }}







#s-177609f4-de56-4778-925b-20197434b918 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-177609f4-de56-4778-925b-20197434b918.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-b456aff4-1f82-4556-8950-9671d08429d3 {
  margin-bottom: -13px;
padding-top: 20px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-b456aff4-1f82-4556-8950-9671d08429d3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b456aff4-1f82-4556-8950-9671d08429d3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b456aff4-1f82-4556-8950-9671d08429d3 {
  display: none;
}
#s-b456aff4-1f82-4556-8950-9671d08429d3, #wrap-s-b456aff4-1f82-4556-8950-9671d08429d3 { display:none !important; }}@media (max-width: 767px){#s-b456aff4-1f82-4556-8950-9671d08429d3 {
  display: none;
}
#s-b456aff4-1f82-4556-8950-9671d08429d3, #wrap-s-b456aff4-1f82-4556-8950-9671d08429d3 { display:none !important; }}
#s-6ba1a1da-4239-4d96-9953-0fbc99d3df70 {
  margin-left: 58px;
margin-right: 58px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-6ba1a1da-4239-4d96-9953-0fbc99d3df70 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ba1a1da-4239-4d96-9953-0fbc99d3df70 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ba1a1da-4239-4d96-9953-0fbc99d3df70 {
  display: none;
}
#s-6ba1a1da-4239-4d96-9953-0fbc99d3df70, #wrap-s-6ba1a1da-4239-4d96-9953-0fbc99d3df70 { display:none !important; }}@media (max-width: 767px){#s-6ba1a1da-4239-4d96-9953-0fbc99d3df70 {
  display: none;
}
#s-6ba1a1da-4239-4d96-9953-0fbc99d3df70, #wrap-s-6ba1a1da-4239-4d96-9953-0fbc99d3df70 { display:none !important; }}
#s-3861e642-9038-4b9a-99db-89210a12853d {
  margin-left: 335px;
margin-right: 335px;
text-align: center;
}




  #s-3861e642-9038-4b9a-99db-89210a12853d img.shogun-image {
    
    width: px;
  }


#s-3861e642-9038-4b9a-99db-89210a12853d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-af4f2a8a-d193-447c-bba3-322d9543870d {
  margin-left: 335px;
margin-right: 335px;
text-align: center;
}




  #s-af4f2a8a-d193-447c-bba3-322d9543870d img.shogun-image {
    
    width: px;
  }


#s-af4f2a8a-d193-447c-bba3-322d9543870d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f617cb4a-100a-4ea3-912a-78b8654c0f69 {
  margin-left: 335px;
margin-right: 335px;
text-align: center;
}




  #s-f617cb4a-100a-4ea3-912a-78b8654c0f69 img.shogun-image {
    
    width: px;
  }


#s-f617cb4a-100a-4ea3-912a-78b8654c0f69 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-91380944-87e9-454a-bf26-6d5a13baf723 {
  margin-left: 335px;
margin-right: 335px;
text-align: center;
}




  #s-91380944-87e9-454a-bf26-6d5a13baf723 img.shogun-image {
    
    width: px;
  }


#s-91380944-87e9-454a-bf26-6d5a13baf723 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-af0d57ac-918f-4686-a635-921cc8b61225 {
  margin-left: 335px;
margin-right: 335px;
text-align: center;
}




  #s-af0d57ac-918f-4686-a635-921cc8b61225 img.shogun-image {
    
    width: px;
  }


#s-af0d57ac-918f-4686-a635-921cc8b61225 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-99d6581f-fb12-465b-bfbb-5a2b7ad14c16 {
  margin-left: 335px;
margin-right: 335px;
text-align: center;
}




  #s-99d6581f-fb12-465b-bfbb-5a2b7ad14c16 img.shogun-image {
    
    width: px;
  }


#s-99d6581f-fb12-465b-bfbb-5a2b7ad14c16 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-de9e9758-5946-40d0-8864-0e0d3679a9eb {
  margin-left: 335px;
margin-right: 335px;
text-align: center;
}




  #s-de9e9758-5946-40d0-8864-0e0d3679a9eb img.shogun-image {
    
    width: px;
  }


#s-de9e9758-5946-40d0-8864-0e0d3679a9eb .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

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

.shg-btn.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-83079e70-20cf-496f-b27c-2f17840b391f {
  margin-top: 16px;
margin-left: 480px;
margin-right: 480px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(169, 51, 0, 1);
text-decoration: none;
}
#s-83079e70-20cf-496f-b27c-2f17840b391f:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-83079e70-20cf-496f-b27c-2f17840b391f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-83079e70-20cf-496f-b27c-2f17840b391f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3dd78b9c-f22a-4481-a19b-67df52cce5dd {
  margin-top: 16px;
margin-left: 480px;
margin-right: 480px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(169, 51, 0, 1);
text-decoration: none;
}
#s-3dd78b9c-f22a-4481-a19b-67df52cce5dd:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-3dd78b9c-f22a-4481-a19b-67df52cce5dd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3dd78b9c-f22a-4481-a19b-67df52cce5dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-80a9e79c-a29c-4030-96dd-0ac1631e9036 {
  margin-top: 16px;
margin-left: 480px;
margin-right: 480px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(169, 51, 0, 1);
text-decoration: none;
}
#s-80a9e79c-a29c-4030-96dd-0ac1631e9036:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-80a9e79c-a29c-4030-96dd-0ac1631e9036:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-80a9e79c-a29c-4030-96dd-0ac1631e9036.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-37f7d700-c87b-49ad-8e86-27eb471198a0 {
  margin-top: 16px;
margin-left: 480px;
margin-right: 480px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(169, 51, 0, 1);
text-decoration: none;
}
#s-37f7d700-c87b-49ad-8e86-27eb471198a0:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-37f7d700-c87b-49ad-8e86-27eb471198a0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-37f7d700-c87b-49ad-8e86-27eb471198a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cfd0e992-a6ab-4a48-ac6a-0f5d0b5cbaa0 {
  margin-top: 16px;
margin-left: 480px;
margin-right: 480px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(169, 51, 0, 1);
text-decoration: none;
}
#s-cfd0e992-a6ab-4a48-ac6a-0f5d0b5cbaa0:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-cfd0e992-a6ab-4a48-ac6a-0f5d0b5cbaa0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cfd0e992-a6ab-4a48-ac6a-0f5d0b5cbaa0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-36985b02-fb16-4700-89ec-66deff5889bf {
  margin-top: 16px;
margin-left: 480px;
margin-right: 480px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(169, 51, 0, 1);
text-decoration: none;
}
#s-36985b02-fb16-4700-89ec-66deff5889bf:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-36985b02-fb16-4700-89ec-66deff5889bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-36985b02-fb16-4700-89ec-66deff5889bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-52cd1a62-b17a-4bb4-a594-9b3ba8af7bcb {
  margin-top: 16px;
margin-left: 450px;
margin-right: 450px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(169, 51, 0, 1);
text-decoration: none;
}
#s-52cd1a62-b17a-4bb4-a594-9b3ba8af7bcb:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-52cd1a62-b17a-4bb4-a594-9b3ba8af7bcb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-52cd1a62-b17a-4bb4-a594-9b3ba8af7bcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4343de36-2b3f-442b-bfac-3ba0f99f2562 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 10px;
border-left-width: 25px;
border-right-width: 25px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(232, 232, 232, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4343de36-2b3f-442b-bfac-3ba0f99f2562 {
  display: none;
}
#s-4343de36-2b3f-442b-bfac-3ba0f99f2562, #wrap-s-4343de36-2b3f-442b-bfac-3ba0f99f2562 { display:none !important; }}@media (max-width: 767px){#s-4343de36-2b3f-442b-bfac-3ba0f99f2562 {
  display: none;
}
#s-4343de36-2b3f-442b-bfac-3ba0f99f2562, #wrap-s-4343de36-2b3f-442b-bfac-3ba0f99f2562 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4343de36-2b3f-442b-bfac-3ba0f99f2562"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d31a898e-d942-4f8c-aeb7-708aa1bbe65a {
  border-style: solid;
border-left-width: 50px;
border-right-width: 50px;
border-color: rgba(232, 232, 232, 1);
text-align: center;
}




  #s-d31a898e-d942-4f8c-aeb7-708aa1bbe65a img.shogun-image {
    
    width: px;
  }


#s-d31a898e-d942-4f8c-aeb7-708aa1bbe65a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-943bd2ee-d507-4a30-a48b-d199e6139900 {
  padding-top: 15px;
}

#s-5a7f8e1b-752a-4053-9b28-f46ac27c126e {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ce0c661-f7f7-4552-82ce-6ac65f694a87"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3ce93930-7457-43a7-967a-6b49ff8c89e4 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-3ce93930-7457-43a7-967a-6b49ff8c89e4:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(187, 180, 180, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-3ce93930-7457-43a7-967a-6b49ff8c89e4:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3ce93930-7457-43a7-967a-6b49ff8c89e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ce93930-7457-43a7-967a-6b49ff8c89e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ce93930-7457-43a7-967a-6b49ff8c89e4 {
  
}
}@media (max-width: 767px){#s-3ce93930-7457-43a7-967a-6b49ff8c89e4 {
  
}
}


#s-3ce93930-7457-43a7-967a-6b49ff8c89e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  
  
  
  display:  block ;
}

#s-2fa89283-57e8-4c95-8a3c-69dcfa490db7 {
  border-style: solid;
border-left-width: 50px;
border-right-width: 50px;
border-color: rgba(232, 232, 232, 1);
text-align: center;
}




  #s-2fa89283-57e8-4c95-8a3c-69dcfa490db7 img.shogun-image {
    
    width: px;
  }


#s-2fa89283-57e8-4c95-8a3c-69dcfa490db7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-457afec2-0ccc-4a0e-978a-62c639c4590e {
  margin-bottom: -13px;
padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-457afec2-0ccc-4a0e-978a-62c639c4590e {
  display: none;
}
#s-457afec2-0ccc-4a0e-978a-62c639c4590e, #wrap-s-457afec2-0ccc-4a0e-978a-62c639c4590e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-457afec2-0ccc-4a0e-978a-62c639c4590e {
  display: none;
}
#s-457afec2-0ccc-4a0e-978a-62c639c4590e, #wrap-s-457afec2-0ccc-4a0e-978a-62c639c4590e { display:none !important; }}
#s-2ee4f0b9-c32e-48a2-83fb-eb705d3be64f {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-2ee4f0b9-c32e-48a2-83fb-eb705d3be64f {
  display: none;
}
#s-2ee4f0b9-c32e-48a2-83fb-eb705d3be64f, #wrap-s-2ee4f0b9-c32e-48a2-83fb-eb705d3be64f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ee4f0b9-c32e-48a2-83fb-eb705d3be64f {
  display: none;
}
#s-2ee4f0b9-c32e-48a2-83fb-eb705d3be64f, #wrap-s-2ee4f0b9-c32e-48a2-83fb-eb705d3be64f { display:none !important; }}
#s-01e95ebd-41e1-4334-885b-14d5aaac128c {
  text-align: center;
}




  #s-01e95ebd-41e1-4334-885b-14d5aaac128c img.shogun-image {
    
    width: px;
  }


#s-01e95ebd-41e1-4334-885b-14d5aaac128c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1d3ea78c-8326-4429-a841-654b07d22be1 {
  text-align: center;
}




  #s-1d3ea78c-8326-4429-a841-654b07d22be1 img.shogun-image {
    
    width: px;
  }


#s-1d3ea78c-8326-4429-a841-654b07d22be1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ff847ae0-c36b-4117-9355-801a2ebdfd14 {
  text-align: center;
}




  #s-ff847ae0-c36b-4117-9355-801a2ebdfd14 img.shogun-image {
    
    width: px;
  }


#s-ff847ae0-c36b-4117-9355-801a2ebdfd14 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-adf4b494-b058-437b-9a9c-37e1d0f4b26e {
  text-align: center;
}




  #s-adf4b494-b058-437b-9a9c-37e1d0f4b26e img.shogun-image {
    
    width: px;
  }


#s-adf4b494-b058-437b-9a9c-37e1d0f4b26e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1f062c00-d66a-4b09-bddf-b37cb3a6c244 {
  text-align: center;
}




  #s-1f062c00-d66a-4b09-bddf-b37cb3a6c244 img.shogun-image {
    
    width: px;
  }


#s-1f062c00-d66a-4b09-bddf-b37cb3a6c244 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cdf907ea-459f-45a3-b574-7936d185aafc {
  text-align: center;
}




  #s-cdf907ea-459f-45a3-b574-7936d185aafc img.shogun-image {
    
    width: px;
  }


#s-cdf907ea-459f-45a3-b574-7936d185aafc .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fce0eae9-467d-4f81-8b73-6035523ae331 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}




  #s-fce0eae9-467d-4f81-8b73-6035523ae331 img.shogun-image {
    
    width: px;
  }


#s-fce0eae9-467d-4f81-8b73-6035523ae331 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e5b656a8-3367-47b8-b1d8-9c05dd28fc99 {
  margin-top: 16px;
margin-left: 75px;
margin-right: 75px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(169, 51, 0, 1);
text-decoration: none;
}
#s-e5b656a8-3367-47b8-b1d8-9c05dd28fc99:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-e5b656a8-3367-47b8-b1d8-9c05dd28fc99:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e5b656a8-3367-47b8-b1d8-9c05dd28fc99.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-a10c0190-9b56-4f80-a9bb-dc8c8bba271a {
  margin-top: 16px;
margin-left: 75px;
margin-right: 75px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(169, 51, 0, 1);
text-decoration: none;
}
#s-a10c0190-9b56-4f80-a9bb-dc8c8bba271a:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-a10c0190-9b56-4f80-a9bb-dc8c8bba271a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a10c0190-9b56-4f80-a9bb-dc8c8bba271a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-9728fc16-1934-4656-be9f-02b32074f211 {
  margin-top: 16px;
margin-left: 75px;
margin-right: 75px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(169, 51, 0, 1);
text-decoration: none;
}
#s-9728fc16-1934-4656-be9f-02b32074f211:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-9728fc16-1934-4656-be9f-02b32074f211:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9728fc16-1934-4656-be9f-02b32074f211.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-7db4ba50-f74d-4367-820e-8c28ff9552a4 {
  margin-top: 16px;
margin-left: 75px;
margin-right: 75px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(169, 51, 0, 1);
text-decoration: none;
}
#s-7db4ba50-f74d-4367-820e-8c28ff9552a4:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-7db4ba50-f74d-4367-820e-8c28ff9552a4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7db4ba50-f74d-4367-820e-8c28ff9552a4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-1aa2e242-f4f0-43fc-aae6-3aa97e09a8e2 {
  margin-top: 16px;
margin-left: 75px;
margin-right: 75px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(169, 51, 0, 1);
text-decoration: none;
}
#s-1aa2e242-f4f0-43fc-aae6-3aa97e09a8e2:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-1aa2e242-f4f0-43fc-aae6-3aa97e09a8e2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1aa2e242-f4f0-43fc-aae6-3aa97e09a8e2.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-6a2b5c64-351c-45bc-809a-54c7bc04fcee {
  margin-top: 16px;
margin-left: 75px;
margin-right: 75px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(169, 51, 0, 1);
text-decoration: none;
}
#s-6a2b5c64-351c-45bc-809a-54c7bc04fcee:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-6a2b5c64-351c-45bc-809a-54c7bc04fcee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6a2b5c64-351c-45bc-809a-54c7bc04fcee.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-607bf29a-2222-48d3-a36d-46d601f5769b {
  margin-top: 16px;
margin-left: 75px;
margin-bottom: 13px;
margin-right: 75px;
padding-top: 3px;
padding-left: 25px;
padding-bottom: 3px;
padding-right: 25px;
border-radius: 4px;
text-align: center;
background-color: rgba(169, 51, 0, 1);
text-decoration: none;
}
#s-607bf29a-2222-48d3-a36d-46d601f5769b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-607bf29a-2222-48d3-a36d-46d601f5769b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-607bf29a-2222-48d3-a36d-46d601f5769b.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-39ea36ff-cd7d-4f34-b32a-b54b61cb7568 {
  padding-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-39ea36ff-cd7d-4f34-b32a-b54b61cb7568 {
  display: none;
}
#s-39ea36ff-cd7d-4f34-b32a-b54b61cb7568, #wrap-s-39ea36ff-cd7d-4f34-b32a-b54b61cb7568 { display:none !important; }}@media (max-width: 767px){#s-39ea36ff-cd7d-4f34-b32a-b54b61cb7568 {
  display: none;
}
#s-39ea36ff-cd7d-4f34-b32a-b54b61cb7568, #wrap-s-39ea36ff-cd7d-4f34-b32a-b54b61cb7568 { display:none !important; }}
#s-d999cd61-a263-4659-a10f-b673f08d5f98 {
  padding-top: 15px;
}
@media (min-width: 1200px){#s-d999cd61-a263-4659-a10f-b673f08d5f98 {
  display: none;
}
#s-d999cd61-a263-4659-a10f-b673f08d5f98, #wrap-s-d999cd61-a263-4659-a10f-b673f08d5f98 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d999cd61-a263-4659-a10f-b673f08d5f98 {
  display: none;
}
#s-d999cd61-a263-4659-a10f-b673f08d5f98, #wrap-s-d999cd61-a263-4659-a10f-b673f08d5f98 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d999cd61-a263-4659-a10f-b673f08d5f98 {
  
}
}@media (max-width: 767px){#s-d999cd61-a263-4659-a10f-b673f08d5f98 {
  
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-511ad369-462a-4354-888f-5f04df85dfad {
  margin-left: 275px;
margin-right: 275px;
padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-511ad369-462a-4354-888f-5f04df85dfad {
  display: none;
}
#s-511ad369-462a-4354-888f-5f04df85dfad, #wrap-s-511ad369-462a-4354-888f-5f04df85dfad { display:none !important; }}@media (max-width: 767px){#s-511ad369-462a-4354-888f-5f04df85dfad {
  display: none;
}
#s-511ad369-462a-4354-888f-5f04df85dfad, #wrap-s-511ad369-462a-4354-888f-5f04df85dfad { display:none !important; }}
#s-789770b0-0f78-4426-bdef-928d2e0310bc {
  margin-left: 15px;
margin-right: 15px;
padding-bottom: 30px;
}
@media (min-width: 1200px){#s-789770b0-0f78-4426-bdef-928d2e0310bc {
  display: none;
}
#s-789770b0-0f78-4426-bdef-928d2e0310bc, #wrap-s-789770b0-0f78-4426-bdef-928d2e0310bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-789770b0-0f78-4426-bdef-928d2e0310bc {
  display: none;
}
#s-789770b0-0f78-4426-bdef-928d2e0310bc, #wrap-s-789770b0-0f78-4426-bdef-928d2e0310bc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-789770b0-0f78-4426-bdef-928d2e0310bc {
  
}
}@media (max-width: 767px){#s-789770b0-0f78-4426-bdef-928d2e0310bc {
  
}
}
#s-2a2aba06-bddc-4666-a169-02e862aff155 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 15px;
border-bottom-width: 15px;
border-right-width: 15px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-2a2aba06-bddc-4666-a169-02e862aff155 {
  display: none;
}
#s-2a2aba06-bddc-4666-a169-02e862aff155, #wrap-s-2a2aba06-bddc-4666-a169-02e862aff155 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a2aba06-bddc-4666-a169-02e862aff155 {
  display: none;
}
#s-2a2aba06-bddc-4666-a169-02e862aff155, #wrap-s-2a2aba06-bddc-4666-a169-02e862aff155 { display:none !important; }}



  #s-2a2aba06-bddc-4666-a169-02e862aff155 img.shogun-image {
    
    width: px;
  }


#s-2a2aba06-bddc-4666-a169-02e862aff155 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .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%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
