.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-9df5f610-39fd-4ce6-b058-9ed15ec3cc4f {
  min-height: 50px;
}








#s-9df5f610-39fd-4ce6-b058-9ed15ec3cc4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9df5f610-39fd-4ce6-b058-9ed15ec3cc4f.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-24b7f2cf-0c53-403a-a98d-c59105095149 {
  min-height: 100px;
}
@media (min-width: 1200px){#s-24b7f2cf-0c53-403a-a98d-c59105095149 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24b7f2cf-0c53-403a-a98d-c59105095149 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-24b7f2cf-0c53-403a-a98d-c59105095149 {
  
}
}@media (max-width: 767px){#s-24b7f2cf-0c53-403a-a98d-c59105095149 {
  
}
}







#s-24b7f2cf-0c53-403a-a98d-c59105095149 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24b7f2cf-0c53-403a-a98d-c59105095149.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2fdaf5f3-d9a1-41dc-92c1-9604c533ff9c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fdaf5f3-d9a1-41dc-92c1-9604c533ff9c {
  display: none;
}
#s-2fdaf5f3-d9a1-41dc-92c1-9604c533ff9c, #wrap-s-2fdaf5f3-d9a1-41dc-92c1-9604c533ff9c { display:none !important; }}@media (max-width: 767px){#s-2fdaf5f3-d9a1-41dc-92c1-9604c533ff9c {
  display: none;
}
#s-2fdaf5f3-d9a1-41dc-92c1-9604c533ff9c, #wrap-s-2fdaf5f3-d9a1-41dc-92c1-9604c533ff9c { display:none !important; }}







#s-2fdaf5f3-d9a1-41dc-92c1-9604c533ff9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fdaf5f3-d9a1-41dc-92c1-9604c533ff9c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-97ea4703-b563-4807-941d-d7c1621e90b0 {
  min-height: 280px;
}








#s-97ea4703-b563-4807-941d-d7c1621e90b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97ea4703-b563-4807-941d-d7c1621e90b0.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-cfa31169-d6d6-4ca9-88e6-4e113b62f3b5 {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}




  #s-cfa31169-d6d6-4ca9-88e6-4e113b62f3b5 img.shogun-image {
    
    width: px;
  }


#s-cfa31169-d6d6-4ca9-88e6-4e113b62f3b5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5c19a569-a840-49b7-a5fd-d26d6c98fdd7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-5c19a569-a840-49b7-a5fd-d26d6c98fdd7 {
  display: none;
}
#s-5c19a569-a840-49b7-a5fd-d26d6c98fdd7, #wrap-s-5c19a569-a840-49b7-a5fd-d26d6c98fdd7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c19a569-a840-49b7-a5fd-d26d6c98fdd7 {
  display: none;
}
#s-5c19a569-a840-49b7-a5fd-d26d6c98fdd7, #wrap-s-5c19a569-a840-49b7-a5fd-d26d6c98fdd7 { display:none !important; }}@media (max-width: 767px){#s-5c19a569-a840-49b7-a5fd-d26d6c98fdd7 {
  display: none;
}
#s-5c19a569-a840-49b7-a5fd-d26d6c98fdd7, #wrap-s-5c19a569-a840-49b7-a5fd-d26d6c98fdd7 { display:none !important; }}







#s-5c19a569-a840-49b7-a5fd-d26d6c98fdd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c19a569-a840-49b7-a5fd-d26d6c98fdd7.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f86d61dd-f45b-4d7c-a348-62101bc86a86 {
  min-height: 280px;
}








#s-f86d61dd-f45b-4d7c-a348-62101bc86a86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f86d61dd-f45b-4d7c-a348-62101bc86a86.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-885f9fd9-58d3-4ed8-9742-5f35c0161610 {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}




  #s-885f9fd9-58d3-4ed8-9742-5f35c0161610 img.shogun-image {
    
    width: px;
  }


#s-885f9fd9-58d3-4ed8-9742-5f35c0161610 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5d68ec70-df76-4270-8702-3877e4728f1d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-5d68ec70-df76-4270-8702-3877e4728f1d {
  display: none;
}
#s-5d68ec70-df76-4270-8702-3877e4728f1d, #wrap-s-5d68ec70-df76-4270-8702-3877e4728f1d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d68ec70-df76-4270-8702-3877e4728f1d {
  display: none;
}
#s-5d68ec70-df76-4270-8702-3877e4728f1d, #wrap-s-5d68ec70-df76-4270-8702-3877e4728f1d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d68ec70-df76-4270-8702-3877e4728f1d {
  display: none;
}
#s-5d68ec70-df76-4270-8702-3877e4728f1d, #wrap-s-5d68ec70-df76-4270-8702-3877e4728f1d { display:none !important; }}@media (max-width: 767px){#s-5d68ec70-df76-4270-8702-3877e4728f1d {
  
}
}







#s-5d68ec70-df76-4270-8702-3877e4728f1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d68ec70-df76-4270-8702-3877e4728f1d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-9f3e9107-2c32-4b74-9aa4-8baaece51632 {
  min-height: 140px;
}








#s-9f3e9107-2c32-4b74-9aa4-8baaece51632 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f3e9107-2c32-4b74-9aa4-8baaece51632.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-746f58bb-c25a-4437-acd8-7904bd150022 {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}




  #s-746f58bb-c25a-4437-acd8-7904bd150022 img.shogun-image {
    
    width: px;
  }


#s-746f58bb-c25a-4437-acd8-7904bd150022 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fc06a3f5-cd9a-4e17-af99-c3da3a697fd6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-fc06a3f5-cd9a-4e17-af99-c3da3a697fd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc06a3f5-cd9a-4e17-af99-c3da3a697fd6.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: 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 (min-width: 0px) {
[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24be4805-7c82-4848-9955-987f3abf9473"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-26277245-0029-447d-a9f2-f089d88a645e {
  min-height: 36px;
}








#s-26277245-0029-447d-a9f2-f089d88a645e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26277245-0029-447d-a9f2-f089d88a645e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.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-89ca906b-c88e-482f-8d31-375222d8e8a5 {
  min-height: 5px;
}








#s-89ca906b-c88e-482f-8d31-375222d8e8a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89ca906b-c88e-482f-8d31-375222d8e8a5.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d60edbd8-50b3-40a9-baa2-f1124624667d {
  text-align: center;
}




  #s-d60edbd8-50b3-40a9-baa2-f1124624667d img.shogun-image {
    
    width: px;
  }


#s-d60edbd8-50b3-40a9-baa2-f1124624667d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4a75d033-fca8-4ddf-8ece-b81b3234bbc3 {
  min-height: 40px;
}








#s-4a75d033-fca8-4ddf-8ece-b81b3234bbc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a75d033-fca8-4ddf-8ece-b81b3234bbc3.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-5874749b-c0c3-40d0-9313-047388820500 {
  padding-left: 17px;
padding-right: 30px;
}

#s-e1102d9b-2105-43e4-9e3d-3dd422f74dc9 {
  min-height: 50px;
background-color: rgba(59, 19, 19, 1);
}








#s-e1102d9b-2105-43e4-9e3d-3dd422f74dc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1102d9b-2105-43e4-9e3d-3dd422f74dc9.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-7767808d-d039-478c-bbbc-6c2b3e7d9db1 {
  padding-left: 14px;
padding-right: 14px;
background-color: rgba(32, 31, 31, 1);
}

@media (min-width: 0px) {
[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7767808d-d039-478c-bbbc-6c2b3e7d9db1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6c937117-17c6-4b68-b258-f5e144548daa {
  min-height: 10px;
}








#s-6c937117-17c6-4b68-b258-f5e144548daa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c937117-17c6-4b68-b258-f5e144548daa.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d6fc008a-047d-4442-a487-b9da306e81cb {
  text-align: center;
}




  #s-d6fc008a-047d-4442-a487-b9da306e81cb img.shogun-image {
    
    width: px;
  }


#s-d6fc008a-047d-4442-a487-b9da306e81cb .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-786b5217-82fd-4a46-b33e-8d020773cdcb {
  min-height: 10px;
}








#s-786b5217-82fd-4a46-b33e-8d020773cdcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-786b5217-82fd-4a46-b33e-8d020773cdcb.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-ba1a8834-04e1-41fa-9cfb-0a4d57bbdd60 {
  text-align: center;
}




  #s-ba1a8834-04e1-41fa-9cfb-0a4d57bbdd60 img.shogun-image {
    
    width: px;
  }


#s-ba1a8834-04e1-41fa-9cfb-0a4d57bbdd60 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-dd4597f4-3709-410f-8593-1cd42da17c57 {
  min-height: 10px;
}








#s-dd4597f4-3709-410f-8593-1cd42da17c57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd4597f4-3709-410f-8593-1cd42da17c57.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d1132710-8bf3-4ef9-945b-e44a50168749 {
  text-align: center;
}




  #s-d1132710-8bf3-4ef9-945b-e44a50168749 img.shogun-image {
    
    width: px;
  }


#s-d1132710-8bf3-4ef9-945b-e44a50168749 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ebc21958-2eed-4b51-b435-997cc9e97fa1 {
  min-height: 10px;
}








#s-ebc21958-2eed-4b51-b435-997cc9e97fa1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebc21958-2eed-4b51-b435-997cc9e97fa1.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-90330200-625c-4dc9-90ea-521c0b31e1ee {
  text-align: center;
}




  #s-90330200-625c-4dc9-90ea-521c0b31e1ee img.shogun-image {
    
    width: px;
  }


#s-90330200-625c-4dc9-90ea-521c0b31e1ee .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-debe508e-cbea-4663-b298-5251adadfaa4 {
  min-height: 10px;
background-color: rgba(32, 31, 31, 1);
}








#s-debe508e-cbea-4663-b298-5251adadfaa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-debe508e-cbea-4663-b298-5251adadfaa4.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-09c2b1b9-ba0f-474a-80b3-933d12dd01ea {
  min-height: 1100px;
background-color: rgba(32, 31, 31, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-09c2b1b9-ba0f-474a-80b3-933d12dd01ea {
  display: none;
}
#s-09c2b1b9-ba0f-474a-80b3-933d12dd01ea, #wrap-s-09c2b1b9-ba0f-474a-80b3-933d12dd01ea { display:none !important; }}@media (max-width: 767px){#s-09c2b1b9-ba0f-474a-80b3-933d12dd01ea {
  display: none;
}
#s-09c2b1b9-ba0f-474a-80b3-933d12dd01ea, #wrap-s-09c2b1b9-ba0f-474a-80b3-933d12dd01ea { display:none !important; }}







#s-09c2b1b9-ba0f-474a-80b3-933d12dd01ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09c2b1b9-ba0f-474a-80b3-933d12dd01ea.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-5c2ce069-2627-498e-a07d-6985c8efb686 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
background-attachment: scroll;
}








#s-5c2ce069-2627-498e-a07d-6985c8efb686 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c2ce069-2627-498e-a07d-6985c8efb686.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 150.0px);
}

}

@media (min-width: 992px) {
[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 150.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 150.0px);
}

[id="s-0b1f951d-284b-41e9-ae99-649088abac12"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 150.0px);
}

}

#s-e62e8450-4819-4dc9-943c-3fad0dce898a {
  min-height: 200px;
}








#s-e62e8450-4819-4dc9-943c-3fad0dce898a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e62e8450-4819-4dc9-943c-3fad0dce898a.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-39774fa9-690b-4371-9d0d-c49cad10bfae {
  padding-left: 15px;
padding-right: 0px;
text-align: center;
}




  #s-39774fa9-690b-4371-9d0d-c49cad10bfae img.shogun-image {
    
    width: px;
  }


#s-39774fa9-690b-4371-9d0d-c49cad10bfae .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-bbc8af63-d4b4-449f-bcd2-14cffc46f60a {
  min-height: 600px;
background-color: rgba(32, 31, 31, 1);
}
@media (min-width: 1200px){#s-bbc8af63-d4b4-449f-bcd2-14cffc46f60a {
  display: none;
}
#s-bbc8af63-d4b4-449f-bcd2-14cffc46f60a, #wrap-s-bbc8af63-d4b4-449f-bcd2-14cffc46f60a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bbc8af63-d4b4-449f-bcd2-14cffc46f60a {
  display: none;
}
#s-bbc8af63-d4b4-449f-bcd2-14cffc46f60a, #wrap-s-bbc8af63-d4b4-449f-bcd2-14cffc46f60a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bbc8af63-d4b4-449f-bcd2-14cffc46f60a {
  display: none;
}
#s-bbc8af63-d4b4-449f-bcd2-14cffc46f60a, #wrap-s-bbc8af63-d4b4-449f-bcd2-14cffc46f60a { display:none !important; }}







#s-bbc8af63-d4b4-449f-bcd2-14cffc46f60a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbc8af63-d4b4-449f-bcd2-14cffc46f60a.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-380bee6b-bb56-4389-be72-e26fd82f83c9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-380bee6b-bb56-4389-be72-e26fd82f83c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-380bee6b-bb56-4389-be72-e26fd82f83c9.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-92afdc4c-8472-468f-9ced-e45ddfa1954d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-88831e65-ea1d-4ba5-a9e0-e1eee62365b5 {
  min-height: 85px;
}








#s-88831e65-ea1d-4ba5-a9e0-e1eee62365b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88831e65-ea1d-4ba5-a9e0-e1eee62365b5.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-08b291f6-4b89-458f-8f91-bb23afcd55d1 {
  padding-left: 15px;
padding-right: 0px;
text-align: center;
}




  #s-08b291f6-4b89-458f-8f91-bb23afcd55d1 img.shogun-image {
    
    width: px;
  }


#s-08b291f6-4b89-458f-8f91-bb23afcd55d1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1e0be59c-ad37-4f9f-85a7-3ee3e35b0520 {
  min-height: 730px;
background-color: rgba(32, 31, 31, 1);
}
@media (min-width: 1200px){#s-1e0be59c-ad37-4f9f-85a7-3ee3e35b0520 {
  display: none;
}
#s-1e0be59c-ad37-4f9f-85a7-3ee3e35b0520, #wrap-s-1e0be59c-ad37-4f9f-85a7-3ee3e35b0520 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e0be59c-ad37-4f9f-85a7-3ee3e35b0520 {
  display: none;
}
#s-1e0be59c-ad37-4f9f-85a7-3ee3e35b0520, #wrap-s-1e0be59c-ad37-4f9f-85a7-3ee3e35b0520 { display:none !important; }}@media (max-width: 767px){#s-1e0be59c-ad37-4f9f-85a7-3ee3e35b0520 {
  display: none;
}
#s-1e0be59c-ad37-4f9f-85a7-3ee3e35b0520, #wrap-s-1e0be59c-ad37-4f9f-85a7-3ee3e35b0520 { display:none !important; }}







#s-1e0be59c-ad37-4f9f-85a7-3ee3e35b0520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e0be59c-ad37-4f9f-85a7-3ee3e35b0520.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-1f0f7db5-14b5-4e8c-8acf-6c28eb757597 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 730px;
background-position: center center;
background-attachment: scroll;
}








#s-1f0f7db5-14b5-4e8c-8acf-6c28eb757597 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f0f7db5-14b5-4e8c-8acf-6c28eb757597.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d766007d-e0f1-4ee7-b1db-faf74d6093f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0184addf-4a8b-4625-9c32-38be4064bb78 {
  min-height: 100px;
}








#s-0184addf-4a8b-4625-9c32-38be4064bb78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0184addf-4a8b-4625-9c32-38be4064bb78.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d6184201-28f6-4f89-9879-367bf062f69c {
  padding-left: 15px;
padding-right: 0px;
text-align: center;
}




  #s-d6184201-28f6-4f89-9879-367bf062f69c img.shogun-image {
    
    width: px;
  }


#s-d6184201-28f6-4f89-9879-367bf062f69c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-88992bc7-035b-4010-aad7-b56c2c96ffce {
  min-height: 15px;
background-color: rgba(255, 0, 0, 1);
}








#s-88992bc7-035b-4010-aad7-b56c2c96ffce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88992bc7-035b-4010-aad7-b56c2c96ffce.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

#s-e77a941f-1d61-4b59-beee-df87da05a639 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(178, 6, 6, 1);
}

#s-e77a941f-1d61-4b59-beee-df87da05a639 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 0, 0, 1);
  padding: 10px;
}

#s-e77a941f-1d61-4b59-beee-df87da05a639 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-e77a941f-1d61-4b59-beee-df87da05a639 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(178, 6, 6, 1);
}

#s-e77a941f-1d61-4b59-beee-df87da05a639 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-style: ;
  font-size: 23px;
}

#s-e77a941f-1d61-4b59-beee-df87da05a639 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 23px;
}
#s-122fa55c-f526-44f0-9c8b-a1a8367c92ef > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-122fa55c-f526-44f0-9c8b-a1a8367c92ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-122fa55c-f526-44f0-9c8b-a1a8367c92ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-122fa55c-f526-44f0-9c8b-a1a8367c92ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-122fa55c-f526-44f0-9c8b-a1a8367c92ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-122fa55c-f526-44f0-9c8b-a1a8367c92ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-499b06d1-fa2b-400f-b7ef-6dd5ef21b14e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 350px;
background-position: center center;
}








#s-499b06d1-fa2b-400f-b7ef-6dd5ef21b14e > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-499b06d1-fa2b-400f-b7ef-6dd5ef21b14e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b431eb6d-afc1-4f31-99e8-adb38493cb98"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-41f6ee75-0165-480e-9c27-b08c67044185 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-1e432e47-3582-4f88-bd56-afe4d881ca5c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-1e432e47-3582-4f88-bd56-afe4d881ca5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-1e432e47-3582-4f88-bd56-afe4d881ca5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-1e432e47-3582-4f88-bd56-afe4d881ca5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-1e432e47-3582-4f88-bd56-afe4d881ca5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-1e432e47-3582-4f88-bd56-afe4d881ca5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-0010937a-19cd-433c-978f-13b0810f7170 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 350px;
background-position: center center;
}








#s-0010937a-19cd-433c-978f-13b0810f7170 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-0010937a-19cd-433c-978f-13b0810f7170.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7f8bd65-9ecc-494a-8df7-2adc030af2e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8d3089fb-3c66-4b11-a47f-38f433639f4f {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-38c211fc-1a89-4b9a-bc48-1d005af8fedc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-38c211fc-1a89-4b9a-bc48-1d005af8fedc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-38c211fc-1a89-4b9a-bc48-1d005af8fedc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-38c211fc-1a89-4b9a-bc48-1d005af8fedc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-38c211fc-1a89-4b9a-bc48-1d005af8fedc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-38c211fc-1a89-4b9a-bc48-1d005af8fedc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-747e374f-24f8-4ba1-bae0-5f3baf32f4d5 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 180px;
background-position: center center;
}








#s-747e374f-24f8-4ba1-bae0-5f3baf32f4d5 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-747e374f-24f8-4ba1-bae0-5f3baf32f4d5.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67e311dc-e337-4f4b-994c-6c7ccdb29c82"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1623be19-b3a3-490e-a868-7ee7cde5b109 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-4c9fa826-23d3-4cfe-ac63-445b6a890087 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-4c9fa826-23d3-4cfe-ac63-445b6a890087 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-4c9fa826-23d3-4cfe-ac63-445b6a890087 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-4c9fa826-23d3-4cfe-ac63-445b6a890087 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-4c9fa826-23d3-4cfe-ac63-445b6a890087 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-4c9fa826-23d3-4cfe-ac63-445b6a890087 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-101b7348-84eb-4f7e-9e51-7bd7a1331f6d {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 280px;
background-position: center center;
}








#s-101b7348-84eb-4f7e-9e51-7bd7a1331f6d > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.54;
}#s-101b7348-84eb-4f7e-9e51-7bd7a1331f6d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-094843c3-2d69-4a54-bf02-d0b07c30e716"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6d7d5839-adee-4033-a620-a97df845000a {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-9e474561-04dc-4ab6-8dbb-2613b1b60ced > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-9e474561-04dc-4ab6-8dbb-2613b1b60ced > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-9e474561-04dc-4ab6-8dbb-2613b1b60ced > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-9e474561-04dc-4ab6-8dbb-2613b1b60ced > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-9e474561-04dc-4ab6-8dbb-2613b1b60ced > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-9e474561-04dc-4ab6-8dbb-2613b1b60ced > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-2ab46f19-0878-4137-aa81-c08cfbc1d0d1 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 280px;
background-position: center center;
}








#s-2ab46f19-0878-4137-aa81-c08cfbc1d0d1 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-2ab46f19-0878-4137-aa81-c08cfbc1d0d1.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e5acbebc-d80b-440c-a693-7fc5e0694df4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4bda198c-f5a2-40ba-8807-b05bd3e81114 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-8d16e45a-0a61-4df7-b30d-6031109437bf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-8d16e45a-0a61-4df7-b30d-6031109437bf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-8d16e45a-0a61-4df7-b30d-6031109437bf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-8d16e45a-0a61-4df7-b30d-6031109437bf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-8d16e45a-0a61-4df7-b30d-6031109437bf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-8d16e45a-0a61-4df7-b30d-6031109437bf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-bde892d4-7806-4c7d-8115-6d308eefe54b {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 280px;
background-position: center center;
}








#s-bde892d4-7806-4c7d-8115-6d308eefe54b > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-bde892d4-7806-4c7d-8115-6d308eefe54b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3af7730-b654-4e95-97d7-36453073db6b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ea91aeae-798b-4065-982e-7a4a7e765730 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-2cc15f93-f6dd-4ce1-bbbe-9b1668de7fb0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-2cc15f93-f6dd-4ce1-bbbe-9b1668de7fb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-2cc15f93-f6dd-4ce1-bbbe-9b1668de7fb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-2cc15f93-f6dd-4ce1-bbbe-9b1668de7fb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-2cc15f93-f6dd-4ce1-bbbe-9b1668de7fb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-2cc15f93-f6dd-4ce1-bbbe-9b1668de7fb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-5aaf430b-f01f-4c18-bf8d-8e72483250ea {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 220px;
background-position: center center;
}








#s-5aaf430b-f01f-4c18-bf8d-8e72483250ea > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-5aaf430b-f01f-4c18-bf8d-8e72483250ea.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3c3557a-be3c-4520-815f-0be7c10f0a9b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c0ccf6ff-46d3-4a58-a21a-0062f0df39ff {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-3daaa283-c4fb-49fd-83ce-899d3a176b31 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-3daaa283-c4fb-49fd-83ce-899d3a176b31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-3daaa283-c4fb-49fd-83ce-899d3a176b31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-3daaa283-c4fb-49fd-83ce-899d3a176b31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-3daaa283-c4fb-49fd-83ce-899d3a176b31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-3daaa283-c4fb-49fd-83ce-899d3a176b31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-8ad5cceb-7da3-4136-b971-fd37702cedba {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 350px;
background-position: center center;
}








#s-8ad5cceb-7da3-4136-b971-fd37702cedba > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-8ad5cceb-7da3-4136-b971-fd37702cedba.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b78499d-0c53-499f-9a65-c1f93f76a0de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-15e6d7f2-4946-4438-b46b-b82a85d5fb08 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-9ace8c63-ed8a-45f7-834d-c150fe4bf363 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-9ace8c63-ed8a-45f7-834d-c150fe4bf363 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-9ace8c63-ed8a-45f7-834d-c150fe4bf363 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-9ace8c63-ed8a-45f7-834d-c150fe4bf363 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-9ace8c63-ed8a-45f7-834d-c150fe4bf363 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-9ace8c63-ed8a-45f7-834d-c150fe4bf363 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-56faf974-050f-47f8-a182-f3c5011f2877 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}








#s-56faf974-050f-47f8-a182-f3c5011f2877 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.64;
}#s-56faf974-050f-47f8-a182-f3c5011f2877.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22cdb553-4f14-4cab-9c30-7106a665979c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-621aae67-28cf-4dbc-bb66-8779b0802e27 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-726690d4-0af6-400e-9c65-45a8281b0177 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-726690d4-0af6-400e-9c65-45a8281b0177 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-726690d4-0af6-400e-9c65-45a8281b0177 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-726690d4-0af6-400e-9c65-45a8281b0177 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-726690d4-0af6-400e-9c65-45a8281b0177 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-726690d4-0af6-400e-9c65-45a8281b0177 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-6906087e-4bbe-4974-90e0-ffc88620ee91 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}








#s-6906087e-4bbe-4974-90e0-ffc88620ee91 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.64;
}#s-6906087e-4bbe-4974-90e0-ffc88620ee91.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d58a3a35-57f0-49ae-8d91-2af57677eaf1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5f31cdc1-d3ea-44cd-8a5e-536be005545b {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-9e1323cd-3823-4ada-bb73-b85e497911a5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-9e1323cd-3823-4ada-bb73-b85e497911a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-9e1323cd-3823-4ada-bb73-b85e497911a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-9e1323cd-3823-4ada-bb73-b85e497911a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-9e1323cd-3823-4ada-bb73-b85e497911a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-9e1323cd-3823-4ada-bb73-b85e497911a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-f226d4ab-e9f2-4884-b8a0-f54a8d79f042 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}








#s-f226d4ab-e9f2-4884-b8a0-f54a8d79f042 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.64;
}#s-f226d4ab-e9f2-4884-b8a0-f54a8d79f042.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0288f2f6-4952-4d65-aa55-a2b179d24efd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c3f56e0a-e7c0-4e62-bdd8-1b435a539ec9 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-6adb5714-0508-43be-9ecb-b1bc469c8b0e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-6adb5714-0508-43be-9ecb-b1bc469c8b0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-6adb5714-0508-43be-9ecb-b1bc469c8b0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-6adb5714-0508-43be-9ecb-b1bc469c8b0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-6adb5714-0508-43be-9ecb-b1bc469c8b0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-6adb5714-0508-43be-9ecb-b1bc469c8b0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-c5360f2e-10f0-4d0a-98a0-64f5f8e88073 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}








#s-c5360f2e-10f0-4d0a-98a0-64f5f8e88073 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.64;
}#s-c5360f2e-10f0-4d0a-98a0-64f5f8e88073.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e4e7fa82-d1c5-490b-9b64-45635a6053e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6e35a98a-5ab7-438c-b46d-6fe517a0c4f9 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-10b41c8a-d57c-4b48-b21a-5469c641f548 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-10b41c8a-d57c-4b48-b21a-5469c641f548 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-10b41c8a-d57c-4b48-b21a-5469c641f548 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-10b41c8a-d57c-4b48-b21a-5469c641f548 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-10b41c8a-d57c-4b48-b21a-5469c641f548 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-10b41c8a-d57c-4b48-b21a-5469c641f548 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-abdfa0f6-64e2-4b71-b166-684ed18d9c8e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}








#s-abdfa0f6-64e2-4b71-b166-684ed18d9c8e > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.64;
}#s-abdfa0f6-64e2-4b71-b166-684ed18d9c8e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eca139ff-e54d-46c0-b1aa-ef7c203f4857"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d40e69da-4cfc-4957-8503-2d86c28779c7 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-9b26935f-6ed0-4ce9-b4dd-74ada589beee > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-9b26935f-6ed0-4ce9-b4dd-74ada589beee > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-9b26935f-6ed0-4ce9-b4dd-74ada589beee > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-9b26935f-6ed0-4ce9-b4dd-74ada589beee > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-9b26935f-6ed0-4ce9-b4dd-74ada589beee > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-9b26935f-6ed0-4ce9-b4dd-74ada589beee > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-63ef75b6-c79d-440d-b82b-64b0072577ed {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}








#s-63ef75b6-c79d-440d-b82b-64b0072577ed > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.64;
}#s-63ef75b6-c79d-440d-b82b-64b0072577ed.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ea54317-1329-4f8a-aafc-0be802167c57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-68f1f6c8-bb31-46b9-aaaa-3bed7b3d68ef {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-065909d6-204a-4235-a3ea-1275929c0c9e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-065909d6-204a-4235-a3ea-1275929c0c9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-065909d6-204a-4235-a3ea-1275929c0c9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-065909d6-204a-4235-a3ea-1275929c0c9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-065909d6-204a-4235-a3ea-1275929c0c9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-065909d6-204a-4235-a3ea-1275929c0c9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-171e7e2b-ffd2-4712-af6b-dd9307291529 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}








#s-171e7e2b-ffd2-4712-af6b-dd9307291529 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.64;
}#s-171e7e2b-ffd2-4712-af6b-dd9307291529.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3757cf3-e563-4aeb-813f-fd171b3e1d40"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a0695d8a-6f97-4a9b-8400-b77db5608099 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-e5c2a45e-86fd-4a24-b0d4-5ea087586a21 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-e5c2a45e-86fd-4a24-b0d4-5ea087586a21 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-e5c2a45e-86fd-4a24-b0d4-5ea087586a21 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-e5c2a45e-86fd-4a24-b0d4-5ea087586a21 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-e5c2a45e-86fd-4a24-b0d4-5ea087586a21 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-e5c2a45e-86fd-4a24-b0d4-5ea087586a21 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-c312fea4-2840-4bea-968f-aec47ac69e6d {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-c312fea4-2840-4bea-968f-aec47ac69e6d > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.64;
}#s-c312fea4-2840-4bea-968f-aec47ac69e6d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-399c4f43-5bf8-4f67-a694-809e12f55b21"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-852e2984-2658-498e-ae14-d3882c9c4fd9 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-b5b2bd72-d127-49f0-a058-6af37a470018 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-b5b2bd72-d127-49f0-a058-6af37a470018 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-b5b2bd72-d127-49f0-a058-6af37a470018 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-b5b2bd72-d127-49f0-a058-6af37a470018 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-b5b2bd72-d127-49f0-a058-6af37a470018 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-b5b2bd72-d127-49f0-a058-6af37a470018 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-60554783-a3aa-456a-8e4a-8a7c7a1b5bb7 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-60554783-a3aa-456a-8e4a-8a7c7a1b5bb7 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.64;
}#s-60554783-a3aa-456a-8e4a-8a7c7a1b5bb7.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de2f4355-5a5c-4fbe-bf7a-4e29d883e9f8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-24f3757f-c9c7-4b86-ab6b-ae2bcd951df0 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
padding-right: 0px;
}

/*
  $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;
}
