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

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

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

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

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

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

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

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

#s-2488da37-069e-4389-85fa-f8e37f32f6c4 {
  margin-top: -30px;
margin-bottom: -30px;
}








#s-2488da37-069e-4389-85fa-f8e37f32f6c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2488da37-069e-4389-85fa-f8e37f32f6c4.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-0786803b-4d7f-47ea-aab1-ebfc5ce7b965 {
  margin-top: 20px;
min-height: 0px;
}

#s-e68c43e5-98fd-4ca4-8d87-2b5cdc8df95d {
  min-height: 50px;
}








#s-e68c43e5-98fd-4ca4-8d87-2b5cdc8df95d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e68c43e5-98fd-4ca4-8d87-2b5cdc8df95d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-81ef43d5-0fe2-45a5-b6a3-0a748d6c3854 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: -px;
padding-left: -px;
padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-de67c282-5061-48eb-a372-201d8937cb03 {
  text-align: center;
}




  #s-de67c282-5061-48eb-a372-201d8937cb03 img.shogun-image {
    
    width: px;
  }


#s-de67c282-5061-48eb-a372-201d8937cb03 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-290f1e71-ea73-4475-84b5-ac42dcb21582 {
  text-align: center;
}




  #s-290f1e71-ea73-4475-84b5-ac42dcb21582 img.shogun-image {
    
    width: px;
  }


#s-290f1e71-ea73-4475-84b5-ac42dcb21582 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c98c1cfa-3320-4b47-b93a-6f158ae70540 {
  text-align: center;
}




  #s-c98c1cfa-3320-4b47-b93a-6f158ae70540 img.shogun-image {
    
    width: px;
  }


#s-c98c1cfa-3320-4b47-b93a-6f158ae70540 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-aebf1d09-1bbd-4c7d-849b-935d1732eb03 {
  text-align: center;
}




  #s-aebf1d09-1bbd-4c7d-849b-935d1732eb03 img.shogun-image {
    
    width: px;
  }


#s-aebf1d09-1bbd-4c7d-849b-935d1732eb03 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c6e47e9d-ce94-4c33-ad47-dd893f5fb8f4 {
  text-align: center;
}




  #s-c6e47e9d-ce94-4c33-ad47-dd893f5fb8f4 img.shogun-image {
    
    width: px;
  }


#s-c6e47e9d-ce94-4c33-ad47-dd893f5fb8f4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-04117880-686e-4973-859d-bd1d3e69f45a {
  text-align: center;
}




  #s-04117880-686e-4973-859d-bd1d3e69f45a img.shogun-image {
    
    width: px;
  }


#s-04117880-686e-4973-859d-bd1d3e69f45a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-27c996a7-2a18-4677-969b-adfee469d294 {
  text-align: center;
}




  #s-27c996a7-2a18-4677-969b-adfee469d294 img.shogun-image {
    
    width: px;
  }


#s-27c996a7-2a18-4677-969b-adfee469d294 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-729f8dff-f414-479a-8949-cb99ee6ec518 {
  text-align: center;
}




  #s-729f8dff-f414-479a-8949-cb99ee6ec518 img.shogun-image {
    
    width: px;
  }


#s-729f8dff-f414-479a-8949-cb99ee6ec518 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-cb5501a3-e6a7-4b73-9b4c-baa59bd028fa {
  text-align: center;
}




  #s-cb5501a3-e6a7-4b73-9b4c-baa59bd028fa img.shogun-image {
    
    width: px;
  }


#s-cb5501a3-e6a7-4b73-9b4c-baa59bd028fa .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-2682b97d-476f-4a4e-a688-cfc982d6713d {
  text-align: center;
}




  #s-2682b97d-476f-4a4e-a688-cfc982d6713d img.shogun-image {
    
    width: px;
  }


#s-2682b97d-476f-4a4e-a688-cfc982d6713d .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

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

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

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

@media (max-width: 767px){#s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25 {
  display: none;
}
#s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25, #wrap-s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7f20c634-0aec-4b9f-b8ed-ca52259d3e25"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-c4fa3b95-1dae-4cd9-9452-ae8d97c7d859 {
  text-align: center;
}




  #s-c4fa3b95-1dae-4cd9-9452-ae8d97c7d859 img.shogun-image {
    
    width: px;
  }


#s-c4fa3b95-1dae-4cd9-9452-ae8d97c7d859 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2d6a65cc-c140-4849-99e6-3fb3c9723df2 {
  text-align: center;
}




  #s-2d6a65cc-c140-4849-99e6-3fb3c9723df2 img.shogun-image {
    
    width: px;
  }


#s-2d6a65cc-c140-4849-99e6-3fb3c9723df2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-df37d01a-36ab-402c-bdc0-2d8e95ffa334 {
  text-align: center;
}




  #s-df37d01a-36ab-402c-bdc0-2d8e95ffa334 img.shogun-image {
    
    width: px;
  }


#s-df37d01a-36ab-402c-bdc0-2d8e95ffa334 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-25ca4792-1836-41c3-9455-659516850b23 {
  text-align: center;
}




  #s-25ca4792-1836-41c3-9455-659516850b23 img.shogun-image {
    
    width: px;
  }


#s-25ca4792-1836-41c3-9455-659516850b23 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4ce8d7ae-7a37-4f77-9eff-69b6600701b0 {
  text-align: center;
}




  #s-4ce8d7ae-7a37-4f77-9eff-69b6600701b0 img.shogun-image {
    
    width: px;
  }


#s-4ce8d7ae-7a37-4f77-9eff-69b6600701b0 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-66b0f096-58d5-4fdf-9aa2-31de8e0aab02 {
  text-align: center;
}




  #s-66b0f096-58d5-4fdf-9aa2-31de8e0aab02 img.shogun-image {
    
    width: px;
  }


#s-66b0f096-58d5-4fdf-9aa2-31de8e0aab02 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (max-width: 767px){#s-4f917fb1-755f-4e9b-b6c0-96d3baec88fd {
  display: none;
}
#s-4f917fb1-755f-4e9b-b6c0-96d3baec88fd, #wrap-s-4f917fb1-755f-4e9b-b6c0-96d3baec88fd { display:none !important; }}
#s-4f917fb1-755f-4e9b-b6c0-96d3baec88fd hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-dfdd86b6-73a8-4912-b3ff-163beafbeaec {
  min-height: 30px;
background-color: rgba(241, 241, 242, 1);
}








#s-dfdd86b6-73a8-4912-b3ff-163beafbeaec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfdd86b6-73a8-4912-b3ff-163beafbeaec.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

#s-c6e2c662-5ae2-4db7-9004-f82abd6d49ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6e2c662-5ae2-4db7-9004-f82abd6d49ca .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e18cfd01-0d97-463f-9ce9-8b7a0d11ae37 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e18cfd01-0d97-463f-9ce9-8b7a0d11ae37 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9da553f9-01c4-4c83-ba0b-05ad9497f438 {
  background-attachment: fixed;
margin-top: 10px;
min-height: 50px;
background-color: rgba(219, 216, 216, 1);
}








#s-9da553f9-01c4-4c83-ba0b-05ad9497f438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.67;
}#s-9da553f9-01c4-4c83-ba0b-05ad9497f438.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-bc92c534-0968-47c0-8781-efc6d2f35d9f {
  margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bc92c534-0968-47c0-8781-efc6d2f35d9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-bf5b39aa-e587-468b-9396-c11f39c42de4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b9b03114-5273-4fa9-ad41-1a476ec9892a {
  margin-left: 10px;
margin-right: 10px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}




  #s-b9b03114-5273-4fa9-ad41-1a476ec9892a img.shogun-image {
    
    width: px;
  }


#s-b9b03114-5273-4fa9-ad41-1a476ec9892a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-54629742-b0f2-4c2d-b057-7e64e08705b4 {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-1a114ee6-5361-45b0-a912-1ea3d0571731 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-1a114ee6-5361-45b0-a912-1ea3d0571731 img.shogun-image {
    
    width: px;
  }


#s-1a114ee6-5361-45b0-a912-1ea3d0571731 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f3a4899c-9be3-4529-b62b-7e0e500a8ab9 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-f3a4899c-9be3-4529-b62b-7e0e500a8ab9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3a4899c-9be3-4529-b62b-7e0e500a8ab9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3a4899c-9be3-4529-b62b-7e0e500a8ab9 {
  
}
}@media (max-width: 767px){#s-f3a4899c-9be3-4529-b62b-7e0e500a8ab9 {
  
}
}
#s-f3a4899c-9be3-4529-b62b-7e0e500a8ab9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c25ebe8a-47fe-4d10-936b-d36a8cdaa441 {
  text-align: center;
}




  #s-c25ebe8a-47fe-4d10-936b-d36a8cdaa441 img.shogun-image {
    
    width: px;
  }


#s-c25ebe8a-47fe-4d10-936b-d36a8cdaa441 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0e7a9f2a-c6e9-4ca1-8ab6-2d453992e38f {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4cad4807-5a8b-4621-b4db-706f0dc404d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

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

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

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

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

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

#s-814fd54e-816b-4fc3-add1-1b24ad786087 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 35px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(209, 164, 28, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
}
#s-814fd54e-816b-4fc3-add1-1b24ad786087:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(191, 30, 46, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-814fd54e-816b-4fc3-add1-1b24ad786087:active {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-814fd54e-816b-4fc3-add1-1b24ad786087 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-814fd54e-816b-4fc3-add1-1b24ad786087 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-814fd54e-816b-4fc3-add1-1b24ad786087 {
  
}
}@media (max-width: 767px){#s-814fd54e-816b-4fc3-add1-1b24ad786087 {
  
}
}


#s-814fd54e-816b-4fc3-add1-1b24ad786087.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 700;
  
  font-family: Barlow;
  display:  block ;
}

#s-5d647218-79f3-4698-b5e5-4d8690effa1c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fdcb337a-bcd8-4407-9416-05d77e15c9f6 {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}




  #s-fdcb337a-bcd8-4407-9416-05d77e15c9f6 img.shogun-image {
    
    width: px;
  }


#s-fdcb337a-bcd8-4407-9416-05d77e15c9f6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-aed83b69-8dda-4eaa-b6fe-db91ccfa93d3 {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-e1040553-eb8d-44a2-bb37-433cb688050d {
  min-height: 50px;
}








#s-e1040553-eb8d-44a2-bb37-433cb688050d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1040553-eb8d-44a2-bb37-433cb688050d.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c3130695-1a33-4256-ae8a-49d9bd3ec3a2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-ff4ca252-04ad-404b-887c-bfcd37192a0c {
  text-align: center;
}




  #s-ff4ca252-04ad-404b-887c-bfcd37192a0c img.shogun-image {
    
    width: px;
  }


#s-ff4ca252-04ad-404b-887c-bfcd37192a0c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-bd1bda1f-75f2-42e5-9a96-8dbeec0fba3e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-fe97e760-6022-4f13-af1e-ca2a1f56e5bd {
  margin-top: 10px;
margin-left: 2px;
margin-bottom: 0px;
margin-right: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fe97e760-6022-4f13-af1e-ca2a1f56e5bd .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 30px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: center;
}



#s-b4db33a3-676f-4024-8d76-af11821402fc {
  margin-top: 15px;
margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-b4db33a3-676f-4024-8d76-af11821402fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4db33a3-676f-4024-8d76-af11821402fc.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c8d2e6aa-c0d3-4ddb-9d58-f5999a48a6e3 {
  margin-left: 11px;
margin-right: 11px;
}

#s-71eaba8d-4dca-45e0-960d-b6e64be6505e {
  background-attachment: fixed;
min-height: 50px;
}








#s-71eaba8d-4dca-45e0-960d-b6e64be6505e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71eaba8d-4dca-45e0-960d-b6e64be6505e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3f88daa6-b309-4e88-9f02-510a54cb1299"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4a877ec8-6fe2-42a3-9586-6bd9e19002e4 {
  text-align: center;
}




  #s-4a877ec8-6fe2-42a3-9586-6bd9e19002e4 img.shogun-image {
    
    width: px;
  }


#s-4a877ec8-6fe2-42a3-9586-6bd9e19002e4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8c960f1b-6e11-4695-b7e4-d531c2a212fd {
  text-align: center;
}




  #s-8c960f1b-6e11-4695-b7e4-d531c2a212fd img.shogun-image {
    
    width: px;
  }


#s-8c960f1b-6e11-4695-b7e4-d531c2a212fd .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-83fbd477-3989-463b-83d4-32374a03202d {
  text-align: center;
}




  #s-83fbd477-3989-463b-83d4-32374a03202d img.shogun-image {
    
    width: px;
  }


#s-83fbd477-3989-463b-83d4-32374a03202d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ab411771-9bbe-40a1-b2bc-ee6927a3a004 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 35px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(209, 164, 28, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
}
#s-ab411771-9bbe-40a1-b2bc-ee6927a3a004:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(191, 30, 46, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-ab411771-9bbe-40a1-b2bc-ee6927a3a004:active {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ab411771-9bbe-40a1-b2bc-ee6927a3a004 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab411771-9bbe-40a1-b2bc-ee6927a3a004 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab411771-9bbe-40a1-b2bc-ee6927a3a004 {
  
}
}@media (max-width: 767px){#s-ab411771-9bbe-40a1-b2bc-ee6927a3a004 {
  
}
}


#s-ab411771-9bbe-40a1-b2bc-ee6927a3a004.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 700;
  
  font-family: Barlow;
  display:  block ;
}

#s-16c815c6-4df6-4847-b92b-3a811458b3c1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3246781c-f39b-40d4-bf5a-b0d1074265f8 {
  min-height: 50px;
}








#s-3246781c-f39b-40d4-bf5a-b0d1074265f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3246781c-f39b-40d4-bf5a-b0d1074265f8.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-8375912b-bb1b-494b-a958-629a80279faa {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8375912b-bb1b-494b-a958-629a80279faa .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-28e3dc9b-5c7d-407e-9591-468cfd53fd88 {
  margin-left: 15px;
margin-right: 15px;
}

#s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d {
  border-style: solid;
margin-top: 15px;
margin-left: 10px;
margin-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: dashed;
border-radius: 10px;
}

@media (min-width: 0px) {
[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-483c3b65-c9b1-40b1-bcc3-6ab935e81e0d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-13d20665-4a9f-4d34-9a95-f6aa698eef5a {
  margin-top: 10px;
text-align: center;
}




  #s-13d20665-4a9f-4d34-9a95-f6aa698eef5a img.shogun-image {
    
    width: px;
  }


#s-13d20665-4a9f-4d34-9a95-f6aa698eef5a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e52483ad-21c8-4c61-8224-9c50f1b9795b {
  border-style: solid;
margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-99a7f4b7-6492-4d8e-a11c-1c3078f20a61 {
  margin-top: 10px;
text-align: center;
}




  #s-99a7f4b7-6492-4d8e-a11c-1c3078f20a61 img.shogun-image {
    
    width: px;
  }


#s-99a7f4b7-6492-4d8e-a11c-1c3078f20a61 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-01b47df6-4e73-4437-8550-3487555ed0f0 {
  margin-top: 10px;
}

#s-96823c0f-3cea-4a4a-abda-49759cbb0958 {
  margin-top: 10px;
text-align: center;
}




  #s-96823c0f-3cea-4a4a-abda-49759cbb0958 img.shogun-image {
    
    width: px;
  }


#s-96823c0f-3cea-4a4a-abda-49759cbb0958 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-90ffce27-98e8-4c4c-b7da-36d3ff79a0f3 {
  margin-top: 10px;
}

#s-5286b7ae-6a07-4e3b-a59d-2ff2ce5792c1 {
  margin-top: 10px;
text-align: center;
}




  #s-5286b7ae-6a07-4e3b-a59d-2ff2ce5792c1 img.shogun-image {
    
    width: px;
  }


#s-5286b7ae-6a07-4e3b-a59d-2ff2ce5792c1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1ab7a0fd-56af-49d7-910f-07dc67fd1745 {
  margin-top: 10px;
}

#s-cacaf6c2-8b63-4687-9995-2d48f0e9f170 {
  margin-top: 10px;
text-align: center;
}




  #s-cacaf6c2-8b63-4687-9995-2d48f0e9f170 img.shogun-image {
    
    width: px;
  }


#s-cacaf6c2-8b63-4687-9995-2d48f0e9f170 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4aa66d53-af1c-4100-a6f9-86ca5e4cb93f {
  margin-top: 10px;
}

#s-431aa69d-23f4-4d1d-924e-9e7cbfe1b86a {
  margin-top: 10px;
text-align: center;
}




  #s-431aa69d-23f4-4d1d-924e-9e7cbfe1b86a img.shogun-image {
    
    width: px;
  }


#s-431aa69d-23f4-4d1d-924e-9e7cbfe1b86a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-174bb28e-643c-4af4-a623-edd56c96e017 {
  margin-top: 10px;
}

#s-e142fef0-e9ba-4701-aaa9-971f98c3d4cc {
  min-height: 50px;
}








#s-e142fef0-e9ba-4701-aaa9-971f98c3d4cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e142fef0-e9ba-4701-aaa9-971f98c3d4cc.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-386352b4-7455-4f67-88cf-62d10c3d9220 {
  background-attachment: fixed;
border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
}
@media (min-width: 1200px){#s-386352b4-7455-4f67-88cf-62d10c3d9220 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-386352b4-7455-4f67-88cf-62d10c3d9220 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-386352b4-7455-4f67-88cf-62d10c3d9220 {
  
}
}@media (max-width: 767px){#s-386352b4-7455-4f67-88cf-62d10c3d9220 {
  
}
}







#s-386352b4-7455-4f67-88cf-62d10c3d9220 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
}#s-386352b4-7455-4f67-88cf-62d10c3d9220.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-85702f32-3228-4948-a33b-538e51390576 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-85702f32-3228-4948-a33b-538e51390576"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-339e0ac0-7af3-46dd-899e-a4279e840bf4 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-339e0ac0-7af3-46dd-899e-a4279e840bf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-339e0ac0-7af3-46dd-899e-a4279e840bf4.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-58a199a0-b7b0-4b06-be84-129dc7f8a2bb {
  margin-left: 20px;
margin-right: 20px;
}

#s-58a199a0-b7b0-4b06-be84-129dc7f8a2bb .shogun-icon-wrapper {
  text-align: left;
}


#s-58a199a0-b7b0-4b06-be84-129dc7f8a2bb .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(191, 30, 46, 1);
}

#s-09d97b9a-440d-45a5-a88e-43cca3719f2c {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-09d97b9a-440d-45a5-a88e-43cca3719f2c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d95f2134-5ab6-437b-b9fc-462ea00c0a3c {
  margin-left: 20px;
margin-right: 20px;
}

#s-e2ad3420-9c19-4e63-9133-8ebe748bae8f {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-e2ad3420-9c19-4e63-9133-8ebe748bae8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2ad3420-9c19-4e63-9133-8ebe748bae8f.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-eae999e9-bf79-4735-86f1-d0cdd99e291c {
  margin-left: 20px;
margin-right: 20px;
}

#s-eae999e9-bf79-4735-86f1-d0cdd99e291c .shogun-icon-wrapper {
  text-align: left;
}


#s-eae999e9-bf79-4735-86f1-d0cdd99e291c .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(191, 30, 46, 1);
}

#s-724f94a1-1076-482a-819a-7a0c7fc44d53 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-724f94a1-1076-482a-819a-7a0c7fc44d53 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-80d477ba-f7de-4829-84c6-4f3c6be163b3 {
  margin-left: 20px;
margin-right: 20px;
}

#s-d8ea6036-3645-4750-a3fd-5b729c831b88 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-d8ea6036-3645-4750-a3fd-5b729c831b88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8ea6036-3645-4750-a3fd-5b729c831b88.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-9fff62a1-009f-4120-928e-be61a8cedf53 {
  margin-left: 20px;
margin-right: 20px;
}

#s-9fff62a1-009f-4120-928e-be61a8cedf53 .shogun-icon-wrapper {
  text-align: left;
}


#s-9fff62a1-009f-4120-928e-be61a8cedf53 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(191, 30, 46, 1);
}

#s-32961c95-f046-4572-b725-d93193ba1fe5 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-32961c95-f046-4572-b725-d93193ba1fe5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1154ec35-0068-417c-844b-1559e33e0103 {
  margin-left: 20px;
margin-right: 20px;
}

#s-d0267f43-881f-4309-82d5-93e4b293c103 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-d0267f43-881f-4309-82d5-93e4b293c103 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0267f43-881f-4309-82d5-93e4b293c103.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f5fb6a2a-485d-47de-88a1-3fbacf90498b {
  margin-left: 20px;
margin-right: 20px;
}

#s-f5fb6a2a-485d-47de-88a1-3fbacf90498b .shogun-icon-wrapper {
  text-align: left;
}


#s-f5fb6a2a-485d-47de-88a1-3fbacf90498b .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(191, 30, 46, 1);
}

#s-6179532d-e12c-4b5e-8b04-4dc5047c9ac4 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6179532d-e12c-4b5e-8b04-4dc5047c9ac4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bc6fb4f9-68b3-49d2-a0c4-a8ef4b8082c2 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f885a0c9-4802-45e8-8de9-bd4bfbed9c82 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-f885a0c9-4802-45e8-8de9-bd4bfbed9c82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f885a0c9-4802-45e8-8de9-bd4bfbed9c82.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-b42c0e25-8060-46fc-83fa-eb008abdaf71 {
  margin-left: 20px;
margin-right: 20px;
}

#s-b42c0e25-8060-46fc-83fa-eb008abdaf71 .shogun-icon-wrapper {
  text-align: left;
}


#s-b42c0e25-8060-46fc-83fa-eb008abdaf71 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(191, 30, 46, 1);
}

#s-8c385dd4-cea3-4512-94a2-7e243844f83c {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8c385dd4-cea3-4512-94a2-7e243844f83c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5a22604b-f170-4bf9-bdd1-a9f04678c3e7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-e7f06023-bb90-4183-9829-b01876431973 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-e7f06023-bb90-4183-9829-b01876431973 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7f06023-bb90-4183-9829-b01876431973.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-e70063b9-52d3-4613-94d6-9d029c23d576 {
  margin-left: 20px;
margin-right: 20px;
}

#s-e70063b9-52d3-4613-94d6-9d029c23d576 .shogun-icon-wrapper {
  text-align: left;
}


#s-e70063b9-52d3-4613-94d6-9d029c23d576 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(191, 30, 46, 1);
}

#s-86fc804e-b7d1-42b7-beed-8e50001117f6 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-86fc804e-b7d1-42b7-beed-8e50001117f6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-94b8a489-221f-402c-846e-831cdd72777d {
  margin-left: 20px;
margin-right: 20px;
}

#s-52fa3ab4-e80d-4ebe-965e-e4f3c0f0c69c {
  min-height: 50px;
}








#s-52fa3ab4-e80d-4ebe-965e-e4f3c0f0c69c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52fa3ab4-e80d-4ebe-965e-e4f3c0f0c69c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5a4ffcda-4ce7-49aa-aac1-ed1098e2e156"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-daffd6a4-06bf-4b6c-a4a3-0a1b68428a30 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-daffd6a4-06bf-4b6c-a4a3-0a1b68428a30:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 30, 46, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-daffd6a4-06bf-4b6c-a4a3-0a1b68428a30:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-daffd6a4-06bf-4b6c-a4a3-0a1b68428a30.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-95b8171f-71ab-4211-882f-26cbbfc1f62f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-95b8171f-71ab-4211-882f-26cbbfc1f62f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 30, 46, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-95b8171f-71ab-4211-882f-26cbbfc1f62f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-95b8171f-71ab-4211-882f-26cbbfc1f62f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-53177708-25a7-4111-b0da-a79742664f6b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-53177708-25a7-4111-b0da-a79742664f6b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 30, 46, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-53177708-25a7-4111-b0da-a79742664f6b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-53177708-25a7-4111-b0da-a79742664f6b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-06275721-424e-4b77-a054-9d02918e2c38 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-06275721-424e-4b77-a054-9d02918e2c38:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 30, 46, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-06275721-424e-4b77-a054-9d02918e2c38:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-06275721-424e-4b77-a054-9d02918e2c38.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-f5affb54-fd28-4d45-8b07-7c11bfa07f4d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-f5affb54-fd28-4d45-8b07-7c11bfa07f4d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 30, 46, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-f5affb54-fd28-4d45-8b07-7c11bfa07f4d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f5affb54-fd28-4d45-8b07-7c11bfa07f4d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-109645f9-710c-4728-9470-7082b4e76957 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-109645f9-710c-4728-9470-7082b4e76957:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 30, 46, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-109645f9-710c-4728-9470-7082b4e76957:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-109645f9-710c-4728-9470-7082b4e76957.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-8d7f433a-a86c-41c3-a06f-7ecf97d74333 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-ce8675bc-f59b-4f46-9538-4bc32926c14b {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: contain;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
}
@media (min-width: 1200px){#s-ce8675bc-f59b-4f46-9538-4bc32926c14b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce8675bc-f59b-4f46-9538-4bc32926c14b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce8675bc-f59b-4f46-9538-4bc32926c14b {
  
}
}@media (max-width: 767px){#s-ce8675bc-f59b-4f46-9538-4bc32926c14b {
  
}
}







#s-ce8675bc-f59b-4f46-9538-4bc32926c14b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ce8675bc-f59b-4f46-9538-4bc32926c14b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5e7f234a-316a-426f-b462-63e8dc1362ba {
  margin-top: 0px;
margin-left: 45px;
margin-bottom: 20px;
margin-right: 45px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-5e7f234a-316a-426f-b462-63e8dc1362ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e7f234a-316a-426f-b462-63e8dc1362ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e7f234a-316a-426f-b462-63e8dc1362ba {
  
}
}@media (max-width: 767px){#s-5e7f234a-316a-426f-b462-63e8dc1362ba {
  
}
}
#s-5e7f234a-316a-426f-b462-63e8dc1362ba .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f2214d7d-fadc-47f2-91a5-4205ffd214d5 {
  margin-left: 15px;
margin-right: 15px;
}

#s-36bc720f-4cd9-41d8-8820-2220641f7192 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-36bc720f-4cd9-41d8-8820-2220641f7192 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36bc720f-4cd9-41d8-8820-2220641f7192 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36bc720f-4cd9-41d8-8820-2220641f7192 {
  
}
}@media (max-width: 767px){#s-36bc720f-4cd9-41d8-8820-2220641f7192 {
  
}
}
@media (min-width: 0px) {
[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-36bc720f-4cd9-41d8-8820-2220641f7192"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-8ebd9202-ac92-4c47-abf1-1b42d8aca6dc {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-8ebd9202-ac92-4c47-abf1-1b42d8aca6dc:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(191, 30, 46, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-8ebd9202-ac92-4c47-abf1-1b42d8aca6dc:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-8ebd9202-ac92-4c47-abf1-1b42d8aca6dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  font-family: Barlow;
  display:  block ;
}

#s-917ed870-3531-478f-beb1-c4072d8c00bc {
  min-height: 50px;
}








#s-917ed870-3531-478f-beb1-c4072d8c00bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-917ed870-3531-478f-beb1-c4072d8c00bc.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-bd522937-551e-4d61-b941-23905a6228c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd522937-551e-4d61-b941-23905a6228c7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-17bf329b-70c8-40b2-96e8-9132979dec5c {
  padding-left: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17bf329b-70c8-40b2-96e8-9132979dec5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-f3303119-367f-4332-ad40-c5d33b23d26a {
  padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-f3303119-367f-4332-ad40-c5d33b23d26a {
  
}
}
#s-c23977c6-c94d-435b-a250-28ecc37858b4 {
  padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
}

#s-eb18ed4f-fd27-435f-ac0b-d2b4d8f58366 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb18ed4f-fd27-435f-ac0b-d2b4d8f58366 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

#s-7088e5c3-af5c-4a77-b2e8-b330e765773f {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

[id="s-7088e5c3-af5c-4a77-b2e8-b330e765773f"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 10px;
}

.shg-ig-posts-container {
  width: calc(100% + 10px) !important;
}

@media (min-width: 768px) {
  [id="s-7088e5c3-af5c-4a77-b2e8-b330e765773f"] .shg-ig-posts-container > .shg-ig-posts {
    width: 20.0%;
    padding-right: 10px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 10px) !important;
  }
}

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

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

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

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

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

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

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

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

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
