.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-6c3faaee-f90f-4fa5-afe5-2bdd868297fd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6c3faaee-f90f-4fa5-afe5-2bdd868297fd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c3faaee-f90f-4fa5-afe5-2bdd868297fd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c3faaee-f90f-4fa5-afe5-2bdd868297fd {
  
}
}@media (max-width: 767px){#s-6c3faaee-f90f-4fa5-afe5-2bdd868297fd {
  
}
}







#s-6c3faaee-f90f-4fa5-afe5-2bdd868297fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c3faaee-f90f-4fa5-afe5-2bdd868297fd.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.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-53519189-88fa-4b9a-b18c-413f42dc55e7 {
  text-align: center;
}




  #s-53519189-88fa-4b9a-b18c-413f42dc55e7 img.shogun-image {
    
    width: px;
  }


#s-53519189-88fa-4b9a-b18c-413f42dc55e7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f5c8eb43-dddc-4faa-a9a3-210ea0123e4b {
  margin-bottom: 24px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-f5c8eb43-dddc-4faa-a9a3-210ea0123e4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5c8eb43-dddc-4faa-a9a3-210ea0123e4b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f8a11f3b-3328-47a3-9104-8d6d070100dd {
  padding-bottom: 62px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.05);
}








#s-f8a11f3b-3328-47a3-9104-8d6d070100dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8a11f3b-3328-47a3-9104-8d6d070100dd.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

#s-eef49f4b-142b-4003-b6e2-9523af636d98 {
  margin-top: 32px;
margin-left: 108px;
margin-right: 108px;
padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
}

@media (min-width: 0px) {
[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eef49f4b-142b-4003-b6e2-9523af636d98"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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-8286e3cb-7f79-46fb-a006-dd5cce3c2788 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8286e3cb-7f79-46fb-a006-dd5cce3c2788 .shogun-heading-component h1 {
  color: rgba(125, 125, 125, 1);
  font-weight:   ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 6px;
  text-align: center;
}



#s-2ebf1e13-d3ea-4ae7-b2b5-0e96e70346bd {
  text-align: center;
}




  #s-2ebf1e13-d3ea-4ae7-b2b5-0e96e70346bd img.shogun-image {
    
    width: px;
  }


#s-2ebf1e13-d3ea-4ae7-b2b5-0e96e70346bd .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d8c9841d-7381-496e-adf0-bd3c02659ffd {
  box-shadow:0px -8px 0px 0px rgba(231, 182, 83, 1);
margin-top: 36px;
margin-left: 108px;
margin-bottom: 36px;
margin-right: 108px;
padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d8c9841d-7381-496e-adf0-bd3c02659ffd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8c9841d-7381-496e-adf0-bd3c02659ffd.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fb5bcb3e-075d-4429-96d8-afb90d6267e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ed162c81-27b6-4c0c-a3a9-c02fadf1ca08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ed162c81-27b6-4c0c-a3a9-c02fadf1ca08 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

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

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

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

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

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

.shg-default-text-content 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-81a30423-05bb-4747-b17e-84deb53361c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-81a30423-05bb-4747-b17e-84deb53361c4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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-95c34979-b87c-4c20-9efd-5773e6c18fcc {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(231, 182, 83, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-95c34979-b87c-4c20-9efd-5773e6c18fcc:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(84, 84, 84, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-95c34979-b87c-4c20-9efd-5773e6c18fcc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-95c34979-b87c-4c20-9efd-5773e6c18fcc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Zilla Slab;
  display:  block ;
}

#s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391 {
  margin-top: 24px;
}

@media (min-width: 0px) {
[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c3ac721-914e-4bf5-bc3c-a2e2278ea391"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-16a6fddb-2188-4cfa-a291-a1856b454787 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-16a6fddb-2188-4cfa-a291-a1856b454787 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 4px;
  text-align: left;
}



#s-76011549-f74d-4527-9ea1-ae6b48f7171b {
  margin-top: 24px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-76011549-f74d-4527-9ea1-ae6b48f7171b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 4px;
  text-align: left;
}



#s-484bd23b-6bff-4000-8c06-d3fbef36ca92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-484bd23b-6bff-4000-8c06-d3fbef36ca92 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 4px;
  text-align: left;
}



#s-f76813ff-400c-4935-94a4-2df49c863594 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f76813ff-400c-4935-94a4-2df49c863594 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 4px;
  text-align: left;
}



#s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe {
  margin-left: 108px;
margin-right: 108px;
}

@media (min-width: 0px) {
[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-86507aa9-a990-41c0-9ed6-1c4e7f5e2efe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-268febca-d3e5-4d3b-99f6-82517a1c034a {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-268febca-d3e5-4d3b-99f6-82517a1c034a img.shogun-image {
    
    width: px;
  }


#s-268febca-d3e5-4d3b-99f6-82517a1c034a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4e9ed6b2-5d8f-4fbf-bd2a-e449c10db853 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-4e9ed6b2-5d8f-4fbf-bd2a-e449c10db853 img.shogun-image {
    
    width: px;
  }


#s-4e9ed6b2-5d8f-4fbf-bd2a-e449c10db853 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7949c482-9d6b-45f1-96c4-c63bd8805fde {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-7949c482-9d6b-45f1-96c4-c63bd8805fde img.shogun-image {
    
    width: px;
  }


#s-7949c482-9d6b-45f1-96c4-c63bd8805fde .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2ac93415-3901-49c3-8f3f-988f7b43b1c7 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-2ac93415-3901-49c3-8f3f-988f7b43b1c7 img.shogun-image {
    
    width: px;
  }


#s-2ac93415-3901-49c3-8f3f-988f7b43b1c7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-247ed139-b6c4-4815-819e-a371626ca277 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-247ed139-b6c4-4815-819e-a371626ca277 img.shogun-image {
    
    width: px;
  }


#s-247ed139-b6c4-4815-819e-a371626ca277 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0897fde6-52f8-4971-a099-07370fd43531 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-0897fde6-52f8-4971-a099-07370fd43531 img.shogun-image {
    
    width: px;
  }


#s-0897fde6-52f8-4971-a099-07370fd43531 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fa3d8f71-3978-4c89-9134-e8786604af89 {
  box-shadow:0px -8px 0px 0px rgba(231, 182, 83, 1);
margin-top: 36px;
margin-left: 108px;
margin-bottom: 36px;
margin-right: 108px;
padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fa3d8f71-3978-4c89-9134-e8786604af89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa3d8f71-3978-4c89-9134-e8786604af89.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-88cd4657-8c17-4af2-af82-55afbfe0ffdc .shogun-icon-wrapper {
  text-align: left;
}


#s-88cd4657-8c17-4af2-af82-55afbfe0ffdc .shogun-icon-wrapper > .shogun-icon {

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

#s-ae1d3223-e4bf-494a-a587-2eb3055c7eab {
  padding-top: 5px;
padding-bottom: 10px;
text-align: left;
}

#s-ae1d3223-e4bf-494a-a587-2eb3055c7eab .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1c2c72c5-9037-46bc-8f82-37993243c1bd {
  margin-top: 16px;
}

@media (min-width: 0px) {
[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c2c72c5-9037-46bc-8f82-37993243c1bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c63c5f36-9c51-4c74-8c31-6cf81c5587bc {
  margin-bottom: 16px;
padding-top: 9px;
padding-left: 14px;
padding-bottom: 9px;
padding-right: 14px;
background-color: rgba(231, 182, 83, 1);
}

#s-c86247b6-ef55-4026-be41-abea44e70e37 {
  border-style: solid;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-c86247b6-ef55-4026-be41-abea44e70e37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c86247b6-ef55-4026-be41-abea44e70e37.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-25237e71-7a80-47bf-a65e-f57bc11e48e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-25237e71-7a80-47bf-a65e-f57bc11e48e2 .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bde464cc-87a4-413a-8d03-78a99aa39c04 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-b9158689-d55b-48af-963e-3a80edaecda7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b9158689-d55b-48af-963e-3a80edaecda7 .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f3539250-2a9e-4b8c-ac72-45bbf0e548b1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-09b1ab79-867a-4461-bf92-ec12c173a534 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-09b1ab79-867a-4461-bf92-ec12c173a534 .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-82cf091c-9036-4ed6-acbe-9a767c215366 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-536b74dd-06cf-48c4-b9bb-fa5d305c693e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-536b74dd-06cf-48c4-b9bb-fa5d305c693e .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-311fc7f9-ceaf-490d-8b7c-f0fe430e93d8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0b475528-4343-473d-a766-f89fb0d2d32e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0b475528-4343-473d-a766-f89fb0d2d32e .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-314c4d49-6f49-4d8f-9032-da71354df148 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a02ded55-2890-42de-a0d8-4d1a916524ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a02ded55-2890-42de-a0d8-4d1a916524ff .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b1759e15-78ac-4f35-8b3d-9e3d412147c3 {
  margin-bottom: 16px;
padding-top: 9px;
padding-left: 14px;
padding-bottom: 9px;
padding-right: 14px;
background-color: rgba(231, 182, 83, 1);
}

#s-139b26d2-b73d-4eef-8ac7-217168abbbb5 {
  border-style: solid;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-139b26d2-b73d-4eef-8ac7-217168abbbb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-139b26d2-b73d-4eef-8ac7-217168abbbb5.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-4e150340-3b14-4190-9264-3b6837d9eac7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4e150340-3b14-4190-9264-3b6837d9eac7 .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-00271dc9-34c9-440d-8528-5a925d6786dd hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-5c5d4c65-90d7-4b35-bc00-96889fc849b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5c5d4c65-90d7-4b35-bc00-96889fc849b0 .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-926814b5-42f1-4244-8fa2-af76ad6fe6b3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-40d6e46e-0913-460a-b4a2-cb428ff198c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-40d6e46e-0913-460a-b4a2-cb428ff198c0 .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9942ac8e-53bc-4886-987a-c8f60e3fc534 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-67520434-2078-407c-87d6-af42b7d0ff67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-67520434-2078-407c-87d6-af42b7d0ff67 .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-976ed87d-10b3-4533-9c26-088718f25d63 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-9727c395-9587-40c3-b534-a50757013b81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9727c395-9587-40c3-b534-a50757013b81 .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3a2f46a8-d97c-44d1-8482-9ec5e6f0ddb5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-40fbcf26-6af0-4a72-adcd-2f4354ed297c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-40fbcf26-6af0-4a72-adcd-2f4354ed297c .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0ec4d0b3-7f62-4af2-9738-211b8bd3dc64 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8577c1e0-5081-426b-9557-10d0a8200a8c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8577c1e0-5081-426b-9557-10d0a8200a8c .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e53cadcb-a91f-4aa2-b83d-7bd430b90d2e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-4d0a80bd-7ac7-4ba2-8a30-e503738ace60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d0a80bd-7ac7-4ba2-8a30-e503738ace60 .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-67b82d7e-16e7-44fa-a0fc-539f683266fe hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6fc72f2f-f57c-4245-8c50-dae341b9bc1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6fc72f2f-f57c-4245-8c50-dae341b9bc1c .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5f5db393-627e-4a33-a028-2e50b6c220ac {
  margin-bottom: 16px;
padding-top: 9px;
padding-left: 14px;
padding-bottom: 9px;
padding-right: 14px;
background-color: rgba(231, 182, 83, 1);
}

#s-db8b2221-a5ef-4ba9-9220-dd6188a71c84 {
  border-style: solid;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-db8b2221-a5ef-4ba9-9220-dd6188a71c84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db8b2221-a5ef-4ba9-9220-dd6188a71c84.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d50c417a-5cf0-4040-82e1-eda22455d445 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d50c417a-5cf0-4040-82e1-eda22455d445 .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-83a5593b-ae70-47e8-9f81-f57bac58610e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1f283a74-64d1-45e6-b604-336a28becdeb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1f283a74-64d1-45e6-b604-336a28becdeb .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-04ae1fff-b10b-4ac6-8280-5f0cf7616b35 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e34491ab-dac5-4f70-87c3-af8be9fd5e95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e34491ab-dac5-4f70-87c3-af8be9fd5e95 .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ba475c24-e822-4f62-bfb9-8b9b161a7ff3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-829eced8-4839-47ae-82b2-365785c9db3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-829eced8-4839-47ae-82b2-365785c9db3b .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-09fd51fd-bdfa-4764-a13c-718953a9a50b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1b03a643-d905-4ef4-abef-4c3e3d56f227 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b03a643-d905-4ef4-abef-4c3e3d56f227 .shogun-heading-component h1 {
  color: rgba(231, 182, 83, 1);
  font-weight:  600 ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9745a3cf-e3dc-40e4-897d-254f03d80931 {
  margin-left: 108px;
margin-right: 108px;
}

@media (min-width: 0px) {
[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9745a3cf-e3dc-40e4-897d-254f03d80931"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cacf3d20-fa78-4e3e-b724-ab7def683472 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-cacf3d20-fa78-4e3e-b724-ab7def683472 img.shogun-image {
    
    width: px;
  }


#s-cacf3d20-fa78-4e3e-b724-ab7def683472 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-419c1ce5-f94b-4884-b209-176d5ca0e135 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-419c1ce5-f94b-4884-b209-176d5ca0e135 img.shogun-image {
    
    width: px;
  }


#s-419c1ce5-f94b-4884-b209-176d5ca0e135 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ca70db90-7838-4a97-af35-df9c857bcd0e {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-ca70db90-7838-4a97-af35-df9c857bcd0e img.shogun-image {
    
    width: px;
  }


#s-ca70db90-7838-4a97-af35-df9c857bcd0e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6fe811f9-dbeb-45c4-bdca-eb1f6e6609d7 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-6fe811f9-dbeb-45c4-bdca-eb1f6e6609d7 img.shogun-image {
    
    width: px;
  }


#s-6fe811f9-dbeb-45c4-bdca-eb1f6e6609d7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3f1c1399-7c83-4635-b65f-be99bda713ea {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-3f1c1399-7c83-4635-b65f-be99bda713ea img.shogun-image {
    
    width: px;
  }


#s-3f1c1399-7c83-4635-b65f-be99bda713ea .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2eba3ae6-d3af-4462-b3f6-d82e65378c8a {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-2eba3ae6-d3af-4462-b3f6-d82e65378c8a img.shogun-image {
    
    width: px;
  }


#s-2eba3ae6-d3af-4462-b3f6-d82e65378c8a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5176b96f-9b4f-42b8-ae4d-624cc5e82a28 {
  box-shadow:0px -8px 0px 0px rgba(231, 182, 83, 1);
margin-top: 36px;
margin-left: 108px;
margin-bottom: 36px;
margin-right: 108px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5176b96f-9b4f-42b8-ae4d-624cc5e82a28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5176b96f-9b4f-42b8-ae4d-624cc5e82a28.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-648206fa-64b6-4ac5-aaa1-28378423b12f {
  margin-bottom: 16px;
padding-top: 9px;
padding-left: 32px;
padding-bottom: 9px;
padding-right: 32px;
background-color: rgba(212, 153, 43, 1);
}

#s-6dc32c8a-a265-477c-8db4-7dcacc481c08 {
  margin-top: 16px;
margin-left: 32px;
margin-bottom: 8px;
margin-right: 32px;
}

@media (min-width: 0px) {
[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6dc32c8a-a265-477c-8db4-7dcacc481c08"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9122ac19-c768-49aa-92dd-970f23b2c703 {
  text-align: center;
}




  #s-9122ac19-c768-49aa-92dd-970f23b2c703 img.shogun-image {
    
    width: px;
  }


#s-9122ac19-c768-49aa-92dd-970f23b2c703 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0311049a-6feb-44a7-80f9-f831768dfd82 {
  padding-right: 12px;
}

#s-f56b8392-d860-4cf3-87d4-258360750126 {
  margin-top: 8px;
}

#s-f56b8392-d860-4cf3-87d4-258360750126 .shogun-icon-wrapper {
  text-align: left;
}


#s-f56b8392-d860-4cf3-87d4-258360750126 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 32px !important;
  color: #495056;
}

#s-c8c666e1-d7af-4730-a7ec-8f38a9abee35 {
  margin-top: 20px;
margin-left: 34px;
margin-right: 34px;
}

#s-c8c666e1-d7af-4730-a7ec-8f38a9abee35 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

.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-094316fe-3e62-4b0f-99cf-8b7f1cd41d0c {
  margin-top: 32px;
margin-left: 34px;
margin-right: 34px;
}

#s-242f4c30-9109-4bbe-b819-cb73b5f53491 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 24px;
margin-left: 108px;
margin-bottom: 24px;
margin-right: 108px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(231, 182, 83, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-242f4c30-9109-4bbe-b819-cb73b5f53491:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(84, 84, 84, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-242f4c30-9109-4bbe-b819-cb73b5f53491:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-242f4c30-9109-4bbe-b819-cb73b5f53491.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Zilla Slab;
  display:  block ;
}

#s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3 {
  margin-top: 64px;
margin-left: 108px;
margin-right: 108px;
padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
}

@media (min-width: 0px) {
[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1bddaa67-4aaf-45c8-a510-ca6ca6a312d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-58541432-f96b-420c-86cf-3ad837812be4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58541432-f96b-420c-86cf-3ad837812be4 .shogun-heading-component h1 {
  color: rgba(125, 125, 125, 1);
  font-weight:   ;
  font-family: Zilla Slab;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 6px;
  text-align: center;
}



#s-df73257d-b24c-4b72-a732-09d3739b151f {
  text-align: center;
}




  #s-df73257d-b24c-4b72-a732-09d3739b151f img.shogun-image {
    
    width: px;
  }


#s-df73257d-b24c-4b72-a732-09d3739b151f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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