.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 {
  margin-top: 25px;
margin-bottom: 25px;
}
@media (min-width: 1200px){#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
}
}@media (max-width: 767px){#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 {
  max-width: 100%;
}
}
#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs {
  justify-content: flex-start;
}


  #s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(244, 244, 244, 1);
    border: 1px solid #DDDDDD;
  }
  #s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
  }
#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(76, 141, 43, 1);
  font-family: Maven Pro;
  font-weight: 800;
  font-style: ;
  font-size: 18px;
}

#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(108, 29, 69, 1);
}

#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) and (max-width: 991px){#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs {
  justify-content: center;
}


  #s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(244, 244, 244, 1);
    border: 1px solid #DDDDDD;
  }
  #s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
  }
#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(76, 141, 43, 1);
  font-family: Maven Pro;
  font-weight: 800;
  font-style: ;
  font-size: 18px;
}

#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(108, 29, 69, 1);
}

#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
}@media (max-width: 767px){#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs {
  justify-content: center;
}

#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(244, 244, 244, 1);
    border: 1px solid #DDDDDD;
  }
  #s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
  }
#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(76, 141, 43, 1);
  font-family: Maven Pro;
  font-weight: 800;
  font-style: ;
  font-size: 15px;
}

#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(108, 29, 69, 1);
}

#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-de80bb4f-67d7-49fe-82bd-4b4d8932c439 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
}
.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

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

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

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

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

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-d90b813d-0518-405e-b8e0-694f75856fd6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d90b813d-0518-405e-b8e0-694f75856fd6 {
  margin-left: auto;
margin-right: auto;
max-width: 75%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d90b813d-0518-405e-b8e0-694f75856fd6 {
  margin-left: auto;
margin-right: auto;
max-width: 75%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d90b813d-0518-405e-b8e0-694f75856fd6 {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
display: none;
}
#s-d90b813d-0518-405e-b8e0-694f75856fd6, #wrap-s-d90b813d-0518-405e-b8e0-694f75856fd6 { display:none !important; }}@media (max-width: 767px){#s-d90b813d-0518-405e-b8e0-694f75856fd6 {
  display: none;
}
#s-d90b813d-0518-405e-b8e0-694f75856fd6, #wrap-s-d90b813d-0518-405e-b8e0-694f75856fd6 { display:none !important; }}







#s-d90b813d-0518-405e-b8e0-694f75856fd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d90b813d-0518-405e-b8e0-694f75856fd6.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-9c793a2d-8495-422b-93d0-49c474fc618e {
  text-align: center;
}




  #s-9c793a2d-8495-422b-93d0-49c474fc618e img.shogun-image {
    
    width: px;
  }


#s-9c793a2d-8495-422b-93d0-49c474fc618e .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-2f741d4c-ce3f-4216-aac4-8de6747b37b6 {
  display: none;
}
#s-2f741d4c-ce3f-4216-aac4-8de6747b37b6, #wrap-s-2f741d4c-ce3f-4216-aac4-8de6747b37b6 { display:none !important; }}
@media (min-width: 1200px){#s-71ecbdf0-35e5-432a-8338-9affd5aa9d3b {
  display: none;
}
#s-71ecbdf0-35e5-432a-8338-9affd5aa9d3b, #wrap-s-71ecbdf0-35e5-432a-8338-9affd5aa9d3b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71ecbdf0-35e5-432a-8338-9affd5aa9d3b {
  display: none;
}
#s-71ecbdf0-35e5-432a-8338-9affd5aa9d3b, #wrap-s-71ecbdf0-35e5-432a-8338-9affd5aa9d3b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71ecbdf0-35e5-432a-8338-9affd5aa9d3b {
  display: none;
}
#s-71ecbdf0-35e5-432a-8338-9affd5aa9d3b, #wrap-s-71ecbdf0-35e5-432a-8338-9affd5aa9d3b { display:none !important; }}@media (max-width: 767px){#s-71ecbdf0-35e5-432a-8338-9affd5aa9d3b {
  
}
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.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-d2373189-eea1-4319-8878-f3de67a6d3e3 {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d2373189-eea1-4319-8878-f3de67a6d3e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a38b28ff-57a8-419e-89e2-4ac3c50bba56 {
  min-height: 50px;
}








#s-a38b28ff-57a8-419e-89e2-4ac3c50bba56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a38b28ff-57a8-419e-89e2-4ac3c50bba56.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-64ff50af-3269-46d9-b4ec-8884ad92a556"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-ee4d87de-c062-4354-abca-8ea455c1bacf {
  min-height: 50px;
}








#s-ee4d87de-c062-4354-abca-8ea455c1bacf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee4d87de-c062-4354-abca-8ea455c1bacf.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content 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;
}

@media (min-width: 768px) and (max-width: 991px){#s-18f9669e-e733-415d-ace2-9a6562de41f1 {
  display: none;
}
#s-18f9669e-e733-415d-ace2-9a6562de41f1, #wrap-s-18f9669e-e733-415d-ace2-9a6562de41f1 { display:none !important; }}@media (max-width: 767px){#s-18f9669e-e733-415d-ace2-9a6562de41f1 {
  display: none;
}
#s-18f9669e-e733-415d-ace2-9a6562de41f1, #wrap-s-18f9669e-e733-415d-ace2-9a6562de41f1 { display:none !important; }}
#s-2d4b7efc-f992-4911-9577-f08b6c5d20ac {
  min-height: 50px;
}








#s-2d4b7efc-f992-4911-9577-f08b6c5d20ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d4b7efc-f992-4911-9577-f08b6c5d20ac.shg-box.shg-c {
  justify-content: center;
}

#s-40d44868-fa8a-4fb6-a7cf-67afaa783683 {
  text-align: center;
}




  #s-40d44868-fa8a-4fb6-a7cf-67afaa783683 img.shogun-image {
    
    width: px;
  }


#s-40d44868-fa8a-4fb6-a7cf-67afaa783683 .shogun-image-content {
  
    align-items: center;
  
}

#s-021e46bc-82ef-4b0e-8754-3bd14a0774e5 {
  background-image: url(https://i.shgcdn.com/981674eb-d4e3-4940-bef2-03a1fd80977b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-021e46bc-82ef-4b0e-8754-3bd14a0774e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-021e46bc-82ef-4b0e-8754-3bd14a0774e5.shg-box.shg-c {
  justify-content: center;
}

#s-8fe12fca-8cec-462e-a181-b8e406a9b6ac {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8fe12fca-8cec-462e-a181-b8e406a9b6ac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-10322eb8-8a1c-46eb-9f87-ed1689da50a5 {
  background-image: url(https://i.shgcdn.com/ac505e64-6c7f-43e9-8330-08c1b3ac29b8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-10322eb8-8a1c-46eb-9f87-ed1689da50a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10322eb8-8a1c-46eb-9f87-ed1689da50a5.shg-box.shg-c {
  justify-content: center;
}

#s-4ed8e36d-0969-41a0-8219-3fd15005d418 {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-4ed8e36d-0969-41a0-8219-3fd15005d418 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ed8e36d-0969-41a0-8219-3fd15005d418.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-96ea9721-fb93-4bf2-a60c-25c28b10e5f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-dede08b4-6ef9-442f-ba2d-056f2df26d95 {
  min-height: 50px;
}








#s-dede08b4-6ef9-442f-ba2d-056f2df26d95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dede08b4-6ef9-442f-ba2d-056f2df26d95.shg-box.shg-c {
  justify-content: center;
}

#s-4491e57c-4292-4767-8e8d-e175147e2160 {
  text-align: center;
}




  #s-4491e57c-4292-4767-8e8d-e175147e2160 img.shogun-image {
    
    width: px;
  }


#s-4491e57c-4292-4767-8e8d-e175147e2160 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d8e7033-029c-4a40-b293-1bd9eaec6dc1 {
  min-height: 50px;
}








#s-0d8e7033-029c-4a40-b293-1bd9eaec6dc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d8e7033-029c-4a40-b293-1bd9eaec6dc1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-2cc9b988-04cc-4400-8c03-047b5271ea30 {
  display: none;
}
#s-2cc9b988-04cc-4400-8c03-047b5271ea30, #wrap-s-2cc9b988-04cc-4400-8c03-047b5271ea30 { display:none !important; }}@media (max-width: 767px){#s-2cc9b988-04cc-4400-8c03-047b5271ea30 {
  display: none;
}
#s-2cc9b988-04cc-4400-8c03-047b5271ea30, #wrap-s-2cc9b988-04cc-4400-8c03-047b5271ea30 { display:none !important; }}
#s-0826425b-d1df-496b-bb59-334d656c9c00 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0826425b-d1df-496b-bb59-334d656c9c00 {
  margin-left: auto;
margin-right: auto;
max-width: 75%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0826425b-d1df-496b-bb59-334d656c9c00 {
  margin-left: auto;
margin-right: auto;
max-width: 75%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0826425b-d1df-496b-bb59-334d656c9c00 {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
display: none;
}
#s-0826425b-d1df-496b-bb59-334d656c9c00, #wrap-s-0826425b-d1df-496b-bb59-334d656c9c00 { display:none !important; }}@media (max-width: 767px){#s-0826425b-d1df-496b-bb59-334d656c9c00 {
  display: none;
}
#s-0826425b-d1df-496b-bb59-334d656c9c00, #wrap-s-0826425b-d1df-496b-bb59-334d656c9c00 { display:none !important; }}







#s-0826425b-d1df-496b-bb59-334d656c9c00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0826425b-d1df-496b-bb59-334d656c9c00.shg-box.shg-c {
  justify-content: center;
}

#s-382a41b8-008f-47de-9889-ddd4c9e889e2 {
  text-align: center;
}




  #s-382a41b8-008f-47de-9889-ddd4c9e889e2 img.shogun-image {
    
    width: px;
  }


#s-382a41b8-008f-47de-9889-ddd4c9e889e2 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-e4a9cb12-1280-40e2-9c69-95d809112510 {
  display: none;
}
#s-e4a9cb12-1280-40e2-9c69-95d809112510, #wrap-s-e4a9cb12-1280-40e2-9c69-95d809112510 { display:none !important; }}
@media (min-width: 1200px){#s-56661005-0147-4f9a-9fc0-fbcf47470278 {
  display: none;
}
#s-56661005-0147-4f9a-9fc0-fbcf47470278, #wrap-s-56661005-0147-4f9a-9fc0-fbcf47470278 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56661005-0147-4f9a-9fc0-fbcf47470278 {
  display: none;
}
#s-56661005-0147-4f9a-9fc0-fbcf47470278, #wrap-s-56661005-0147-4f9a-9fc0-fbcf47470278 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56661005-0147-4f9a-9fc0-fbcf47470278 {
  display: none;
}
#s-56661005-0147-4f9a-9fc0-fbcf47470278, #wrap-s-56661005-0147-4f9a-9fc0-fbcf47470278 { display:none !important; }}@media (max-width: 767px){#s-56661005-0147-4f9a-9fc0-fbcf47470278 {
  
}
}
#s-cefe50dc-f3df-40c7-b029-89d8a3281e2c {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cefe50dc-f3df-40c7-b029-89d8a3281e2c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e2fcbc4a-5375-4e51-abda-28864291927e {
  min-height: 50px;
}








#s-e2fcbc4a-5375-4e51-abda-28864291927e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2fcbc4a-5375-4e51-abda-28864291927e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-ac910c43-e6a8-44fd-a41b-b27c3bea8949"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-d3da3223-6d60-4284-94ba-87898a0b275f {
  min-height: 50px;
}








#s-d3da3223-6d60-4284-94ba-87898a0b275f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3da3223-6d60-4284-94ba-87898a0b275f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-d341ebb0-b6c6-4953-a630-32fb34b4cdce {
  display: none;
}
#s-d341ebb0-b6c6-4953-a630-32fb34b4cdce, #wrap-s-d341ebb0-b6c6-4953-a630-32fb34b4cdce { display:none !important; }}@media (max-width: 767px){#s-d341ebb0-b6c6-4953-a630-32fb34b4cdce {
  display: none;
}
#s-d341ebb0-b6c6-4953-a630-32fb34b4cdce, #wrap-s-d341ebb0-b6c6-4953-a630-32fb34b4cdce { display:none !important; }}
#s-9616819a-2b66-4e81-b149-6be8251ad552 {
  min-height: 50px;
}








#s-9616819a-2b66-4e81-b149-6be8251ad552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9616819a-2b66-4e81-b149-6be8251ad552.shg-box.shg-c {
  justify-content: center;
}

#s-faa51195-c10a-4b71-bc7b-afe19a613795 {
  text-align: center;
}




  #s-faa51195-c10a-4b71-bc7b-afe19a613795 img.shogun-image {
    
    width: px;
  }


#s-faa51195-c10a-4b71-bc7b-afe19a613795 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb769ec9-4bb5-447a-8dea-9bdfa0649f08 {
  background-image: url(https://i.shgcdn.com/23bcdee6-48c2-4886-991e-4216b738e9cf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-fb769ec9-4bb5-447a-8dea-9bdfa0649f08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb769ec9-4bb5-447a-8dea-9bdfa0649f08.shg-box.shg-c {
  justify-content: center;
}

#s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9 {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-80cf03bb-6ba4-4776-97f3-4e5faee52ff9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-b94f8e2a-0a65-487f-bea6-5ae140bbcb6f {
  background-image: url(https://i.shgcdn.com/88460a63-dfbb-4577-b045-4fe0e7005ded/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-b94f8e2a-0a65-487f-bea6-5ae140bbcb6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b94f8e2a-0a65-487f-bea6-5ae140bbcb6f.shg-box.shg-c {
  justify-content: center;
}

#s-e02ea220-2274-417b-bc75-da7473367968 {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-e02ea220-2274-417b-bc75-da7473367968 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e02ea220-2274-417b-bc75-da7473367968.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-9d0d17df-ae7c-452a-b4db-9a76e6dca846"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-7b46fa2a-4f8d-4f95-acbe-47a4872e3114 {
  min-height: 50px;
}








#s-7b46fa2a-4f8d-4f95-acbe-47a4872e3114 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b46fa2a-4f8d-4f95-acbe-47a4872e3114.shg-box.shg-c {
  justify-content: center;
}

#s-4eb2450d-dff9-4959-b2a1-7d718aab26cc {
  text-align: center;
}




  #s-4eb2450d-dff9-4959-b2a1-7d718aab26cc img.shogun-image {
    
    width: px;
  }


#s-4eb2450d-dff9-4959-b2a1-7d718aab26cc .shogun-image-content {
  
    align-items: center;
  
}

#s-c9bf0a56-b259-474f-b004-b725f0b3225c {
  min-height: 50px;
}








#s-c9bf0a56-b259-474f-b004-b725f0b3225c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9bf0a56-b259-474f-b004-b725f0b3225c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-2d8ed757-a8fc-45c8-b3d2-493293bc8da5 {
  display: none;
}
#s-2d8ed757-a8fc-45c8-b3d2-493293bc8da5, #wrap-s-2d8ed757-a8fc-45c8-b3d2-493293bc8da5 { display:none !important; }}@media (max-width: 767px){#s-2d8ed757-a8fc-45c8-b3d2-493293bc8da5 {
  display: none;
}
#s-2d8ed757-a8fc-45c8-b3d2-493293bc8da5, #wrap-s-2d8ed757-a8fc-45c8-b3d2-493293bc8da5 { display:none !important; }}
#s-6a767be6-2016-4755-b122-071ec3539486 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6a767be6-2016-4755-b122-071ec3539486 {
  margin-left: auto;
margin-right: auto;
max-width: 75%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a767be6-2016-4755-b122-071ec3539486 {
  margin-left: auto;
margin-right: auto;
max-width: 75%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a767be6-2016-4755-b122-071ec3539486 {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
display: none;
}
#s-6a767be6-2016-4755-b122-071ec3539486, #wrap-s-6a767be6-2016-4755-b122-071ec3539486 { display:none !important; }}@media (max-width: 767px){#s-6a767be6-2016-4755-b122-071ec3539486 {
  display: none;
}
#s-6a767be6-2016-4755-b122-071ec3539486, #wrap-s-6a767be6-2016-4755-b122-071ec3539486 { display:none !important; }}







#s-6a767be6-2016-4755-b122-071ec3539486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a767be6-2016-4755-b122-071ec3539486.shg-box.shg-c {
  justify-content: center;
}

#s-5497a535-8e97-4e89-9556-49fe9c07d999 {
  text-align: center;
}




  #s-5497a535-8e97-4e89-9556-49fe9c07d999 img.shogun-image {
    
    width: px;
  }


#s-5497a535-8e97-4e89-9556-49fe9c07d999 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-df32c4bb-7c92-48bf-8795-150056b42864 {
  display: none;
}
#s-df32c4bb-7c92-48bf-8795-150056b42864, #wrap-s-df32c4bb-7c92-48bf-8795-150056b42864 { display:none !important; }}
@media (min-width: 1200px){#s-59df5533-c7bc-45fc-a473-26cc8fc9a8b5 {
  display: none;
}
#s-59df5533-c7bc-45fc-a473-26cc8fc9a8b5, #wrap-s-59df5533-c7bc-45fc-a473-26cc8fc9a8b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59df5533-c7bc-45fc-a473-26cc8fc9a8b5 {
  display: none;
}
#s-59df5533-c7bc-45fc-a473-26cc8fc9a8b5, #wrap-s-59df5533-c7bc-45fc-a473-26cc8fc9a8b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59df5533-c7bc-45fc-a473-26cc8fc9a8b5 {
  display: none;
}
#s-59df5533-c7bc-45fc-a473-26cc8fc9a8b5, #wrap-s-59df5533-c7bc-45fc-a473-26cc8fc9a8b5 { display:none !important; }}@media (max-width: 767px){#s-59df5533-c7bc-45fc-a473-26cc8fc9a8b5 {
  
}
}
#s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3 {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3c3a5620-8771-41b7-bb3b-99fa7ac76db3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7740b79a-9096-46e3-900c-36e24c177efe {
  min-height: 50px;
}








#s-7740b79a-9096-46e3-900c-36e24c177efe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7740b79a-9096-46e3-900c-36e24c177efe.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-83db71e2-cc00-4df7-984e-96bd470ce8ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-d7454f3c-7962-425b-b0a1-75fcfafc7e22 {
  min-height: 50px;
}








#s-d7454f3c-7962-425b-b0a1-75fcfafc7e22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7454f3c-7962-425b-b0a1-75fcfafc7e22.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-a19edb43-3235-46a4-9c6a-64a44247851b {
  display: none;
}
#s-a19edb43-3235-46a4-9c6a-64a44247851b, #wrap-s-a19edb43-3235-46a4-9c6a-64a44247851b { display:none !important; }}@media (max-width: 767px){#s-a19edb43-3235-46a4-9c6a-64a44247851b {
  display: none;
}
#s-a19edb43-3235-46a4-9c6a-64a44247851b, #wrap-s-a19edb43-3235-46a4-9c6a-64a44247851b { display:none !important; }}
#s-70edfc84-7e60-437a-921f-e4619c59cfa7 {
  min-height: 50px;
}








#s-70edfc84-7e60-437a-921f-e4619c59cfa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70edfc84-7e60-437a-921f-e4619c59cfa7.shg-box.shg-c {
  justify-content: center;
}

#s-f9bcfa98-e9a8-4e33-852c-2ff3e0e75e93 {
  text-align: center;
}




  #s-f9bcfa98-e9a8-4e33-852c-2ff3e0e75e93 img.shogun-image {
    
    width: px;
  }


#s-f9bcfa98-e9a8-4e33-852c-2ff3e0e75e93 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbf201fc-64fe-4f90-901c-3f52b6ab7bdf {
  background-image: url(https://i.shgcdn.com/3377ec31-2a1c-4150-9afc-8a041bcbd8bb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-cbf201fc-64fe-4f90-901c-3f52b6ab7bdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbf201fc-64fe-4f90-901c-3f52b6ab7bdf.shg-box.shg-c {
  justify-content: center;
}

#s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86 {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2a34b4d3-e7be-4cd4-a7aa-7268492a9e86"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-96b04ee6-945d-40e9-b81f-69e897df8b32 {
  background-image: url(https://i.shgcdn.com/0cfc9499-ab98-4c3c-8430-9f75fd0fcf7a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-96b04ee6-945d-40e9-b81f-69e897df8b32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96b04ee6-945d-40e9-b81f-69e897df8b32.shg-box.shg-c {
  justify-content: center;
}

#s-146fc161-3ffa-4c95-8fe3-ed7bb68a204e {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-146fc161-3ffa-4c95-8fe3-ed7bb68a204e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-146fc161-3ffa-4c95-8fe3-ed7bb68a204e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-3fce8ea3-1731-4efe-ab55-3bf41ab7fc47"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-dc6a899c-21f2-434a-8f8c-1769da3db11f {
  min-height: 50px;
}








#s-dc6a899c-21f2-434a-8f8c-1769da3db11f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc6a899c-21f2-434a-8f8c-1769da3db11f.shg-box.shg-c {
  justify-content: center;
}

#s-d4248fd9-525a-4477-9970-84be4dcae80b {
  text-align: center;
}




  #s-d4248fd9-525a-4477-9970-84be4dcae80b img.shogun-image {
    
    width: px;
  }


#s-d4248fd9-525a-4477-9970-84be4dcae80b .shogun-image-content {
  
    align-items: center;
  
}

#s-e5c2bd31-3a40-4302-b24e-54ae85092cce {
  min-height: 50px;
}








#s-e5c2bd31-3a40-4302-b24e-54ae85092cce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5c2bd31-3a40-4302-b24e-54ae85092cce.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-830b1e53-af36-473a-b7ee-4f025432ebcf {
  display: none;
}
#s-830b1e53-af36-473a-b7ee-4f025432ebcf, #wrap-s-830b1e53-af36-473a-b7ee-4f025432ebcf { display:none !important; }}@media (max-width: 767px){#s-830b1e53-af36-473a-b7ee-4f025432ebcf {
  display: none;
}
#s-830b1e53-af36-473a-b7ee-4f025432ebcf, #wrap-s-830b1e53-af36-473a-b7ee-4f025432ebcf { display:none !important; }}
#s-f20699f4-cbd0-479f-bcf7-a771bf26350e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f20699f4-cbd0-479f-bcf7-a771bf26350e {
  margin-left: auto;
margin-right: auto;
max-width: 75%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f20699f4-cbd0-479f-bcf7-a771bf26350e {
  margin-left: auto;
margin-right: auto;
max-width: 75%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f20699f4-cbd0-479f-bcf7-a771bf26350e {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
display: none;
}
#s-f20699f4-cbd0-479f-bcf7-a771bf26350e, #wrap-s-f20699f4-cbd0-479f-bcf7-a771bf26350e { display:none !important; }}@media (max-width: 767px){#s-f20699f4-cbd0-479f-bcf7-a771bf26350e {
  display: none;
}
#s-f20699f4-cbd0-479f-bcf7-a771bf26350e, #wrap-s-f20699f4-cbd0-479f-bcf7-a771bf26350e { display:none !important; }}







#s-f20699f4-cbd0-479f-bcf7-a771bf26350e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f20699f4-cbd0-479f-bcf7-a771bf26350e.shg-box.shg-c {
  justify-content: center;
}

#s-460d528b-9546-4587-b319-02a059c6b412 {
  text-align: center;
}




  #s-460d528b-9546-4587-b319-02a059c6b412 img.shogun-image {
    
    width: px;
  }


#s-460d528b-9546-4587-b319-02a059c6b412 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-4c8de5b7-a71a-4e4f-b672-a3d722a010f8 {
  display: none;
}
#s-4c8de5b7-a71a-4e4f-b672-a3d722a010f8, #wrap-s-4c8de5b7-a71a-4e4f-b672-a3d722a010f8 { display:none !important; }}
@media (min-width: 1200px){#s-6bfc3b58-39c8-4a07-bbb6-7ed18804e3c6 {
  display: none;
}
#s-6bfc3b58-39c8-4a07-bbb6-7ed18804e3c6, #wrap-s-6bfc3b58-39c8-4a07-bbb6-7ed18804e3c6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6bfc3b58-39c8-4a07-bbb6-7ed18804e3c6 {
  display: none;
}
#s-6bfc3b58-39c8-4a07-bbb6-7ed18804e3c6, #wrap-s-6bfc3b58-39c8-4a07-bbb6-7ed18804e3c6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6bfc3b58-39c8-4a07-bbb6-7ed18804e3c6 {
  display: none;
}
#s-6bfc3b58-39c8-4a07-bbb6-7ed18804e3c6, #wrap-s-6bfc3b58-39c8-4a07-bbb6-7ed18804e3c6 { display:none !important; }}@media (max-width: 767px){#s-6bfc3b58-39c8-4a07-bbb6-7ed18804e3c6 {
  
}
}
#s-c442b067-8a8c-4850-8e30-2819a4fcef64 {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c442b067-8a8c-4850-8e30-2819a4fcef64"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-4fab5724-44e3-4383-b6d8-39ad30669ac3 {
  min-height: 50px;
}








#s-4fab5724-44e3-4383-b6d8-39ad30669ac3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fab5724-44e3-4383-b6d8-39ad30669ac3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-515d5179-fa9c-41f4-9447-c4713d9e3c37"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-31686e2e-f3f4-48ab-900c-c6d2fa2dfbec {
  min-height: 50px;
}








#s-31686e2e-f3f4-48ab-900c-c6d2fa2dfbec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31686e2e-f3f4-48ab-900c-c6d2fa2dfbec.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-5975307d-460e-45f0-859d-505a1c5c68a9 {
  display: none;
}
#s-5975307d-460e-45f0-859d-505a1c5c68a9, #wrap-s-5975307d-460e-45f0-859d-505a1c5c68a9 { display:none !important; }}@media (max-width: 767px){#s-5975307d-460e-45f0-859d-505a1c5c68a9 {
  display: none;
}
#s-5975307d-460e-45f0-859d-505a1c5c68a9, #wrap-s-5975307d-460e-45f0-859d-505a1c5c68a9 { display:none !important; }}
#s-2a7f6996-68ff-4341-a53d-9e5c6a82720b {
  min-height: 50px;
}








#s-2a7f6996-68ff-4341-a53d-9e5c6a82720b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a7f6996-68ff-4341-a53d-9e5c6a82720b.shg-box.shg-c {
  justify-content: center;
}

#s-bca92838-f42c-4be3-b54b-ebaa736d4cfa {
  text-align: center;
}




  #s-bca92838-f42c-4be3-b54b-ebaa736d4cfa img.shogun-image {
    
    width: px;
  }


#s-bca92838-f42c-4be3-b54b-ebaa736d4cfa .shogun-image-content {
  
    align-items: center;
  
}

#s-7bf85c5a-e957-4fef-af8f-dc526249c7c3 {
  background-image: url(https://i.shgcdn.com/f122552e-5ba9-4cad-9142-26141c5442d5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: right center;
}








#s-7bf85c5a-e957-4fef-af8f-dc526249c7c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bf85c5a-e957-4fef-af8f-dc526249c7c3.shg-box.shg-c {
  justify-content: center;
}

#s-a4f6395d-dc40-4d98-bd42-24106781c66a {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a4f6395d-dc40-4d98-bd42-24106781c66a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-456c094c-fcb8-4c36-93c7-fa41248e1ab9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: right center;
}








#s-456c094c-fcb8-4c36-93c7-fa41248e1ab9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-456c094c-fcb8-4c36-93c7-fa41248e1ab9.shg-box.shg-c {
  justify-content: center;
}

#s-6c79cb58-5064-44f7-8a5a-0bce9b6c8c6b {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-6c79cb58-5064-44f7-8a5a-0bce9b6c8c6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c79cb58-5064-44f7-8a5a-0bce9b6c8c6b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-1f69ba8d-9453-4b23-b8e3-fa2b5d3142dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-b25a4fa7-89cb-40af-a118-77390d022b88 {
  min-height: 50px;
}








#s-b25a4fa7-89cb-40af-a118-77390d022b88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b25a4fa7-89cb-40af-a118-77390d022b88.shg-box.shg-c {
  justify-content: center;
}

#s-39d6508c-569c-483a-95d9-b9ef4bd84423 {
  text-align: center;
}




  #s-39d6508c-569c-483a-95d9-b9ef4bd84423 img.shogun-image {
    
    width: px;
  }


#s-39d6508c-569c-483a-95d9-b9ef4bd84423 .shogun-image-content {
  
    align-items: center;
  
}

#s-98dd5aed-4836-4707-bbf9-c4817429030e {
  min-height: 50px;
}








#s-98dd5aed-4836-4707-bbf9-c4817429030e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98dd5aed-4836-4707-bbf9-c4817429030e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-68c1b572-812f-42f0-804e-88661118d366 {
  display: none;
}
#s-68c1b572-812f-42f0-804e-88661118d366, #wrap-s-68c1b572-812f-42f0-804e-88661118d366 { display:none !important; }}@media (max-width: 767px){#s-68c1b572-812f-42f0-804e-88661118d366 {
  display: none;
}
#s-68c1b572-812f-42f0-804e-88661118d366, #wrap-s-68c1b572-812f-42f0-804e-88661118d366 { display:none !important; }}
#s-90ca14f3-27ea-46ab-b9c6-2dd438300f69 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-90ca14f3-27ea-46ab-b9c6-2dd438300f69 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
display: none;
}
#s-90ca14f3-27ea-46ab-b9c6-2dd438300f69, #wrap-s-90ca14f3-27ea-46ab-b9c6-2dd438300f69 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90ca14f3-27ea-46ab-b9c6-2dd438300f69 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
display: none;
}
#s-90ca14f3-27ea-46ab-b9c6-2dd438300f69, #wrap-s-90ca14f3-27ea-46ab-b9c6-2dd438300f69 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90ca14f3-27ea-46ab-b9c6-2dd438300f69 {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
}
}@media (max-width: 767px){#s-90ca14f3-27ea-46ab-b9c6-2dd438300f69 {
  display: none;
}
#s-90ca14f3-27ea-46ab-b9c6-2dd438300f69, #wrap-s-90ca14f3-27ea-46ab-b9c6-2dd438300f69 { display:none !important; }}







#s-90ca14f3-27ea-46ab-b9c6-2dd438300f69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90ca14f3-27ea-46ab-b9c6-2dd438300f69.shg-box.shg-c {
  justify-content: center;
}

#s-adc466c8-10b8-4e1a-9ddc-84a6fe5e4682 {
  text-align: center;
}




  #s-adc466c8-10b8-4e1a-9ddc-84a6fe5e4682 img.shogun-image {
    
    width: px;
  }


#s-adc466c8-10b8-4e1a-9ddc-84a6fe5e4682 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-c8471054-ea55-4dfd-ac5e-199ce7f9697f {
  display: none;
}
#s-c8471054-ea55-4dfd-ac5e-199ce7f9697f, #wrap-s-c8471054-ea55-4dfd-ac5e-199ce7f9697f { display:none !important; }}
@media (min-width: 1200px){#s-0542a8ef-cf15-40eb-9f57-ab1186346b72 {
  display: none;
}
#s-0542a8ef-cf15-40eb-9f57-ab1186346b72, #wrap-s-0542a8ef-cf15-40eb-9f57-ab1186346b72 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0542a8ef-cf15-40eb-9f57-ab1186346b72 {
  display: none;
}
#s-0542a8ef-cf15-40eb-9f57-ab1186346b72, #wrap-s-0542a8ef-cf15-40eb-9f57-ab1186346b72 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0542a8ef-cf15-40eb-9f57-ab1186346b72 {
  display: none;
}
#s-0542a8ef-cf15-40eb-9f57-ab1186346b72, #wrap-s-0542a8ef-cf15-40eb-9f57-ab1186346b72 { display:none !important; }}@media (max-width: 767px){#s-0542a8ef-cf15-40eb-9f57-ab1186346b72 {
  
}
}
#s-dee57c22-b77b-4f74-8df7-470749c44648 {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dee57c22-b77b-4f74-8df7-470749c44648"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-1d09e931-37ca-4bb3-bd3d-b735ce79075e {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-1d09e931-37ca-4bb3-bd3d-b735ce79075e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d09e931-37ca-4bb3-bd3d-b735ce79075e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4e8cd0d7-30fc-4496-9883-e04818aa04da"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-5428d34a-b4cf-4360-9072-dac32d9504ce {
  min-height: 50px;
}








#s-5428d34a-b4cf-4360-9072-dac32d9504ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5428d34a-b4cf-4360-9072-dac32d9504ce.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-d0bbbb9f-2fb1-4f93-9d71-462bd22b1dc2 {
  display: none;
}
#s-d0bbbb9f-2fb1-4f93-9d71-462bd22b1dc2, #wrap-s-d0bbbb9f-2fb1-4f93-9d71-462bd22b1dc2 { display:none !important; }}@media (max-width: 767px){#s-d0bbbb9f-2fb1-4f93-9d71-462bd22b1dc2 {
  display: none;
}
#s-d0bbbb9f-2fb1-4f93-9d71-462bd22b1dc2, #wrap-s-d0bbbb9f-2fb1-4f93-9d71-462bd22b1dc2 { display:none !important; }}
@media (min-width: 1200px){#s-d74bea25-2f62-4f27-86c7-cd8f29185e00 {
  display: none;
}
#s-d74bea25-2f62-4f27-86c7-cd8f29185e00, #wrap-s-d74bea25-2f62-4f27-86c7-cd8f29185e00 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d74bea25-2f62-4f27-86c7-cd8f29185e00 {
  display: none;
}
#s-d74bea25-2f62-4f27-86c7-cd8f29185e00, #wrap-s-d74bea25-2f62-4f27-86c7-cd8f29185e00 { display:none !important; }}
#s-74baedb1-a194-4df8-87b7-3c298a36d36a {
  min-height: 50px;
}








#s-74baedb1-a194-4df8-87b7-3c298a36d36a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74baedb1-a194-4df8-87b7-3c298a36d36a.shg-box.shg-c {
  justify-content: center;
}

#s-d42269c1-ce75-40ce-b1f1-a13c22a96a51 {
  text-align: center;
}




  #s-d42269c1-ce75-40ce-b1f1-a13c22a96a51 img.shogun-image {
    
    width: px;
  }


#s-d42269c1-ce75-40ce-b1f1-a13c22a96a51 .shogun-image-content {
  
    align-items: center;
  
}

#s-a770cf9d-b028-409c-8dad-822fc44f2caf {
  background-image: url(https://i.shgcdn.com/981674eb-d4e3-4940-bef2-03a1fd80977b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-a770cf9d-b028-409c-8dad-822fc44f2caf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a770cf9d-b028-409c-8dad-822fc44f2caf.shg-box.shg-c {
  justify-content: center;
}

#s-fc91ea85-f669-48c5-8334-aad9c482b273 {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fc91ea85-f669-48c5-8334-aad9c482b273"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-2a8423ad-fc21-454f-9ef9-b256f2c933d2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-2a8423ad-fc21-454f-9ef9-b256f2c933d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a8423ad-fc21-454f-9ef9-b256f2c933d2.shg-box.shg-c {
  justify-content: center;
}

#s-1ef24967-ba5e-4b97-b88a-e1c949deea8b {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-1ef24967-ba5e-4b97-b88a-e1c949deea8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ef24967-ba5e-4b97-b88a-e1c949deea8b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-af4bcedf-e6b3-49f9-b2ef-6cdbe9111197"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-40323291-6c60-49e9-9031-d5ba50999c84 {
  min-height: 50px;
}








#s-40323291-6c60-49e9-9031-d5ba50999c84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40323291-6c60-49e9-9031-d5ba50999c84.shg-box.shg-c {
  justify-content: center;
}

#s-17d30b66-3ab2-48f0-b3e5-1fc8b804ec87 {
  text-align: center;
}




  #s-17d30b66-3ab2-48f0-b3e5-1fc8b804ec87 img.shogun-image {
    
    width: px;
  }


#s-17d30b66-3ab2-48f0-b3e5-1fc8b804ec87 .shogun-image-content {
  
    align-items: center;
  
}

#s-97bbf57d-9955-4de2-aa5a-311289db7522 {
  min-height: 50px;
}








#s-97bbf57d-9955-4de2-aa5a-311289db7522 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97bbf57d-9955-4de2-aa5a-311289db7522.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-8a700104-1ba0-46c4-90b0-3f28b2a50b28 {
  display: none;
}
#s-8a700104-1ba0-46c4-90b0-3f28b2a50b28, #wrap-s-8a700104-1ba0-46c4-90b0-3f28b2a50b28 { display:none !important; }}@media (max-width: 767px){#s-8a700104-1ba0-46c4-90b0-3f28b2a50b28 {
  display: none;
}
#s-8a700104-1ba0-46c4-90b0-3f28b2a50b28, #wrap-s-8a700104-1ba0-46c4-90b0-3f28b2a50b28 { display:none !important; }}
@media (min-width: 1200px){#s-d269d492-6612-41c6-86ac-986f4bba987f {
  display: none;
}
#s-d269d492-6612-41c6-86ac-986f4bba987f, #wrap-s-d269d492-6612-41c6-86ac-986f4bba987f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d269d492-6612-41c6-86ac-986f4bba987f {
  display: none;
}
#s-d269d492-6612-41c6-86ac-986f4bba987f, #wrap-s-d269d492-6612-41c6-86ac-986f4bba987f { display:none !important; }}
#s-cee96831-bee0-4567-b2fb-6f24716b04ee {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cee96831-bee0-4567-b2fb-6f24716b04ee {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
display: none;
}
#s-cee96831-bee0-4567-b2fb-6f24716b04ee, #wrap-s-cee96831-bee0-4567-b2fb-6f24716b04ee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cee96831-bee0-4567-b2fb-6f24716b04ee {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
display: none;
}
#s-cee96831-bee0-4567-b2fb-6f24716b04ee, #wrap-s-cee96831-bee0-4567-b2fb-6f24716b04ee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cee96831-bee0-4567-b2fb-6f24716b04ee {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
}
}@media (max-width: 767px){#s-cee96831-bee0-4567-b2fb-6f24716b04ee {
  display: none;
}
#s-cee96831-bee0-4567-b2fb-6f24716b04ee, #wrap-s-cee96831-bee0-4567-b2fb-6f24716b04ee { display:none !important; }}







#s-cee96831-bee0-4567-b2fb-6f24716b04ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cee96831-bee0-4567-b2fb-6f24716b04ee.shg-box.shg-c {
  justify-content: center;
}

#s-d31bff3d-9e74-4ade-b57e-e18215074338 {
  text-align: center;
}




  #s-d31bff3d-9e74-4ade-b57e-e18215074338 img.shogun-image {
    
    width: px;
  }


#s-d31bff3d-9e74-4ade-b57e-e18215074338 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-3fd42922-299c-4bf6-b661-50b27d3719b6 {
  display: none;
}
#s-3fd42922-299c-4bf6-b661-50b27d3719b6, #wrap-s-3fd42922-299c-4bf6-b661-50b27d3719b6 { display:none !important; }}
@media (min-width: 1200px){#s-2cedb7e3-516b-493f-a647-d5515bba20cc {
  display: none;
}
#s-2cedb7e3-516b-493f-a647-d5515bba20cc, #wrap-s-2cedb7e3-516b-493f-a647-d5515bba20cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cedb7e3-516b-493f-a647-d5515bba20cc {
  display: none;
}
#s-2cedb7e3-516b-493f-a647-d5515bba20cc, #wrap-s-2cedb7e3-516b-493f-a647-d5515bba20cc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2cedb7e3-516b-493f-a647-d5515bba20cc {
  display: none;
}
#s-2cedb7e3-516b-493f-a647-d5515bba20cc, #wrap-s-2cedb7e3-516b-493f-a647-d5515bba20cc { display:none !important; }}@media (max-width: 767px){#s-2cedb7e3-516b-493f-a647-d5515bba20cc {
  
}
}
#s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-afbe9a9c-5b8e-415d-968f-7f37343b3c9d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-f15d65bb-98aa-42fc-9cc1-5de62470c07c {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-f15d65bb-98aa-42fc-9cc1-5de62470c07c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f15d65bb-98aa-42fc-9cc1-5de62470c07c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2f63bb70-a2c9-4982-b345-1c51976acf6b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-beb03974-bbfb-4f27-bec5-d1bc66a73515 {
  min-height: 50px;
}








#s-beb03974-bbfb-4f27-bec5-d1bc66a73515 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beb03974-bbfb-4f27-bec5-d1bc66a73515.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-a3381d55-2edc-4a41-b6d3-4950e9676d40 {
  display: none;
}
#s-a3381d55-2edc-4a41-b6d3-4950e9676d40, #wrap-s-a3381d55-2edc-4a41-b6d3-4950e9676d40 { display:none !important; }}@media (max-width: 767px){#s-a3381d55-2edc-4a41-b6d3-4950e9676d40 {
  display: none;
}
#s-a3381d55-2edc-4a41-b6d3-4950e9676d40, #wrap-s-a3381d55-2edc-4a41-b6d3-4950e9676d40 { display:none !important; }}
@media (min-width: 1200px){#s-abcc9aa9-001d-48d1-800e-4a72780d98fa {
  display: none;
}
#s-abcc9aa9-001d-48d1-800e-4a72780d98fa, #wrap-s-abcc9aa9-001d-48d1-800e-4a72780d98fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abcc9aa9-001d-48d1-800e-4a72780d98fa {
  display: none;
}
#s-abcc9aa9-001d-48d1-800e-4a72780d98fa, #wrap-s-abcc9aa9-001d-48d1-800e-4a72780d98fa { display:none !important; }}
#s-d4bf61dc-4b4f-475e-b547-72c90dd95c6b {
  min-height: 50px;
}








#s-d4bf61dc-4b4f-475e-b547-72c90dd95c6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4bf61dc-4b4f-475e-b547-72c90dd95c6b.shg-box.shg-c {
  justify-content: center;
}

#s-48a3031a-4972-4fa4-a27c-6bd03c6b9f25 {
  text-align: center;
}




  #s-48a3031a-4972-4fa4-a27c-6bd03c6b9f25 img.shogun-image {
    
    width: px;
  }


#s-48a3031a-4972-4fa4-a27c-6bd03c6b9f25 .shogun-image-content {
  
    align-items: center;
  
}

#s-4aee67eb-dfd2-408e-8fa4-9f6da134daec {
  background-image: url(https://i.shgcdn.com/23bcdee6-48c2-4886-991e-4216b738e9cf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-4aee67eb-dfd2-408e-8fa4-9f6da134daec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aee67eb-dfd2-408e-8fa4-9f6da134daec.shg-box.shg-c {
  justify-content: center;
}

#s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5 {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-08ec5aaa-62e8-4a03-883a-e9dfdc7fdec5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-66fd0cda-726f-4d7f-bc33-30e1a39f9416 {
  background-image: url(https://i.shgcdn.com/88460a63-dfbb-4577-b045-4fe0e7005ded/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-66fd0cda-726f-4d7f-bc33-30e1a39f9416 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66fd0cda-726f-4d7f-bc33-30e1a39f9416.shg-box.shg-c {
  justify-content: center;
}

#s-9255e4e9-84e7-4d54-879c-8ac35f0c3217 {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-9255e4e9-84e7-4d54-879c-8ac35f0c3217 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9255e4e9-84e7-4d54-879c-8ac35f0c3217.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-be3939d6-7d32-49cb-8ca5-65528c25eb89"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-926df7ed-1f3a-4762-b0f0-29cd9b4eb54c {
  min-height: 50px;
}








#s-926df7ed-1f3a-4762-b0f0-29cd9b4eb54c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-926df7ed-1f3a-4762-b0f0-29cd9b4eb54c.shg-box.shg-c {
  justify-content: center;
}

#s-98d236cb-24b2-4176-959d-265b147941a8 {
  text-align: center;
}




  #s-98d236cb-24b2-4176-959d-265b147941a8 img.shogun-image {
    
    width: px;
  }


#s-98d236cb-24b2-4176-959d-265b147941a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-199902d0-41ca-493b-892b-7bd38acaab83 {
  min-height: 50px;
}








#s-199902d0-41ca-493b-892b-7bd38acaab83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-199902d0-41ca-493b-892b-7bd38acaab83.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-a22bbe65-a973-4169-8348-624e2df618a4 {
  display: none;
}
#s-a22bbe65-a973-4169-8348-624e2df618a4, #wrap-s-a22bbe65-a973-4169-8348-624e2df618a4 { display:none !important; }}@media (max-width: 767px){#s-a22bbe65-a973-4169-8348-624e2df618a4 {
  display: none;
}
#s-a22bbe65-a973-4169-8348-624e2df618a4, #wrap-s-a22bbe65-a973-4169-8348-624e2df618a4 { display:none !important; }}
@media (min-width: 1200px){#s-446669e8-5fe7-49f6-8e36-b31e80dd848d {
  display: none;
}
#s-446669e8-5fe7-49f6-8e36-b31e80dd848d, #wrap-s-446669e8-5fe7-49f6-8e36-b31e80dd848d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-446669e8-5fe7-49f6-8e36-b31e80dd848d {
  display: none;
}
#s-446669e8-5fe7-49f6-8e36-b31e80dd848d, #wrap-s-446669e8-5fe7-49f6-8e36-b31e80dd848d { display:none !important; }}
#s-6a5486ec-6c52-4769-9202-1862193be2f4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6a5486ec-6c52-4769-9202-1862193be2f4 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
display: none;
}
#s-6a5486ec-6c52-4769-9202-1862193be2f4, #wrap-s-6a5486ec-6c52-4769-9202-1862193be2f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a5486ec-6c52-4769-9202-1862193be2f4 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
display: none;
}
#s-6a5486ec-6c52-4769-9202-1862193be2f4, #wrap-s-6a5486ec-6c52-4769-9202-1862193be2f4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6a5486ec-6c52-4769-9202-1862193be2f4 {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
}
}@media (max-width: 767px){#s-6a5486ec-6c52-4769-9202-1862193be2f4 {
  display: none;
}
#s-6a5486ec-6c52-4769-9202-1862193be2f4, #wrap-s-6a5486ec-6c52-4769-9202-1862193be2f4 { display:none !important; }}







#s-6a5486ec-6c52-4769-9202-1862193be2f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a5486ec-6c52-4769-9202-1862193be2f4.shg-box.shg-c {
  justify-content: center;
}

#s-4b59d3e2-d624-4832-a640-c384beeed2a7 {
  text-align: center;
}




  #s-4b59d3e2-d624-4832-a640-c384beeed2a7 img.shogun-image {
    
    width: px;
  }


#s-4b59d3e2-d624-4832-a640-c384beeed2a7 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-c6903244-356e-4929-928f-8696597a8a46 {
  display: none;
}
#s-c6903244-356e-4929-928f-8696597a8a46, #wrap-s-c6903244-356e-4929-928f-8696597a8a46 { display:none !important; }}
@media (min-width: 1200px){#s-144450ae-f87c-4e89-a5aa-6b991732d686 {
  display: none;
}
#s-144450ae-f87c-4e89-a5aa-6b991732d686, #wrap-s-144450ae-f87c-4e89-a5aa-6b991732d686 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-144450ae-f87c-4e89-a5aa-6b991732d686 {
  display: none;
}
#s-144450ae-f87c-4e89-a5aa-6b991732d686, #wrap-s-144450ae-f87c-4e89-a5aa-6b991732d686 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-144450ae-f87c-4e89-a5aa-6b991732d686 {
  display: none;
}
#s-144450ae-f87c-4e89-a5aa-6b991732d686, #wrap-s-144450ae-f87c-4e89-a5aa-6b991732d686 { display:none !important; }}@media (max-width: 767px){#s-144450ae-f87c-4e89-a5aa-6b991732d686 {
  
}
}
#s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777 {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2b592cd2-f340-4fe6-8ad6-a1bdda2c0777"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-4989026f-7e24-455a-bca3-9503344af016 {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-4989026f-7e24-455a-bca3-9503344af016 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4989026f-7e24-455a-bca3-9503344af016.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d6b38224-283f-4c9e-b17d-9f29ef74da7a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-2bb1fa4e-b9ee-4556-9fec-1ab30de5514a {
  min-height: 50px;
}








#s-2bb1fa4e-b9ee-4556-9fec-1ab30de5514a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bb1fa4e-b9ee-4556-9fec-1ab30de5514a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-21797347-8681-4de4-abe6-6d9ea5fe4214 {
  display: none;
}
#s-21797347-8681-4de4-abe6-6d9ea5fe4214, #wrap-s-21797347-8681-4de4-abe6-6d9ea5fe4214 { display:none !important; }}@media (max-width: 767px){#s-21797347-8681-4de4-abe6-6d9ea5fe4214 {
  display: none;
}
#s-21797347-8681-4de4-abe6-6d9ea5fe4214, #wrap-s-21797347-8681-4de4-abe6-6d9ea5fe4214 { display:none !important; }}
@media (min-width: 1200px){#s-63bc92b1-c4a5-4a76-83e2-5878de54434d {
  display: none;
}
#s-63bc92b1-c4a5-4a76-83e2-5878de54434d, #wrap-s-63bc92b1-c4a5-4a76-83e2-5878de54434d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63bc92b1-c4a5-4a76-83e2-5878de54434d {
  display: none;
}
#s-63bc92b1-c4a5-4a76-83e2-5878de54434d, #wrap-s-63bc92b1-c4a5-4a76-83e2-5878de54434d { display:none !important; }}
#s-b4bf38a9-5f35-48fc-88f3-52a682be8627 {
  min-height: 50px;
}








#s-b4bf38a9-5f35-48fc-88f3-52a682be8627 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4bf38a9-5f35-48fc-88f3-52a682be8627.shg-box.shg-c {
  justify-content: center;
}

#s-9a70f35f-c73b-4720-82ec-3f703ce34390 {
  text-align: center;
}




  #s-9a70f35f-c73b-4720-82ec-3f703ce34390 img.shogun-image {
    
    width: px;
  }


#s-9a70f35f-c73b-4720-82ec-3f703ce34390 .shogun-image-content {
  
    align-items: center;
  
}

#s-6811b26f-40e0-441a-bbdf-25f288419cab {
  background-image: url(https://i.shgcdn.com/3377ec31-2a1c-4150-9afc-8a041bcbd8bb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-6811b26f-40e0-441a-bbdf-25f288419cab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6811b26f-40e0-441a-bbdf-25f288419cab.shg-box.shg-c {
  justify-content: center;
}

#s-a2032327-919f-4c9e-b2c5-c8d370e6a15d {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a2032327-919f-4c9e-b2c5-c8d370e6a15d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-44d4a761-81ed-4230-a768-61feee08db48 {
  background-image: url(https://i.shgcdn.com/0cfc9499-ab98-4c3c-8430-9f75fd0fcf7a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: left center;
}








#s-44d4a761-81ed-4230-a768-61feee08db48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44d4a761-81ed-4230-a768-61feee08db48.shg-box.shg-c {
  justify-content: center;
}

#s-049baef0-9ff2-42d7-8087-6e58ee5c52c3 {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-049baef0-9ff2-42d7-8087-6e58ee5c52c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-049baef0-9ff2-42d7-8087-6e58ee5c52c3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-bed299a5-c558-4da0-bde2-1ba6ddabad08"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-c3bf5622-ae4f-4073-8a95-e8b710954acc {
  min-height: 50px;
}








#s-c3bf5622-ae4f-4073-8a95-e8b710954acc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3bf5622-ae4f-4073-8a95-e8b710954acc.shg-box.shg-c {
  justify-content: center;
}

#s-a5be90f0-4883-40d5-8b32-440a28b6f843 {
  text-align: center;
}




  #s-a5be90f0-4883-40d5-8b32-440a28b6f843 img.shogun-image {
    
    width: px;
  }


#s-a5be90f0-4883-40d5-8b32-440a28b6f843 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb0e00c3-da29-4780-91ff-eac89aee4604 {
  min-height: 50px;
}








#s-eb0e00c3-da29-4780-91ff-eac89aee4604 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb0e00c3-da29-4780-91ff-eac89aee4604.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-997ddc03-7d8d-4a43-bc07-667a734662b5 {
  display: none;
}
#s-997ddc03-7d8d-4a43-bc07-667a734662b5, #wrap-s-997ddc03-7d8d-4a43-bc07-667a734662b5 { display:none !important; }}@media (max-width: 767px){#s-997ddc03-7d8d-4a43-bc07-667a734662b5 {
  display: none;
}
#s-997ddc03-7d8d-4a43-bc07-667a734662b5, #wrap-s-997ddc03-7d8d-4a43-bc07-667a734662b5 { display:none !important; }}
@media (min-width: 1200px){#s-14227b2e-486c-4e9f-abf4-4cc069855995 {
  display: none;
}
#s-14227b2e-486c-4e9f-abf4-4cc069855995, #wrap-s-14227b2e-486c-4e9f-abf4-4cc069855995 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14227b2e-486c-4e9f-abf4-4cc069855995 {
  display: none;
}
#s-14227b2e-486c-4e9f-abf4-4cc069855995, #wrap-s-14227b2e-486c-4e9f-abf4-4cc069855995 { display:none !important; }}
#s-dee15f2a-ad8a-4f67-a8a8-f1e762d0273d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dee15f2a-ad8a-4f67-a8a8-f1e762d0273d {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
display: none;
}
#s-dee15f2a-ad8a-4f67-a8a8-f1e762d0273d, #wrap-s-dee15f2a-ad8a-4f67-a8a8-f1e762d0273d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dee15f2a-ad8a-4f67-a8a8-f1e762d0273d {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
display: none;
}
#s-dee15f2a-ad8a-4f67-a8a8-f1e762d0273d, #wrap-s-dee15f2a-ad8a-4f67-a8a8-f1e762d0273d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dee15f2a-ad8a-4f67-a8a8-f1e762d0273d {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
}
}@media (max-width: 767px){#s-dee15f2a-ad8a-4f67-a8a8-f1e762d0273d {
  display: none;
}
#s-dee15f2a-ad8a-4f67-a8a8-f1e762d0273d, #wrap-s-dee15f2a-ad8a-4f67-a8a8-f1e762d0273d { display:none !important; }}







#s-dee15f2a-ad8a-4f67-a8a8-f1e762d0273d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dee15f2a-ad8a-4f67-a8a8-f1e762d0273d.shg-box.shg-c {
  justify-content: center;
}

#s-5b75bc8f-992c-4029-acd0-53e670c63d0e {
  text-align: center;
}




  #s-5b75bc8f-992c-4029-acd0-53e670c63d0e img.shogun-image {
    
    width: px;
  }


#s-5b75bc8f-992c-4029-acd0-53e670c63d0e .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-aa71a66e-212d-476b-9d88-19d88faa65a5 {
  display: none;
}
#s-aa71a66e-212d-476b-9d88-19d88faa65a5, #wrap-s-aa71a66e-212d-476b-9d88-19d88faa65a5 { display:none !important; }}
@media (min-width: 1200px){#s-6c77167b-949a-48b9-b5d2-5a4aecc2eecb {
  display: none;
}
#s-6c77167b-949a-48b9-b5d2-5a4aecc2eecb, #wrap-s-6c77167b-949a-48b9-b5d2-5a4aecc2eecb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c77167b-949a-48b9-b5d2-5a4aecc2eecb {
  display: none;
}
#s-6c77167b-949a-48b9-b5d2-5a4aecc2eecb, #wrap-s-6c77167b-949a-48b9-b5d2-5a4aecc2eecb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c77167b-949a-48b9-b5d2-5a4aecc2eecb {
  display: none;
}
#s-6c77167b-949a-48b9-b5d2-5a4aecc2eecb, #wrap-s-6c77167b-949a-48b9-b5d2-5a4aecc2eecb { display:none !important; }}@media (max-width: 767px){#s-6c77167b-949a-48b9-b5d2-5a4aecc2eecb {
  
}
}
#s-c64ce085-7a8e-4e8a-998e-85451456f035 {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c64ce085-7a8e-4e8a-998e-85451456f035"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-f47f3076-1a03-40c6-a902-cf21dd34df61 {
  background-image: url(https://i.shgcdn.com/b4492746-e627-4a32-9b36-e39ecf6a0023/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-f47f3076-1a03-40c6-a902-cf21dd34df61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f47f3076-1a03-40c6-a902-cf21dd34df61.shg-box.shg-c {
  justify-content: center;
}

#s-80b7c452-2345-4c9d-a759-5d7a180bada5 {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-80b7c452-2345-4c9d-a759-5d7a180bada5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80b7c452-2345-4c9d-a759-5d7a180bada5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-02de1f46-5ce2-468a-8f03-aa38c51735e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-c9df33aa-606b-4f7f-b852-b424d52b66d2 {
  min-height: 50px;
}








#s-c9df33aa-606b-4f7f-b852-b424d52b66d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9df33aa-606b-4f7f-b852-b424d52b66d2.shg-box.shg-c {
  justify-content: center;
}

#s-e39d4e7d-1f29-4942-8f7f-621eb76e05e3 {
  text-align: center;
}




  #s-e39d4e7d-1f29-4942-8f7f-621eb76e05e3 img.shogun-image {
    
    width: px;
  }


#s-e39d4e7d-1f29-4942-8f7f-621eb76e05e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ab4092a-b00a-4c8a-a6f6-0ef2daddb690 {
  min-height: 50px;
}








#s-5ab4092a-b00a-4c8a-a6f6-0ef2daddb690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ab4092a-b00a-4c8a-a6f6-0ef2daddb690.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-22dd1a4b-1908-4bc9-80c2-58a26298f12d {
  display: none;
}
#s-22dd1a4b-1908-4bc9-80c2-58a26298f12d, #wrap-s-22dd1a4b-1908-4bc9-80c2-58a26298f12d { display:none !important; }}@media (max-width: 767px){#s-22dd1a4b-1908-4bc9-80c2-58a26298f12d {
  display: none;
}
#s-22dd1a4b-1908-4bc9-80c2-58a26298f12d, #wrap-s-22dd1a4b-1908-4bc9-80c2-58a26298f12d { display:none !important; }}
@media (min-width: 1200px){#s-1c625bd2-3bd8-452c-a99e-2b0893542bfb {
  display: none;
}
#s-1c625bd2-3bd8-452c-a99e-2b0893542bfb, #wrap-s-1c625bd2-3bd8-452c-a99e-2b0893542bfb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c625bd2-3bd8-452c-a99e-2b0893542bfb {
  display: none;
}
#s-1c625bd2-3bd8-452c-a99e-2b0893542bfb, #wrap-s-1c625bd2-3bd8-452c-a99e-2b0893542bfb { display:none !important; }}
#s-bfd6b809-1566-4775-9e73-85ac701b4275 {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bfd6b809-1566-4775-9e73-85ac701b4275"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-c98e6abf-06bf-4472-95ab-0ea0651b36bf {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-c98e6abf-06bf-4472-95ab-0ea0651b36bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c98e6abf-06bf-4472-95ab-0ea0651b36bf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e8703467-fe70-4b63-87df-8d0ac27f385e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-457c220a-8c45-4784-aaf8-bb988b6df628 {
  min-height: 50px;
}








#s-457c220a-8c45-4784-aaf8-bb988b6df628 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-457c220a-8c45-4784-aaf8-bb988b6df628.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-eebfe2dc-2a12-4924-9119-8726d5f63cd5 {
  display: none;
}
#s-eebfe2dc-2a12-4924-9119-8726d5f63cd5, #wrap-s-eebfe2dc-2a12-4924-9119-8726d5f63cd5 { display:none !important; }}@media (max-width: 767px){#s-eebfe2dc-2a12-4924-9119-8726d5f63cd5 {
  display: none;
}
#s-eebfe2dc-2a12-4924-9119-8726d5f63cd5, #wrap-s-eebfe2dc-2a12-4924-9119-8726d5f63cd5 { display:none !important; }}
@media (min-width: 1200px){#s-4d111aa0-d8d5-415c-89b5-74559bd22d7f {
  display: none;
}
#s-4d111aa0-d8d5-415c-89b5-74559bd22d7f, #wrap-s-4d111aa0-d8d5-415c-89b5-74559bd22d7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d111aa0-d8d5-415c-89b5-74559bd22d7f {
  display: none;
}
#s-4d111aa0-d8d5-415c-89b5-74559bd22d7f, #wrap-s-4d111aa0-d8d5-415c-89b5-74559bd22d7f { display:none !important; }}
#s-c3b2a756-437c-41f5-9fc1-8d83b084a23e {
  min-height: 50px;
}








#s-c3b2a756-437c-41f5-9fc1-8d83b084a23e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3b2a756-437c-41f5-9fc1-8d83b084a23e.shg-box.shg-c {
  justify-content: center;
}

#s-43444d86-3c8e-43aa-8d96-d6bdb6701506 {
  text-align: center;
}




  #s-43444d86-3c8e-43aa-8d96-d6bdb6701506 img.shogun-image {
    
    width: px;
  }


#s-43444d86-3c8e-43aa-8d96-d6bdb6701506 .shogun-image-content {
  
    align-items: center;
  
}

#s-ecb6caff-c1d5-406b-a054-9b7e77cccba1 {
  background-image: url(https://i.shgcdn.com/f122552e-5ba9-4cad-9142-26141c5442d5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: right center;
}








#s-ecb6caff-c1d5-406b-a054-9b7e77cccba1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecb6caff-c1d5-406b-a054-9b7e77cccba1.shg-box.shg-c {
  justify-content: center;
}

#s-8ad4bdbc-a604-494c-8ec4-e7168ef67be8 {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8ad4bdbc-a604-494c-8ec4-e7168ef67be8 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
display: none;
}
#s-8ad4bdbc-a604-494c-8ec4-e7168ef67be8, #wrap-s-8ad4bdbc-a604-494c-8ec4-e7168ef67be8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ad4bdbc-a604-494c-8ec4-e7168ef67be8 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
display: none;
}
#s-8ad4bdbc-a604-494c-8ec4-e7168ef67be8, #wrap-s-8ad4bdbc-a604-494c-8ec4-e7168ef67be8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ad4bdbc-a604-494c-8ec4-e7168ef67be8 {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
display: none;
}
#s-8ad4bdbc-a604-494c-8ec4-e7168ef67be8, #wrap-s-8ad4bdbc-a604-494c-8ec4-e7168ef67be8 { display:none !important; }}@media (max-width: 767px){#s-8ad4bdbc-a604-494c-8ec4-e7168ef67be8 {
  
}
}







#s-8ad4bdbc-a604-494c-8ec4-e7168ef67be8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ad4bdbc-a604-494c-8ec4-e7168ef67be8.shg-box.shg-c {
  justify-content: center;
}

#s-96b853d8-2cc3-4e1c-8de1-8cb85e306c3f {
  text-align: center;
}




  #s-96b853d8-2cc3-4e1c-8de1-8cb85e306c3f img.shogun-image {
    
    width: px;
  }


#s-96b853d8-2cc3-4e1c-8de1-8cb85e306c3f .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-a78c6068-aa78-4ae1-9f95-f82a0ae3436c {
  display: none;
}
#s-a78c6068-aa78-4ae1-9f95-f82a0ae3436c, #wrap-s-a78c6068-aa78-4ae1-9f95-f82a0ae3436c { display:none !important; }}
@media (min-width: 1200px){#s-902e95f0-0e26-4632-83dd-fdb0541b9090 {
  display: none;
}
#s-902e95f0-0e26-4632-83dd-fdb0541b9090, #wrap-s-902e95f0-0e26-4632-83dd-fdb0541b9090 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-902e95f0-0e26-4632-83dd-fdb0541b9090 {
  display: none;
}
#s-902e95f0-0e26-4632-83dd-fdb0541b9090, #wrap-s-902e95f0-0e26-4632-83dd-fdb0541b9090 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-902e95f0-0e26-4632-83dd-fdb0541b9090 {
  display: none;
}
#s-902e95f0-0e26-4632-83dd-fdb0541b9090, #wrap-s-902e95f0-0e26-4632-83dd-fdb0541b9090 { display:none !important; }}@media (max-width: 767px){#s-902e95f0-0e26-4632-83dd-fdb0541b9090 {
  
}
}
#s-1153809a-a3cb-475a-a75f-a203f2b635c6 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-1153809a-a3cb-475a-a75f-a203f2b635c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1153809a-a3cb-475a-a75f-a203f2b635c6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8bd35c25-6b27-403a-869b-da1c627ad6b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-fc8814bc-ea5e-40b6-9531-21f2a76ff622 {
  min-height: 50px;
}








#s-fc8814bc-ea5e-40b6-9531-21f2a76ff622 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc8814bc-ea5e-40b6-9531-21f2a76ff622.shg-box.shg-c {
  justify-content: center;
}

#s-152c0b59-3b5f-4cdb-b100-059f799f5e95 {
  text-align: center;
}




  #s-152c0b59-3b5f-4cdb-b100-059f799f5e95 img.shogun-image {
    
    width: px;
  }


#s-152c0b59-3b5f-4cdb-b100-059f799f5e95 .shogun-image-content {
  
    align-items: center;
  
}

#s-102b01ab-4088-41a5-a0b2-c29cb2431b0c {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-102b01ab-4088-41a5-a0b2-c29cb2431b0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-102b01ab-4088-41a5-a0b2-c29cb2431b0c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b837a442-f347-46c4-8c92-ff17a91c5fa6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-77366b2a-b067-4998-ab5c-8b0aecb432d1 {
  min-height: 50px;
}








#s-77366b2a-b067-4998-ab5c-8b0aecb432d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77366b2a-b067-4998-ab5c-8b0aecb432d1.shg-box.shg-c {
  justify-content: center;
}

#s-2b27c50c-2950-4799-8849-9575492607a9 {
  text-align: center;
}




  #s-2b27c50c-2950-4799-8849-9575492607a9 img.shogun-image {
    
    width: px;
  }


#s-2b27c50c-2950-4799-8849-9575492607a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b18192f-4b44-4fc9-9d71-0c8517d003ed {
  min-height: 50px;
}








#s-1b18192f-4b44-4fc9-9d71-0c8517d003ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b18192f-4b44-4fc9-9d71-0c8517d003ed.shg-box.shg-c {
  justify-content: center;
}

#s-b424506e-9319-42a1-ab8e-7cfcf96e1ae3 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-b424506e-9319-42a1-ab8e-7cfcf96e1ae3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b424506e-9319-42a1-ab8e-7cfcf96e1ae3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-190db32f-b2bf-4de1-90ba-ff2819ef1d88"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-5c5b8f94-8b6c-4a98-ad2d-1f60a615dfb5 {
  min-height: 50px;
}








#s-5c5b8f94-8b6c-4a98-ad2d-1f60a615dfb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c5b8f94-8b6c-4a98-ad2d-1f60a615dfb5.shg-box.shg-c {
  justify-content: center;
}

#s-9f6943ad-86e8-428f-9afd-9cf9c9a65666 {
  text-align: center;
}




  #s-9f6943ad-86e8-428f-9afd-9cf9c9a65666 img.shogun-image {
    
    width: px;
  }


#s-9f6943ad-86e8-428f-9afd-9cf9c9a65666 .shogun-image-content {
  
    align-items: center;
  
}

#s-4692d4c1-9dec-4e24-86d6-fe666b23d335 {
  text-align: center;
}




  #s-4692d4c1-9dec-4e24-86d6-fe666b23d335 img.shogun-image {
    
    width: px;
  }


#s-4692d4c1-9dec-4e24-86d6-fe666b23d335 .shogun-image-content {
  
    align-items: center;
  
}

#s-82f25bf7-b72e-4c35-8148-7ff62a712567 {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-82f25bf7-b72e-4c35-8148-7ff62a712567 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
display: none;
}
#s-82f25bf7-b72e-4c35-8148-7ff62a712567, #wrap-s-82f25bf7-b72e-4c35-8148-7ff62a712567 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82f25bf7-b72e-4c35-8148-7ff62a712567 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
display: none;
}
#s-82f25bf7-b72e-4c35-8148-7ff62a712567, #wrap-s-82f25bf7-b72e-4c35-8148-7ff62a712567 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82f25bf7-b72e-4c35-8148-7ff62a712567 {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
display: none;
}
#s-82f25bf7-b72e-4c35-8148-7ff62a712567, #wrap-s-82f25bf7-b72e-4c35-8148-7ff62a712567 { display:none !important; }}@media (max-width: 767px){#s-82f25bf7-b72e-4c35-8148-7ff62a712567 {
  
}
}







#s-82f25bf7-b72e-4c35-8148-7ff62a712567 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82f25bf7-b72e-4c35-8148-7ff62a712567.shg-box.shg-c {
  justify-content: center;
}

#s-3ac97030-719a-46e4-89c2-18a16347dc10 {
  text-align: center;
}




  #s-3ac97030-719a-46e4-89c2-18a16347dc10 img.shogun-image {
    
    width: px;
  }


#s-3ac97030-719a-46e4-89c2-18a16347dc10 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-75cd0651-41ee-4cdb-8d11-229b63cc80ea {
  display: none;
}
#s-75cd0651-41ee-4cdb-8d11-229b63cc80ea, #wrap-s-75cd0651-41ee-4cdb-8d11-229b63cc80ea { display:none !important; }}
@media (min-width: 1200px){#s-8a5ee8d7-a6ec-4b29-8016-22672c509446 {
  display: none;
}
#s-8a5ee8d7-a6ec-4b29-8016-22672c509446, #wrap-s-8a5ee8d7-a6ec-4b29-8016-22672c509446 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a5ee8d7-a6ec-4b29-8016-22672c509446 {
  display: none;
}
#s-8a5ee8d7-a6ec-4b29-8016-22672c509446, #wrap-s-8a5ee8d7-a6ec-4b29-8016-22672c509446 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a5ee8d7-a6ec-4b29-8016-22672c509446 {
  display: none;
}
#s-8a5ee8d7-a6ec-4b29-8016-22672c509446, #wrap-s-8a5ee8d7-a6ec-4b29-8016-22672c509446 { display:none !important; }}@media (max-width: 767px){#s-8a5ee8d7-a6ec-4b29-8016-22672c509446 {
  
}
}
#s-118015c9-ec66-4f55-a2ac-56949f5d2510 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-118015c9-ec66-4f55-a2ac-56949f5d2510 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-118015c9-ec66-4f55-a2ac-56949f5d2510.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-22b91023-2de0-4ec7-9d15-72f91b6972c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-342b53cb-c5b6-44b2-9f4e-602854bbebd3 {
  min-height: 50px;
}








#s-342b53cb-c5b6-44b2-9f4e-602854bbebd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-342b53cb-c5b6-44b2-9f4e-602854bbebd3.shg-box.shg-c {
  justify-content: center;
}

#s-874d591b-067d-4c98-a822-434ac16ddf77 {
  text-align: center;
}




  #s-874d591b-067d-4c98-a822-434ac16ddf77 img.shogun-image {
    
    width: px;
  }


#s-874d591b-067d-4c98-a822-434ac16ddf77 .shogun-image-content {
  
    align-items: center;
  
}

#s-55569fba-966d-42cc-a2ee-ccf3a3dc9eb6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-55569fba-966d-42cc-a2ee-ccf3a3dc9eb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55569fba-966d-42cc-a2ee-ccf3a3dc9eb6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2ebc1919-a23e-4725-9aa9-e71046a69d1b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7a9b26e5-246f-4b86-882e-5aa8719c7e12 {
  min-height: 50px;
}








#s-7a9b26e5-246f-4b86-882e-5aa8719c7e12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a9b26e5-246f-4b86-882e-5aa8719c7e12.shg-box.shg-c {
  justify-content: center;
}

#s-6c0148ef-6c91-4d94-84c5-91d05f6f0ba8 {
  text-align: center;
}




  #s-6c0148ef-6c91-4d94-84c5-91d05f6f0ba8 img.shogun-image {
    
    width: px;
  }


#s-6c0148ef-6c91-4d94-84c5-91d05f6f0ba8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce61a770-d5ea-4c6a-bce7-729666c79c4f {
  min-height: 50px;
}








#s-ce61a770-d5ea-4c6a-bce7-729666c79c4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce61a770-d5ea-4c6a-bce7-729666c79c4f.shg-box.shg-c {
  justify-content: center;
}

#s-fcdd3c07-bb42-4ff7-86e8-7ac1a0c3f10e {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-fcdd3c07-bb42-4ff7-86e8-7ac1a0c3f10e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcdd3c07-bb42-4ff7-86e8-7ac1a0c3f10e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6c7c3d00-a8bb-40bd-9e55-ac7758e8eaff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-237788ea-37ae-4b16-8135-ddd9eab89160 {
  min-height: 50px;
}








#s-237788ea-37ae-4b16-8135-ddd9eab89160 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-237788ea-37ae-4b16-8135-ddd9eab89160.shg-box.shg-c {
  justify-content: center;
}

#s-18ac8bf5-2645-463d-a408-2d6a6a6e2647 {
  text-align: center;
}




  #s-18ac8bf5-2645-463d-a408-2d6a6a6e2647 img.shogun-image {
    
    width: px;
  }


#s-18ac8bf5-2645-463d-a408-2d6a6a6e2647 .shogun-image-content {
  
    align-items: center;
  
}

#s-daa0f71e-51b9-4407-93e4-927a5f951d0f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-daa0f71e-51b9-4407-93e4-927a5f951d0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daa0f71e-51b9-4407-93e4-927a5f951d0f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c2c6edcd-b9d0-4723-90d5-e0b2095efdf5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-0df88a6d-4c11-4337-9a0b-8755a682cca3 {
  min-height: 50px;
}








#s-0df88a6d-4c11-4337-9a0b-8755a682cca3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0df88a6d-4c11-4337-9a0b-8755a682cca3.shg-box.shg-c {
  justify-content: center;
}

#s-b330f3e4-7956-4485-b89b-71553bedae98 {
  text-align: center;
}




  #s-b330f3e4-7956-4485-b89b-71553bedae98 img.shogun-image {
    
    width: px;
  }


#s-b330f3e4-7956-4485-b89b-71553bedae98 .shogun-image-content {
  
    align-items: center;
  
}

#s-862bb5a0-a5fa-4248-ab29-e4e836465509 {
  min-height: 50px;
}








#s-862bb5a0-a5fa-4248-ab29-e4e836465509 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-862bb5a0-a5fa-4248-ab29-e4e836465509.shg-box.shg-c {
  justify-content: center;
}

#s-8c1d7231-d24f-4ea9-bc23-46a1cf26571e {
  text-align: center;
}




  #s-8c1d7231-d24f-4ea9-bc23-46a1cf26571e img.shogun-image {
    
    width: px;
  }


#s-8c1d7231-d24f-4ea9-bc23-46a1cf26571e .shogun-image-content {
  
    align-items: center;
  
}

#s-8c2aa0e0-c51a-4b69-9208-bc95014ca507 {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8c2aa0e0-c51a-4b69-9208-bc95014ca507 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
display: none;
}
#s-8c2aa0e0-c51a-4b69-9208-bc95014ca507, #wrap-s-8c2aa0e0-c51a-4b69-9208-bc95014ca507 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c2aa0e0-c51a-4b69-9208-bc95014ca507 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
display: none;
}
#s-8c2aa0e0-c51a-4b69-9208-bc95014ca507, #wrap-s-8c2aa0e0-c51a-4b69-9208-bc95014ca507 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c2aa0e0-c51a-4b69-9208-bc95014ca507 {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
display: none;
}
#s-8c2aa0e0-c51a-4b69-9208-bc95014ca507, #wrap-s-8c2aa0e0-c51a-4b69-9208-bc95014ca507 { display:none !important; }}@media (max-width: 767px){#s-8c2aa0e0-c51a-4b69-9208-bc95014ca507 {
  
}
}







#s-8c2aa0e0-c51a-4b69-9208-bc95014ca507 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c2aa0e0-c51a-4b69-9208-bc95014ca507.shg-box.shg-c {
  justify-content: center;
}

#s-43f2ec11-a176-4ecc-b3ff-385aa9945d29 {
  text-align: center;
}




  #s-43f2ec11-a176-4ecc-b3ff-385aa9945d29 img.shogun-image {
    
    width: px;
  }


#s-43f2ec11-a176-4ecc-b3ff-385aa9945d29 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-e25f9dad-578c-4cea-857d-739d03c183c4 {
  display: none;
}
#s-e25f9dad-578c-4cea-857d-739d03c183c4, #wrap-s-e25f9dad-578c-4cea-857d-739d03c183c4 { display:none !important; }}
@media (min-width: 1200px){#s-709dc14c-8c4c-446e-811e-1b73aa2823c5 {
  display: none;
}
#s-709dc14c-8c4c-446e-811e-1b73aa2823c5, #wrap-s-709dc14c-8c4c-446e-811e-1b73aa2823c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-709dc14c-8c4c-446e-811e-1b73aa2823c5 {
  display: none;
}
#s-709dc14c-8c4c-446e-811e-1b73aa2823c5, #wrap-s-709dc14c-8c4c-446e-811e-1b73aa2823c5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-709dc14c-8c4c-446e-811e-1b73aa2823c5 {
  display: none;
}
#s-709dc14c-8c4c-446e-811e-1b73aa2823c5, #wrap-s-709dc14c-8c4c-446e-811e-1b73aa2823c5 { display:none !important; }}@media (max-width: 767px){#s-709dc14c-8c4c-446e-811e-1b73aa2823c5 {
  
}
}
#s-db47f42c-49d5-4dc5-9ee1-af875dfb266e {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-db47f42c-49d5-4dc5-9ee1-af875dfb266e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db47f42c-49d5-4dc5-9ee1-af875dfb266e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a8a572af-d3b6-443d-8523-5e42db2db258"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-cff770a2-5188-4a41-a3a0-14171edac84d {
  min-height: 50px;
}








#s-cff770a2-5188-4a41-a3a0-14171edac84d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cff770a2-5188-4a41-a3a0-14171edac84d.shg-box.shg-c {
  justify-content: center;
}

#s-5e52851a-612d-4c5a-bf8f-44125632a54a {
  text-align: center;
}




  #s-5e52851a-612d-4c5a-bf8f-44125632a54a img.shogun-image {
    
    width: px;
  }


#s-5e52851a-612d-4c5a-bf8f-44125632a54a .shogun-image-content {
  
    align-items: center;
  
}

#s-15e8d40a-25f4-4bb5-ac45-a8e46627d095 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-15e8d40a-25f4-4bb5-ac45-a8e46627d095 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15e8d40a-25f4-4bb5-ac45-a8e46627d095.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6112129c-78f7-4a54-9d74-a8498ee750f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-843b9781-f787-4218-8f87-383c13bc7fab {
  min-height: 50px;
}








#s-843b9781-f787-4218-8f87-383c13bc7fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-843b9781-f787-4218-8f87-383c13bc7fab.shg-box.shg-c {
  justify-content: center;
}

#s-efb94d3d-a5c9-44b1-b419-6b09f035b00a {
  text-align: center;
}




  #s-efb94d3d-a5c9-44b1-b419-6b09f035b00a img.shogun-image {
    
    width: px;
  }


#s-efb94d3d-a5c9-44b1-b419-6b09f035b00a .shogun-image-content {
  
    align-items: center;
  
}

#s-2b8c4342-e70a-448c-a0ec-0f19f07ea322 {
  min-height: 50px;
}








#s-2b8c4342-e70a-448c-a0ec-0f19f07ea322 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b8c4342-e70a-448c-a0ec-0f19f07ea322.shg-box.shg-c {
  justify-content: center;
}

#s-41516d3d-cf46-4b33-bfec-644f3a316f47 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-41516d3d-cf46-4b33-bfec-644f3a316f47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41516d3d-cf46-4b33-bfec-644f3a316f47.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1d094ec4-528a-434c-bf10-4dbf23b00654"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-4738708e-dfcd-473f-8e81-a1da9841db3b {
  min-height: 50px;
}








#s-4738708e-dfcd-473f-8e81-a1da9841db3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4738708e-dfcd-473f-8e81-a1da9841db3b.shg-box.shg-c {
  justify-content: center;
}

#s-3f5980d6-1062-40cc-b0a0-cd74656a4a4e {
  text-align: center;
}




  #s-3f5980d6-1062-40cc-b0a0-cd74656a4a4e img.shogun-image {
    
    width: px;
  }


#s-3f5980d6-1062-40cc-b0a0-cd74656a4a4e .shogun-image-content {
  
    align-items: center;
  
}

#s-cc9820a9-bb24-4973-9d57-5d8806eb2d69 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-cc9820a9-bb24-4973-9d57-5d8806eb2d69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc9820a9-bb24-4973-9d57-5d8806eb2d69.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9389fe57-98cb-48bf-8e1c-e17dbfe22f1d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-6456f0b7-baae-461e-8148-551a1e672552 {
  min-height: 50px;
}








#s-6456f0b7-baae-461e-8148-551a1e672552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6456f0b7-baae-461e-8148-551a1e672552.shg-box.shg-c {
  justify-content: center;
}

#s-e89b7383-70fe-4f7d-84f0-66d26b30efd2 {
  text-align: center;
}




  #s-e89b7383-70fe-4f7d-84f0-66d26b30efd2 img.shogun-image {
    
    width: px;
  }


#s-e89b7383-70fe-4f7d-84f0-66d26b30efd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-19f4b51e-8d62-4001-bdb1-18239487e2aa {
  min-height: 50px;
}








#s-19f4b51e-8d62-4001-bdb1-18239487e2aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19f4b51e-8d62-4001-bdb1-18239487e2aa.shg-box.shg-c {
  justify-content: center;
}

#s-f29bbc8d-9e19-4e9a-9bcf-f37c4d682fd8 {
  text-align: center;
}




  #s-f29bbc8d-9e19-4e9a-9bcf-f37c4d682fd8 img.shogun-image {
    
    width: px;
  }


#s-f29bbc8d-9e19-4e9a-9bcf-f37c4d682fd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2798e5ad-7810-42e7-a836-a81963ddfa81 {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2798e5ad-7810-42e7-a836-a81963ddfa81 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
display: none;
}
#s-2798e5ad-7810-42e7-a836-a81963ddfa81, #wrap-s-2798e5ad-7810-42e7-a836-a81963ddfa81 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2798e5ad-7810-42e7-a836-a81963ddfa81 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
display: none;
}
#s-2798e5ad-7810-42e7-a836-a81963ddfa81, #wrap-s-2798e5ad-7810-42e7-a836-a81963ddfa81 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2798e5ad-7810-42e7-a836-a81963ddfa81 {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
display: none;
}
#s-2798e5ad-7810-42e7-a836-a81963ddfa81, #wrap-s-2798e5ad-7810-42e7-a836-a81963ddfa81 { display:none !important; }}@media (max-width: 767px){#s-2798e5ad-7810-42e7-a836-a81963ddfa81 {
  
}
}







#s-2798e5ad-7810-42e7-a836-a81963ddfa81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2798e5ad-7810-42e7-a836-a81963ddfa81.shg-box.shg-c {
  justify-content: center;
}

#s-1ed3fbd0-9d70-40f2-aad4-70f5b166cf4b {
  text-align: center;
}




  #s-1ed3fbd0-9d70-40f2-aad4-70f5b166cf4b img.shogun-image {
    
    width: px;
  }


#s-1ed3fbd0-9d70-40f2-aad4-70f5b166cf4b .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-e1046a6e-b56d-4f8d-8cad-52a9c8ff98c5 {
  display: none;
}
#s-e1046a6e-b56d-4f8d-8cad-52a9c8ff98c5, #wrap-s-e1046a6e-b56d-4f8d-8cad-52a9c8ff98c5 { display:none !important; }}
@media (min-width: 1200px){#s-4c066bb9-903f-4aba-880a-9273c60a1d33 {
  display: none;
}
#s-4c066bb9-903f-4aba-880a-9273c60a1d33, #wrap-s-4c066bb9-903f-4aba-880a-9273c60a1d33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c066bb9-903f-4aba-880a-9273c60a1d33 {
  display: none;
}
#s-4c066bb9-903f-4aba-880a-9273c60a1d33, #wrap-s-4c066bb9-903f-4aba-880a-9273c60a1d33 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c066bb9-903f-4aba-880a-9273c60a1d33 {
  display: none;
}
#s-4c066bb9-903f-4aba-880a-9273c60a1d33, #wrap-s-4c066bb9-903f-4aba-880a-9273c60a1d33 { display:none !important; }}@media (max-width: 767px){#s-4c066bb9-903f-4aba-880a-9273c60a1d33 {
  
}
}
#s-937499cc-3ff0-4557-9421-4cbcb7fba235 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-937499cc-3ff0-4557-9421-4cbcb7fba235 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-937499cc-3ff0-4557-9421-4cbcb7fba235.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4552ea40-4fc6-4179-bf80-0331df187634"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-3daae4a2-5179-488c-bb17-aa0c1be10b37 {
  min-height: 50px;
}








#s-3daae4a2-5179-488c-bb17-aa0c1be10b37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3daae4a2-5179-488c-bb17-aa0c1be10b37.shg-box.shg-c {
  justify-content: center;
}

#s-e2a83159-80bc-4c42-8c5e-a3eb4168b660 {
  text-align: center;
}




  #s-e2a83159-80bc-4c42-8c5e-a3eb4168b660 img.shogun-image {
    
    width: px;
  }


#s-e2a83159-80bc-4c42-8c5e-a3eb4168b660 .shogun-image-content {
  
    align-items: center;
  
}

#s-36a25fb6-ec45-472a-8f56-47eaf9cbdeb4 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-36a25fb6-ec45-472a-8f56-47eaf9cbdeb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36a25fb6-ec45-472a-8f56-47eaf9cbdeb4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c82b028d-6d46-4b15-a881-21ccb4eecebf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-dfdc2210-3d2b-46a0-8c59-d7f96be3be88 {
  min-height: 50px;
}








#s-dfdc2210-3d2b-46a0-8c59-d7f96be3be88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfdc2210-3d2b-46a0-8c59-d7f96be3be88.shg-box.shg-c {
  justify-content: center;
}

#s-0a6872a4-55bc-42ff-8691-20e47233636c {
  text-align: center;
}




  #s-0a6872a4-55bc-42ff-8691-20e47233636c img.shogun-image {
    
    width: px;
  }


#s-0a6872a4-55bc-42ff-8691-20e47233636c .shogun-image-content {
  
    align-items: center;
  
}

#s-6d95e3ba-f912-4fee-849d-cb6f7f01694e {
  min-height: 50px;
}








#s-6d95e3ba-f912-4fee-849d-cb6f7f01694e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d95e3ba-f912-4fee-849d-cb6f7f01694e.shg-box.shg-c {
  justify-content: center;
}

#s-10c436c0-fbbe-4b1a-9b79-b0ff2d87d70e {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-10c436c0-fbbe-4b1a-9b79-b0ff2d87d70e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10c436c0-fbbe-4b1a-9b79-b0ff2d87d70e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e8b8ca53-1cce-428a-9823-d3c539fd31c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-ec502721-db53-4878-b184-54ae8dc5e9b6 {
  min-height: 50px;
}








#s-ec502721-db53-4878-b184-54ae8dc5e9b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec502721-db53-4878-b184-54ae8dc5e9b6.shg-box.shg-c {
  justify-content: center;
}

#s-a8e6f04c-cb42-401e-92b6-1a5f0b5c3231 {
  text-align: center;
}




  #s-a8e6f04c-cb42-401e-92b6-1a5f0b5c3231 img.shogun-image {
    
    width: px;
  }


#s-a8e6f04c-cb42-401e-92b6-1a5f0b5c3231 .shogun-image-content {
  
    align-items: center;
  
}

#s-14c028f9-16dd-41f3-8089-32a8c7aa667a {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-14c028f9-16dd-41f3-8089-32a8c7aa667a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14c028f9-16dd-41f3-8089-32a8c7aa667a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-583da137-7462-46d3-b551-c6f8d462e4a4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-edc3c766-0287-4453-9c9e-bc438799c57a {
  min-height: 50px;
}








#s-edc3c766-0287-4453-9c9e-bc438799c57a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edc3c766-0287-4453-9c9e-bc438799c57a.shg-box.shg-c {
  justify-content: center;
}

#s-b7b5b6fa-b8ac-4b19-a031-11cfb50643a5 {
  text-align: center;
}




  #s-b7b5b6fa-b8ac-4b19-a031-11cfb50643a5 img.shogun-image {
    
    width: px;
  }


#s-b7b5b6fa-b8ac-4b19-a031-11cfb50643a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-be8a2fd6-4843-4857-9b78-77c13bf781ca {
  min-height: 50px;
}








#s-be8a2fd6-4843-4857-9b78-77c13bf781ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be8a2fd6-4843-4857-9b78-77c13bf781ca.shg-box.shg-c {
  justify-content: center;
}

#s-e89f4076-f738-45eb-a867-4e9de3e3a68b {
  text-align: center;
}




  #s-e89f4076-f738-45eb-a867-4e9de3e3a68b img.shogun-image {
    
    width: px;
  }


#s-e89f4076-f738-45eb-a867-4e9de3e3a68b .shogun-image-content {
  
    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%;
  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;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
