.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-0f5d18c9-1d5f-4eb0-be3c-7bebc9e06a7d {
  min-height: 500px;
background-color: rgba(48, 48, 48, 1);
}








#s-0f5d18c9-1d5f-4eb0-be3c-7bebc9e06a7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f5d18c9-1d5f-4eb0-be3c-7bebc9e06a7d.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e8fae270-68cb-46f6-8b95-f72b6351e03b {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1000px;
}








#s-e8fae270-68cb-46f6-8b95-f72b6351e03b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8fae270-68cb-46f6-8b95-f72b6351e03b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

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

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

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -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-daebe61a-1335-4751-93ac-703c38294072 {
  text-align: center;
}




  #s-daebe61a-1335-4751-93ac-703c38294072 img.shogun-image {
    
    width: px;
  }


#s-daebe61a-1335-4751-93ac-703c38294072 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

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

#s-96f0c2ca-0318-4453-982c-695bb09b430e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96f0c2ca-0318-4453-982c-695bb09b430e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

#s-d0cfd530-38df-43e2-be96-cdefc2bcf263 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(0, 181, 49, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-d0cfd530-38df-43e2-be96-cdefc2bcf263:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(239, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d0cfd530-38df-43e2-be96-cdefc2bcf263:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d0cfd530-38df-43e2-be96-cdefc2bcf263.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-70b2af14-36c8-49d9-8e94-c580ae85d7be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70b2af14-36c8-49d9-8e94-c580ae85d7be .shogun-heading-component h1 {
  color: rgba(255, 10, 10, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0ab563c0-c876-4430-a7a8-ecd72f976354 {
  min-height: 500px;
}








#s-0ab563c0-c876-4430-a7a8-ecd72f976354 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ab563c0-c876-4430-a7a8-ecd72f976354.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-cb823d6b-17fd-4259-a0e6-130f24081998 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1000px;
}








#s-cb823d6b-17fd-4259-a0e6-130f24081998 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb823d6b-17fd-4259-a0e6-130f24081998.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cab7c235-7e2e-4aa8-92f9-a50e40f89ae1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d16a570e-a13e-431b-8684-8bf080cfbe77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d16a570e-a13e-431b-8684-8bf080cfbe77 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c118bf09-99fc-48f8-a93f-10011136271a {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}




  #s-c118bf09-99fc-48f8-a93f-10011136271a img.shogun-image {
    
    width: px;
  }


#s-c118bf09-99fc-48f8-a93f-10011136271a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-96450a47-5857-4dba-9fbe-4d690f814bd4 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(0, 181, 49, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-96450a47-5857-4dba-9fbe-4d690f814bd4:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(239, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-96450a47-5857-4dba-9fbe-4d690f814bd4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-96450a47-5857-4dba-9fbe-4d690f814bd4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-7ded9b48-22f7-46b3-b10a-704b719a3056 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ded9b48-22f7-46b3-b10a-704b719a3056 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7c3a9c60-cf42-420d-8dea-093c4ea0dccc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c3a9c60-cf42-420d-8dea-093c4ea0dccc .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-43487dc1-8e3b-4af5-a5b8-f1374ed087f7 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}




  #s-43487dc1-8e3b-4af5-a5b8-f1374ed087f7 img.shogun-image {
    
    width: px;
  }


#s-43487dc1-8e3b-4af5-a5b8-f1374ed087f7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-02055f7c-056a-46ce-b7f2-5337d83302ba {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(0, 181, 49, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-02055f7c-056a-46ce-b7f2-5337d83302ba:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(239, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-02055f7c-056a-46ce-b7f2-5337d83302ba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-02055f7c-056a-46ce-b7f2-5337d83302ba.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-1a2c874e-3634-4168-a955-17362d61eab1 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1000px;
}








#s-1a2c874e-3634-4168-a955-17362d61eab1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a2c874e-3634-4168-a955-17362d61eab1.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3b4697d-d19b-4cdc-949a-b51d5dd8eac5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7ff06b1d-5ed8-4a16-adf8-706d00d5185a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ff06b1d-5ed8-4a16-adf8-706d00d5185a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-476d58ad-409e-4b3f-8ef4-4bddca0718fa {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}




  #s-476d58ad-409e-4b3f-8ef4-4bddca0718fa img.shogun-image {
    
    width: px;
  }


#s-476d58ad-409e-4b3f-8ef4-4bddca0718fa .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cd544baf-4518-478c-b16f-fca9701f9e9c {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(0, 181, 49, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-cd544baf-4518-478c-b16f-fca9701f9e9c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(239, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-cd544baf-4518-478c-b16f-fca9701f9e9c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cd544baf-4518-478c-b16f-fca9701f9e9c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-d0520058-a802-46a2-9518-c1a25cf605d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0520058-a802-46a2-9518-c1a25cf605d5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1ca99733-22bb-486e-8064-4cf1b9f344d2 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}




  #s-1ca99733-22bb-486e-8064-4cf1b9f344d2 img.shogun-image {
    
    width: px;
  }


#s-1ca99733-22bb-486e-8064-4cf1b9f344d2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1ded5bf0-06a6-45c8-ad86-37aa4f9afd48 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(0, 181, 49, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-1ded5bf0-06a6-45c8-ad86-37aa4f9afd48:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(239, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-1ded5bf0-06a6-45c8-ad86-37aa4f9afd48:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ded5bf0-06a6-45c8-ad86-37aa4f9afd48.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-af10aa0d-aa86-48ed-b926-24b14a330e2f {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1000px;
}








#s-af10aa0d-aa86-48ed-b926-24b14a330e2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af10aa0d-aa86-48ed-b926-24b14a330e2f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-740dee24-7b14-424a-ae71-118f42e8cb68"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2f1e8d2d-4491-477c-a739-a17932336989 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f1e8d2d-4491-477c-a739-a17932336989 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d8495ac4-3043-4871-b206-7c6d19c124c6 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}




  #s-d8495ac4-3043-4871-b206-7c6d19c124c6 img.shogun-image {
    
    width: px;
  }


#s-d8495ac4-3043-4871-b206-7c6d19c124c6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a11a9547-3515-401d-a692-49470ef9c1fc {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(0, 181, 49, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-a11a9547-3515-401d-a692-49470ef9c1fc:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(239, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-a11a9547-3515-401d-a692-49470ef9c1fc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a11a9547-3515-401d-a692-49470ef9c1fc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-5b02b5a0-d06b-4612-a07c-7abee9dfb9ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b02b5a0-d06b-4612-a07c-7abee9dfb9ef .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-320848b4-54aa-42a0-ad53-557840745260 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-320848b4-54aa-42a0-ad53-557840745260 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6e8eb525-745a-40c5-a004-717b23929952 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}




  #s-6e8eb525-745a-40c5-a004-717b23929952 img.shogun-image {
    
    width: px;
  }


#s-6e8eb525-745a-40c5-a004-717b23929952 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d9e7e99f-e4f6-4cc9-b983-d63941e82629 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(0, 181, 49, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-d9e7e99f-e4f6-4cc9-b983-d63941e82629:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(239, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d9e7e99f-e4f6-4cc9-b983-d63941e82629:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d9e7e99f-e4f6-4cc9-b983-d63941e82629.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

/*
  $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;
}
