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

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

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

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

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

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

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

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

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  margin-top: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3314ae7b-8973-4180-a442-f1fd4e12137c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3314ae7b-8973-4180-a442-f1fd4e12137c {
  display: none;
}
#s-3314ae7b-8973-4180-a442-f1fd4e12137c, #wrap-s-3314ae7b-8973-4180-a442-f1fd4e12137c { display:none !important; }}@media (max-width: 767px){#s-3314ae7b-8973-4180-a442-f1fd4e12137c {
  display: none;
}
#s-3314ae7b-8973-4180-a442-f1fd4e12137c, #wrap-s-3314ae7b-8973-4180-a442-f1fd4e12137c { display:none !important; }}







#s-3314ae7b-8973-4180-a442-f1fd4e12137c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3314ae7b-8973-4180-a442-f1fd4e12137c.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-b6c13e7f-7f5f-49e9-a08a-cef62261c4e9 {
  text-align: center;
}
@media (min-width: 1200px){#s-b6c13e7f-7f5f-49e9-a08a-cef62261c4e9 {
  display: none;
}
#s-b6c13e7f-7f5f-49e9-a08a-cef62261c4e9, #wrap-s-b6c13e7f-7f5f-49e9-a08a-cef62261c4e9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6c13e7f-7f5f-49e9-a08a-cef62261c4e9 {
  display: none;
}
#s-b6c13e7f-7f5f-49e9-a08a-cef62261c4e9, #wrap-s-b6c13e7f-7f5f-49e9-a08a-cef62261c4e9 { display:none !important; }}@media (max-width: 767px){#s-b6c13e7f-7f5f-49e9-a08a-cef62261c4e9 {
  display: none;
}
#s-b6c13e7f-7f5f-49e9-a08a-cef62261c4e9, #wrap-s-b6c13e7f-7f5f-49e9-a08a-cef62261c4e9 { display:none !important; }}



  #s-b6c13e7f-7f5f-49e9-a08a-cef62261c4e9 img.shogun-image {
    
    width: px;
  }


#s-b6c13e7f-7f5f-49e9-a08a-cef62261c4e9 .shogun-image-content {
  
    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-0418dce6-ba7d-4406-8c40-6cdf2b77b22d {
  margin-top: -44px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-0418dce6-ba7d-4406-8c40-6cdf2b77b22d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 47px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

#s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54 {
  margin-top: 49px;
margin-left: 87px;
margin-bottom: 49px;
margin-right: 87px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54 {
  display: none;
}
#s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54, #wrap-s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54 {
  display: none;
}
#s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54, #wrap-s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-d85a5b9b-fea6-4db4-a0ea-fc4961105e54"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

.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-e9a6387a-3b0c-4915-b9eb-94cd50916670 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(246, 14, 14, 1);
font-size: 16px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-e9a6387a-3b0c-4915-b9eb-94cd50916670:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-e9a6387a-3b0c-4915-b9eb-94cd50916670:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e9a6387a-3b0c-4915-b9eb-94cd50916670 {
  display: none;
}
#s-e9a6387a-3b0c-4915-b9eb-94cd50916670, #wrap-s-e9a6387a-3b0c-4915-b9eb-94cd50916670 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9a6387a-3b0c-4915-b9eb-94cd50916670 {
  display: none;
}
#s-e9a6387a-3b0c-4915-b9eb-94cd50916670, #wrap-s-e9a6387a-3b0c-4915-b9eb-94cd50916670 { display:none !important; }}@media (max-width: 767px){#s-e9a6387a-3b0c-4915-b9eb-94cd50916670 {
  display: none;
}
#s-e9a6387a-3b0c-4915-b9eb-94cd50916670, #wrap-s-e9a6387a-3b0c-4915-b9eb-94cd50916670 { display:none !important; }}


#s-e9a6387a-3b0c-4915-b9eb-94cd50916670.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-081f9f78-1c65-4fa2-9b92-5f298b936dd5 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(205, 37, 37, 1);
font-size: 16px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-081f9f78-1c65-4fa2-9b92-5f298b936dd5:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-081f9f78-1c65-4fa2-9b92-5f298b936dd5:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-081f9f78-1c65-4fa2-9b92-5f298b936dd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-2d9b846d-17ed-4670-8a99-efaaa35fbaf4 {
  text-align: center;
}
@media (min-width: 1200px){#s-2d9b846d-17ed-4670-8a99-efaaa35fbaf4 {
  display: none;
}
#s-2d9b846d-17ed-4670-8a99-efaaa35fbaf4, #wrap-s-2d9b846d-17ed-4670-8a99-efaaa35fbaf4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d9b846d-17ed-4670-8a99-efaaa35fbaf4 {
  display: none;
}
#s-2d9b846d-17ed-4670-8a99-efaaa35fbaf4, #wrap-s-2d9b846d-17ed-4670-8a99-efaaa35fbaf4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d9b846d-17ed-4670-8a99-efaaa35fbaf4 {
  display: none;
}
#s-2d9b846d-17ed-4670-8a99-efaaa35fbaf4, #wrap-s-2d9b846d-17ed-4670-8a99-efaaa35fbaf4 { display:none !important; }}@media (max-width: 767px){#s-2d9b846d-17ed-4670-8a99-efaaa35fbaf4 {
  
}
}



  #s-2d9b846d-17ed-4670-8a99-efaaa35fbaf4 img.shogun-image {
    
    width: px;
  }


#s-2d9b846d-17ed-4670-8a99-efaaa35fbaf4 .shogun-image-content {
  
    align-items: center;
  
}

#s-615c2fad-2448-400f-b545-63b03489ca87 {
  margin-top: -44px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-615c2fad-2448-400f-b545-63b03489ca87 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 47px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0958f870-9531-49b1-bc15-340efb219969 {
  margin-top: 49px;
margin-left: 87px;
margin-bottom: 49px;
margin-right: 87px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-0958f870-9531-49b1-bc15-340efb219969 {
  display: none;
}
#s-0958f870-9531-49b1-bc15-340efb219969, #wrap-s-0958f870-9531-49b1-bc15-340efb219969 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0958f870-9531-49b1-bc15-340efb219969 {
  display: none;
}
#s-0958f870-9531-49b1-bc15-340efb219969, #wrap-s-0958f870-9531-49b1-bc15-340efb219969 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-0958f870-9531-49b1-bc15-340efb219969"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

#s-7930acf4-7ec1-4987-8c63-cd1d7742f28d {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(246, 14, 14, 1);
font-size: 16px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-7930acf4-7ec1-4987-8c63-cd1d7742f28d:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-7930acf4-7ec1-4987-8c63-cd1d7742f28d:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-7930acf4-7ec1-4987-8c63-cd1d7742f28d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-1cf984ed-0aec-4a87-a5f7-5b89ce8ebd36 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1cf984ed-0aec-4a87-a5f7-5b89ce8ebd36 {
  display: none;
}
#s-1cf984ed-0aec-4a87-a5f7-5b89ce8ebd36, #wrap-s-1cf984ed-0aec-4a87-a5f7-5b89ce8ebd36 { display:none !important; }}@media (max-width: 767px){#s-1cf984ed-0aec-4a87-a5f7-5b89ce8ebd36 {
  display: none;
}
#s-1cf984ed-0aec-4a87-a5f7-5b89ce8ebd36, #wrap-s-1cf984ed-0aec-4a87-a5f7-5b89ce8ebd36 { display:none !important; }}







#s-1cf984ed-0aec-4a87-a5f7-5b89ce8ebd36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cf984ed-0aec-4a87-a5f7-5b89ce8ebd36.shg-box.shg-c {
  justify-content: center;
}

#s-5ff4f891-394f-4430-bfb9-6a349e0d01e3 {
  text-align: center;
}
@media (min-width: 1200px){#s-5ff4f891-394f-4430-bfb9-6a349e0d01e3 {
  display: none;
}
#s-5ff4f891-394f-4430-bfb9-6a349e0d01e3, #wrap-s-5ff4f891-394f-4430-bfb9-6a349e0d01e3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ff4f891-394f-4430-bfb9-6a349e0d01e3 {
  display: none;
}
#s-5ff4f891-394f-4430-bfb9-6a349e0d01e3, #wrap-s-5ff4f891-394f-4430-bfb9-6a349e0d01e3 { display:none !important; }}@media (max-width: 767px){#s-5ff4f891-394f-4430-bfb9-6a349e0d01e3 {
  display: none;
}
#s-5ff4f891-394f-4430-bfb9-6a349e0d01e3, #wrap-s-5ff4f891-394f-4430-bfb9-6a349e0d01e3 { display:none !important; }}



  #s-5ff4f891-394f-4430-bfb9-6a349e0d01e3 img.shogun-image {
    
    width: px;
  }


#s-5ff4f891-394f-4430-bfb9-6a349e0d01e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9b585f9-30d3-4478-9969-7d2e37bc494a {
  margin-top: -44px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-b9b585f9-30d3-4478-9969-7d2e37bc494a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 47px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6ea617a2-a84b-459c-b973-ee9eff7025b5 {
  margin-top: 49px;
margin-left: 87px;
margin-bottom: 49px;
margin-right: 87px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-6ea617a2-a84b-459c-b973-ee9eff7025b5 {
  display: none;
}
#s-6ea617a2-a84b-459c-b973-ee9eff7025b5, #wrap-s-6ea617a2-a84b-459c-b973-ee9eff7025b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ea617a2-a84b-459c-b973-ee9eff7025b5 {
  display: none;
}
#s-6ea617a2-a84b-459c-b973-ee9eff7025b5, #wrap-s-6ea617a2-a84b-459c-b973-ee9eff7025b5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-6ea617a2-a84b-459c-b973-ee9eff7025b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

#s-41ba9f07-b13c-46ba-8578-4767d0d48fc6 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(246, 14, 14, 1);
font-size: 16px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-41ba9f07-b13c-46ba-8578-4767d0d48fc6:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-41ba9f07-b13c-46ba-8578-4767d0d48fc6:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-41ba9f07-b13c-46ba-8578-4767d0d48fc6 {
  display: none;
}
#s-41ba9f07-b13c-46ba-8578-4767d0d48fc6, #wrap-s-41ba9f07-b13c-46ba-8578-4767d0d48fc6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41ba9f07-b13c-46ba-8578-4767d0d48fc6 {
  display: none;
}
#s-41ba9f07-b13c-46ba-8578-4767d0d48fc6, #wrap-s-41ba9f07-b13c-46ba-8578-4767d0d48fc6 { display:none !important; }}@media (max-width: 767px){#s-41ba9f07-b13c-46ba-8578-4767d0d48fc6 {
  display: none;
}
#s-41ba9f07-b13c-46ba-8578-4767d0d48fc6, #wrap-s-41ba9f07-b13c-46ba-8578-4767d0d48fc6 { display:none !important; }}


#s-41ba9f07-b13c-46ba-8578-4767d0d48fc6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7f2b58f1-5c50-481d-892a-f8210d3704aa {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(205, 37, 37, 1);
font-size: 16px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-7f2b58f1-5c50-481d-892a-f8210d3704aa:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-7f2b58f1-5c50-481d-892a-f8210d3704aa:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-7f2b58f1-5c50-481d-892a-f8210d3704aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b4fff6da-7f23-49f4-943c-00811caa30cb {
  text-align: center;
}
@media (min-width: 1200px){#s-b4fff6da-7f23-49f4-943c-00811caa30cb {
  display: none;
}
#s-b4fff6da-7f23-49f4-943c-00811caa30cb, #wrap-s-b4fff6da-7f23-49f4-943c-00811caa30cb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4fff6da-7f23-49f4-943c-00811caa30cb {
  display: none;
}
#s-b4fff6da-7f23-49f4-943c-00811caa30cb, #wrap-s-b4fff6da-7f23-49f4-943c-00811caa30cb { display:none !important; }}@media (max-width: 767px){#s-b4fff6da-7f23-49f4-943c-00811caa30cb {
  display: none;
}
#s-b4fff6da-7f23-49f4-943c-00811caa30cb, #wrap-s-b4fff6da-7f23-49f4-943c-00811caa30cb { display:none !important; }}



  #s-b4fff6da-7f23-49f4-943c-00811caa30cb img.shogun-image {
    
    width: px;
  }


#s-b4fff6da-7f23-49f4-943c-00811caa30cb .shogun-image-content {
  
    align-items: center;
  
}

#s-2551c8bb-7513-4486-b2c9-a02d3198beb6 {
  margin-top: -44px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-2551c8bb-7513-4486-b2c9-a02d3198beb6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 47px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8c278929-3b92-4294-bc14-1e9e800d8c38 {
  margin-top: 49px;
margin-left: 87px;
margin-bottom: 49px;
margin-right: 87px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-8c278929-3b92-4294-bc14-1e9e800d8c38 {
  display: none;
}
#s-8c278929-3b92-4294-bc14-1e9e800d8c38, #wrap-s-8c278929-3b92-4294-bc14-1e9e800d8c38 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c278929-3b92-4294-bc14-1e9e800d8c38 {
  display: none;
}
#s-8c278929-3b92-4294-bc14-1e9e800d8c38, #wrap-s-8c278929-3b92-4294-bc14-1e9e800d8c38 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-8c278929-3b92-4294-bc14-1e9e800d8c38"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

#s-7ba3dc16-1ba1-4e58-bd76-a99a9af0dac1 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(246, 14, 14, 1);
font-size: 16px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-7ba3dc16-1ba1-4e58-bd76-a99a9af0dac1:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-7ba3dc16-1ba1-4e58-bd76-a99a9af0dac1:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7ba3dc16-1ba1-4e58-bd76-a99a9af0dac1 {
  display: none;
}
#s-7ba3dc16-1ba1-4e58-bd76-a99a9af0dac1, #wrap-s-7ba3dc16-1ba1-4e58-bd76-a99a9af0dac1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ba3dc16-1ba1-4e58-bd76-a99a9af0dac1 {
  display: none;
}
#s-7ba3dc16-1ba1-4e58-bd76-a99a9af0dac1, #wrap-s-7ba3dc16-1ba1-4e58-bd76-a99a9af0dac1 { display:none !important; }}@media (max-width: 767px){#s-7ba3dc16-1ba1-4e58-bd76-a99a9af0dac1 {
  display: none;
}
#s-7ba3dc16-1ba1-4e58-bd76-a99a9af0dac1, #wrap-s-7ba3dc16-1ba1-4e58-bd76-a99a9af0dac1 { display:none !important; }}


#s-7ba3dc16-1ba1-4e58-bd76-a99a9af0dac1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a599b4a6-dd16-4f65-b20e-bdb99c4a20e8 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(205, 37, 37, 1);
font-size: 16px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-a599b4a6-dd16-4f65-b20e-bdb99c4a20e8:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-a599b4a6-dd16-4f65-b20e-bdb99c4a20e8:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-a599b4a6-dd16-4f65-b20e-bdb99c4a20e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c1e6dd52-4852-4d5e-a9c9-771d5aaeb2df {
  text-align: center;
}
@media (min-width: 1200px){#s-c1e6dd52-4852-4d5e-a9c9-771d5aaeb2df {
  display: none;
}
#s-c1e6dd52-4852-4d5e-a9c9-771d5aaeb2df, #wrap-s-c1e6dd52-4852-4d5e-a9c9-771d5aaeb2df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1e6dd52-4852-4d5e-a9c9-771d5aaeb2df {
  display: none;
}
#s-c1e6dd52-4852-4d5e-a9c9-771d5aaeb2df, #wrap-s-c1e6dd52-4852-4d5e-a9c9-771d5aaeb2df { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1e6dd52-4852-4d5e-a9c9-771d5aaeb2df {
  display: none;
}
#s-c1e6dd52-4852-4d5e-a9c9-771d5aaeb2df, #wrap-s-c1e6dd52-4852-4d5e-a9c9-771d5aaeb2df { display:none !important; }}@media (max-width: 767px){#s-c1e6dd52-4852-4d5e-a9c9-771d5aaeb2df {
  
}
}



  #s-c1e6dd52-4852-4d5e-a9c9-771d5aaeb2df img.shogun-image {
    
    width: px;
  }


#s-c1e6dd52-4852-4d5e-a9c9-771d5aaeb2df .shogun-image-content {
  
    align-items: center;
  
}

#s-d2257f6d-f2f9-42f4-8811-d9d7a7b084b6 {
  margin-top: -44px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-d2257f6d-f2f9-42f4-8811-d9d7a7b084b6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 47px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a660f314-a8f2-4c7d-adfb-fe137323c11b {
  margin-top: 49px;
margin-left: 87px;
margin-bottom: 49px;
margin-right: 87px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-a660f314-a8f2-4c7d-adfb-fe137323c11b {
  display: none;
}
#s-a660f314-a8f2-4c7d-adfb-fe137323c11b, #wrap-s-a660f314-a8f2-4c7d-adfb-fe137323c11b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a660f314-a8f2-4c7d-adfb-fe137323c11b {
  display: none;
}
#s-a660f314-a8f2-4c7d-adfb-fe137323c11b, #wrap-s-a660f314-a8f2-4c7d-adfb-fe137323c11b { display:none !important; }}
@media (min-width: 0px) {
[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-a660f314-a8f2-4c7d-adfb-fe137323c11b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

#s-cfc6a47c-62c0-4cb1-8b25-a8662fded2c6 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(246, 14, 14, 1);
font-size: 16px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-cfc6a47c-62c0-4cb1-8b25-a8662fded2c6:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-cfc6a47c-62c0-4cb1-8b25-a8662fded2c6:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-cfc6a47c-62c0-4cb1-8b25-a8662fded2c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c86bc338-7dae-4b8e-87a6-d5ec594b9214 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c86bc338-7dae-4b8e-87a6-d5ec594b9214 {
  display: none;
}
#s-c86bc338-7dae-4b8e-87a6-d5ec594b9214, #wrap-s-c86bc338-7dae-4b8e-87a6-d5ec594b9214 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c86bc338-7dae-4b8e-87a6-d5ec594b9214 {
  display: none;
}
#s-c86bc338-7dae-4b8e-87a6-d5ec594b9214, #wrap-s-c86bc338-7dae-4b8e-87a6-d5ec594b9214 { display:none !important; }}







#s-c86bc338-7dae-4b8e-87a6-d5ec594b9214 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c86bc338-7dae-4b8e-87a6-d5ec594b9214.shg-box.shg-c {
  justify-content: center;
}

#s-baef8e60-b277-4d8b-ae68-8784efbba882 {
  margin-top: 40px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-baef8e60-b277-4d8b-ae68-8784efbba882 {
  display: none;
}
#s-baef8e60-b277-4d8b-ae68-8784efbba882, #wrap-s-baef8e60-b277-4d8b-ae68-8784efbba882 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-baef8e60-b277-4d8b-ae68-8784efbba882 {
  display: none;
}
#s-baef8e60-b277-4d8b-ae68-8784efbba882, #wrap-s-baef8e60-b277-4d8b-ae68-8784efbba882 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-baef8e60-b277-4d8b-ae68-8784efbba882 {
  
}
}@media (max-width: 767px){#s-baef8e60-b277-4d8b-ae68-8784efbba882 {
  display: none;
}
#s-baef8e60-b277-4d8b-ae68-8784efbba882, #wrap-s-baef8e60-b277-4d8b-ae68-8784efbba882 { display:none !important; }}



  #s-baef8e60-b277-4d8b-ae68-8784efbba882 img.shogun-image {
    
    width: px;
  }


#s-baef8e60-b277-4d8b-ae68-8784efbba882 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d16a054-40b4-4056-83f3-99c6b969247f {
  margin-top: 150px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-2d16a054-40b4-4056-83f3-99c6b969247f {
  display: none;
}
#s-2d16a054-40b4-4056-83f3-99c6b969247f, #wrap-s-2d16a054-40b4-4056-83f3-99c6b969247f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d16a054-40b4-4056-83f3-99c6b969247f {
  display: none;
}
#s-2d16a054-40b4-4056-83f3-99c6b969247f, #wrap-s-2d16a054-40b4-4056-83f3-99c6b969247f { display:none !important; }}@media (max-width: 767px){#s-2d16a054-40b4-4056-83f3-99c6b969247f {
  
}
}
#s-2d16a054-40b4-4056-83f3-99c6b969247f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 43px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ca3ef3f7-67ef-4d7f-a622-4e441c54ed7a {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-ca3ef3f7-67ef-4d7f-a622-4e441c54ed7a {
  display: none;
}
#s-ca3ef3f7-67ef-4d7f-a622-4e441c54ed7a, #wrap-s-ca3ef3f7-67ef-4d7f-a622-4e441c54ed7a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca3ef3f7-67ef-4d7f-a622-4e441c54ed7a {
  display: none;
}
#s-ca3ef3f7-67ef-4d7f-a622-4e441c54ed7a, #wrap-s-ca3ef3f7-67ef-4d7f-a622-4e441c54ed7a { display:none !important; }}
#s-4a2e7e90-a921-4aca-b823-2583c8035bf2 {
  margin-top: 49px;
margin-left: 87px;
margin-bottom: 49px;
margin-right: 87px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-4a2e7e90-a921-4aca-b823-2583c8035bf2 {
  display: none;
}
#s-4a2e7e90-a921-4aca-b823-2583c8035bf2, #wrap-s-4a2e7e90-a921-4aca-b823-2583c8035bf2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a2e7e90-a921-4aca-b823-2583c8035bf2 {
  display: none;
}
#s-4a2e7e90-a921-4aca-b823-2583c8035bf2, #wrap-s-4a2e7e90-a921-4aca-b823-2583c8035bf2 { display:none !important; }}@media (max-width: 767px){#s-4a2e7e90-a921-4aca-b823-2583c8035bf2 {
  display: none;
}
#s-4a2e7e90-a921-4aca-b823-2583c8035bf2, #wrap-s-4a2e7e90-a921-4aca-b823-2583c8035bf2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-4a2e7e90-a921-4aca-b823-2583c8035bf2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

#s-04ded626-d48f-45ee-9775-0dc6cef06aa5 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(210, 31, 31, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-04ded626-d48f-45ee-9775-0dc6cef06aa5:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-04ded626-d48f-45ee-9775-0dc6cef06aa5:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-04ded626-d48f-45ee-9775-0dc6cef06aa5 {
  display: none;
}
#s-04ded626-d48f-45ee-9775-0dc6cef06aa5, #wrap-s-04ded626-d48f-45ee-9775-0dc6cef06aa5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04ded626-d48f-45ee-9775-0dc6cef06aa5 {
  display: none;
}
#s-04ded626-d48f-45ee-9775-0dc6cef06aa5, #wrap-s-04ded626-d48f-45ee-9775-0dc6cef06aa5 { display:none !important; }}


#s-04ded626-d48f-45ee-9775-0dc6cef06aa5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-714659bb-831c-4d49-9010-bc0033f92f03 {
  margin-top: 150px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-714659bb-831c-4d49-9010-bc0033f92f03 {
  display: none;
}
#s-714659bb-831c-4d49-9010-bc0033f92f03, #wrap-s-714659bb-831c-4d49-9010-bc0033f92f03 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-714659bb-831c-4d49-9010-bc0033f92f03 {
  display: none;
}
#s-714659bb-831c-4d49-9010-bc0033f92f03, #wrap-s-714659bb-831c-4d49-9010-bc0033f92f03 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-714659bb-831c-4d49-9010-bc0033f92f03 {
  display: none;
}
#s-714659bb-831c-4d49-9010-bc0033f92f03, #wrap-s-714659bb-831c-4d49-9010-bc0033f92f03 { display:none !important; }}@media (max-width: 767px){#s-714659bb-831c-4d49-9010-bc0033f92f03 {
  
}
}
#s-714659bb-831c-4d49-9010-bc0033f92f03 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 43px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d5b91e38-b568-426f-8530-6c995a9da421 {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-d5b91e38-b568-426f-8530-6c995a9da421 {
  display: none;
}
#s-d5b91e38-b568-426f-8530-6c995a9da421, #wrap-s-d5b91e38-b568-426f-8530-6c995a9da421 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5b91e38-b568-426f-8530-6c995a9da421 {
  display: none;
}
#s-d5b91e38-b568-426f-8530-6c995a9da421, #wrap-s-d5b91e38-b568-426f-8530-6c995a9da421 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5b91e38-b568-426f-8530-6c995a9da421 {
  display: none;
}
#s-d5b91e38-b568-426f-8530-6c995a9da421, #wrap-s-d5b91e38-b568-426f-8530-6c995a9da421 { display:none !important; }}@media (max-width: 767px){#s-d5b91e38-b568-426f-8530-6c995a9da421 {
  
}
}
#s-19efc261-f61e-49fd-b336-5ce3ae0bafe5 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(210, 31, 31, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-19efc261-f61e-49fd-b336-5ce3ae0bafe5:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-19efc261-f61e-49fd-b336-5ce3ae0bafe5:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-19efc261-f61e-49fd-b336-5ce3ae0bafe5 {
  display: none;
}
#s-19efc261-f61e-49fd-b336-5ce3ae0bafe5, #wrap-s-19efc261-f61e-49fd-b336-5ce3ae0bafe5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19efc261-f61e-49fd-b336-5ce3ae0bafe5 {
  display: none;
}
#s-19efc261-f61e-49fd-b336-5ce3ae0bafe5, #wrap-s-19efc261-f61e-49fd-b336-5ce3ae0bafe5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19efc261-f61e-49fd-b336-5ce3ae0bafe5 {
  display: none;
}
#s-19efc261-f61e-49fd-b336-5ce3ae0bafe5, #wrap-s-19efc261-f61e-49fd-b336-5ce3ae0bafe5 { display:none !important; }}


#s-19efc261-f61e-49fd-b336-5ce3ae0bafe5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-605f23cd-7b91-4502-9360-5db3bfa2aca7 {
  margin-top: 40px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-605f23cd-7b91-4502-9360-5db3bfa2aca7 {
  display: none;
}
#s-605f23cd-7b91-4502-9360-5db3bfa2aca7, #wrap-s-605f23cd-7b91-4502-9360-5db3bfa2aca7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-605f23cd-7b91-4502-9360-5db3bfa2aca7 {
  display: none;
}
#s-605f23cd-7b91-4502-9360-5db3bfa2aca7, #wrap-s-605f23cd-7b91-4502-9360-5db3bfa2aca7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-605f23cd-7b91-4502-9360-5db3bfa2aca7 {
  display: none;
}
#s-605f23cd-7b91-4502-9360-5db3bfa2aca7, #wrap-s-605f23cd-7b91-4502-9360-5db3bfa2aca7 { display:none !important; }}@media (max-width: 767px){#s-605f23cd-7b91-4502-9360-5db3bfa2aca7 {
  
}
}



  #s-605f23cd-7b91-4502-9360-5db3bfa2aca7 img.shogun-image {
    
    width: px;
  }


#s-605f23cd-7b91-4502-9360-5db3bfa2aca7 .shogun-image-content {
  
    align-items: center;
  
}

#s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca {
  margin-top: 49px;
margin-left: 87px;
margin-bottom: 49px;
margin-right: 87px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca {
  display: none;
}
#s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca, #wrap-s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca {
  display: none;
}
#s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca, #wrap-s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca { display:none !important; }}@media (max-width: 767px){#s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca {
  display: none;
}
#s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca, #wrap-s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca { display:none !important; }}
@media (min-width: 0px) {
[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-7faaa4b7-0b92-4934-b82c-5f5779bf6aca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

#s-9214a826-a7f9-4ccb-b72b-79493de9023a {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(210, 31, 31, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-9214a826-a7f9-4ccb-b72b-79493de9023a:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-9214a826-a7f9-4ccb-b72b-79493de9023a:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9214a826-a7f9-4ccb-b72b-79493de9023a {
  display: none;
}
#s-9214a826-a7f9-4ccb-b72b-79493de9023a, #wrap-s-9214a826-a7f9-4ccb-b72b-79493de9023a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9214a826-a7f9-4ccb-b72b-79493de9023a {
  display: none;
}
#s-9214a826-a7f9-4ccb-b72b-79493de9023a, #wrap-s-9214a826-a7f9-4ccb-b72b-79493de9023a { display:none !important; }}


#s-9214a826-a7f9-4ccb-b72b-79493de9023a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-3406e704-85fb-444b-980c-0f545a622ce5 {
  margin-top: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3406e704-85fb-444b-980c-0f545a622ce5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-007050ad-0e40-476a-9e34-39cbba614717 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-left: 8px;
padding-right: 8px;
}

#s-9239aa3f-27d1-45b3-9736-c3c02ad8663f {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 15px;
padding-left: 50px;
padding-bottom: 15px;
padding-right: 50px;
border-radius: 2px;
background-color: rgba(235, 45, 45, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-9239aa3f-27d1-45b3-9736-c3c02ad8663f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9239aa3f-27d1-45b3-9736-c3c02ad8663f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9239aa3f-27d1-45b3-9736-c3c02ad8663f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-fb3002f1-1d83-4c51-a2df-4a0e07c8563e {
  margin-top: 0px;
text-align: center;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fb3002f1-1d83-4c51-a2df-4a0e07c8563e {
  display: none;
}
#s-fb3002f1-1d83-4c51-a2df-4a0e07c8563e, #wrap-s-fb3002f1-1d83-4c51-a2df-4a0e07c8563e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb3002f1-1d83-4c51-a2df-4a0e07c8563e {
  display: none;
}
#s-fb3002f1-1d83-4c51-a2df-4a0e07c8563e, #wrap-s-fb3002f1-1d83-4c51-a2df-4a0e07c8563e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb3002f1-1d83-4c51-a2df-4a0e07c8563e {
  
}
}@media (max-width: 767px){#s-fb3002f1-1d83-4c51-a2df-4a0e07c8563e {
  display: none;
}
#s-fb3002f1-1d83-4c51-a2df-4a0e07c8563e, #wrap-s-fb3002f1-1d83-4c51-a2df-4a0e07c8563e { display:none !important; }}



  #s-fb3002f1-1d83-4c51-a2df-4a0e07c8563e img.shogun-image {
    
    width: px;
  }


#s-fb3002f1-1d83-4c51-a2df-4a0e07c8563e .shogun-image-content {
  
    align-items: center;
  
}

#s-3b7fb9d5-b666-4a28-9cb8-f3c67fc5642c {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b7fb9d5-b666-4a28-9cb8-f3c67fc5642c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-11b3dcef-b242-4e45-bf48-54884e3cbb8a {
  margin-top: 300px;
}

#s-a2f1bbb3-f481-4a4a-a747-d7cfbea007b5 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
border-radius: 2px;
background-color: rgba(235, 45, 45, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-a2f1bbb3-f481-4a4a-a747-d7cfbea007b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a2f1bbb3-f481-4a4a-a747-d7cfbea007b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a2f1bbb3-f481-4a4a-a747-d7cfbea007b5.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}

#s-e9ed1c3d-4ce6-4ee0-a41f-1ca486aca710 {
  text-align: center;
}
@media (min-width: 1200px){#s-e9ed1c3d-4ce6-4ee0-a41f-1ca486aca710 {
  display: none;
}
#s-e9ed1c3d-4ce6-4ee0-a41f-1ca486aca710, #wrap-s-e9ed1c3d-4ce6-4ee0-a41f-1ca486aca710 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9ed1c3d-4ce6-4ee0-a41f-1ca486aca710 {
  display: none;
}
#s-e9ed1c3d-4ce6-4ee0-a41f-1ca486aca710, #wrap-s-e9ed1c3d-4ce6-4ee0-a41f-1ca486aca710 { display:none !important; }}@media (max-width: 767px){#s-e9ed1c3d-4ce6-4ee0-a41f-1ca486aca710 {
  display: none;
}
#s-e9ed1c3d-4ce6-4ee0-a41f-1ca486aca710, #wrap-s-e9ed1c3d-4ce6-4ee0-a41f-1ca486aca710 { display:none !important; }}



  #s-e9ed1c3d-4ce6-4ee0-a41f-1ca486aca710 img.shogun-image {
    
    width: px;
  }


#s-e9ed1c3d-4ce6-4ee0-a41f-1ca486aca710 .shogun-image-content {
  
    align-items: center;
  
}

#s-164d8569-e9ec-48c5-9770-40bbb071aadc {
  margin-top: -44px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-164d8569-e9ec-48c5-9770-40bbb071aadc {
  display: none;
}
#s-164d8569-e9ec-48c5-9770-40bbb071aadc, #wrap-s-164d8569-e9ec-48c5-9770-40bbb071aadc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-164d8569-e9ec-48c5-9770-40bbb071aadc {
  display: none;
}
#s-164d8569-e9ec-48c5-9770-40bbb071aadc, #wrap-s-164d8569-e9ec-48c5-9770-40bbb071aadc { display:none !important; }}@media (max-width: 767px){#s-164d8569-e9ec-48c5-9770-40bbb071aadc {
  display: none;
}
#s-164d8569-e9ec-48c5-9770-40bbb071aadc, #wrap-s-164d8569-e9ec-48c5-9770-40bbb071aadc { display:none !important; }}
#s-164d8569-e9ec-48c5-9770-40bbb071aadc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 47px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f69e22ac-333a-447d-8415-7d7855551304 {
  margin-top: 49px;
margin-left: 87px;
margin-bottom: 49px;
margin-right: 87px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-f69e22ac-333a-447d-8415-7d7855551304 {
  display: none;
}
#s-f69e22ac-333a-447d-8415-7d7855551304, #wrap-s-f69e22ac-333a-447d-8415-7d7855551304 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f69e22ac-333a-447d-8415-7d7855551304 {
  display: none;
}
#s-f69e22ac-333a-447d-8415-7d7855551304, #wrap-s-f69e22ac-333a-447d-8415-7d7855551304 { display:none !important; }}@media (max-width: 767px){#s-f69e22ac-333a-447d-8415-7d7855551304 {
  display: none;
}
#s-f69e22ac-333a-447d-8415-7d7855551304, #wrap-s-f69e22ac-333a-447d-8415-7d7855551304 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-f69e22ac-333a-447d-8415-7d7855551304"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

#s-26191537-571f-4068-8121-fac90aeff642 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(210, 31, 31, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-26191537-571f-4068-8121-fac90aeff642:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-26191537-571f-4068-8121-fac90aeff642:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-26191537-571f-4068-8121-fac90aeff642.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-95768220-1ec7-49d7-8cb0-ef743299281c {
  text-align: center;
}
@media (min-width: 1200px){#s-95768220-1ec7-49d7-8cb0-ef743299281c {
  display: none;
}
#s-95768220-1ec7-49d7-8cb0-ef743299281c, #wrap-s-95768220-1ec7-49d7-8cb0-ef743299281c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95768220-1ec7-49d7-8cb0-ef743299281c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-95768220-1ec7-49d7-8cb0-ef743299281c {
  display: none;
}
#s-95768220-1ec7-49d7-8cb0-ef743299281c, #wrap-s-95768220-1ec7-49d7-8cb0-ef743299281c { display:none !important; }}@media (max-width: 767px){#s-95768220-1ec7-49d7-8cb0-ef743299281c {
  display: none;
}
#s-95768220-1ec7-49d7-8cb0-ef743299281c, #wrap-s-95768220-1ec7-49d7-8cb0-ef743299281c { display:none !important; }}



  #s-95768220-1ec7-49d7-8cb0-ef743299281c img.shogun-image {
    
    width: px;
  }


#s-95768220-1ec7-49d7-8cb0-ef743299281c .shogun-image-content {
  
    align-items: center;
  
}

#s-9671da62-0328-4813-bd2e-4e02990ab350 {
  margin-top: 400px;
}

@media (min-width: 0px) {
[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9671da62-0328-4813-bd2e-4e02990ab350"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-7034ddef-a2a0-48c8-bacf-8210a8a3ebf5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
text-align: center;
background-color: rgba(208, 42, 42, 1);
text-decoration: none;
}
#s-7034ddef-a2a0-48c8-bacf-8210a8a3ebf5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7034ddef-a2a0-48c8-bacf-8210a8a3ebf5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7034ddef-a2a0-48c8-bacf-8210a8a3ebf5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-e183ebe1-74ec-47e3-8efb-ac7ab571588d {
  margin-top: 49px;
margin-left: 87px;
margin-bottom: 49px;
margin-right: 87px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-e183ebe1-74ec-47e3-8efb-ac7ab571588d {
  display: none;
}
#s-e183ebe1-74ec-47e3-8efb-ac7ab571588d, #wrap-s-e183ebe1-74ec-47e3-8efb-ac7ab571588d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e183ebe1-74ec-47e3-8efb-ac7ab571588d {
  display: none;
}
#s-e183ebe1-74ec-47e3-8efb-ac7ab571588d, #wrap-s-e183ebe1-74ec-47e3-8efb-ac7ab571588d { display:none !important; }}
@media (min-width: 0px) {
[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-e183ebe1-74ec-47e3-8efb-ac7ab571588d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

#s-a8e132bf-62df-47cb-a5bc-f9dcab90b560 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(246, 14, 14, 1);
font-size: 16px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-a8e132bf-62df-47cb-a5bc-f9dcab90b560:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-a8e132bf-62df-47cb-a5bc-f9dcab90b560:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-a8e132bf-62df-47cb-a5bc-f9dcab90b560.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c2a65e4b-f6a5-41a9-a0da-925aaab1846a {
  text-align: center;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c2a65e4b-f6a5-41a9-a0da-925aaab1846a {
  display: none;
}
#s-c2a65e4b-f6a5-41a9-a0da-925aaab1846a, #wrap-s-c2a65e4b-f6a5-41a9-a0da-925aaab1846a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2a65e4b-f6a5-41a9-a0da-925aaab1846a {
  display: none;
}
#s-c2a65e4b-f6a5-41a9-a0da-925aaab1846a, #wrap-s-c2a65e4b-f6a5-41a9-a0da-925aaab1846a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c2a65e4b-f6a5-41a9-a0da-925aaab1846a {
  display: none;
}
#s-c2a65e4b-f6a5-41a9-a0da-925aaab1846a, #wrap-s-c2a65e4b-f6a5-41a9-a0da-925aaab1846a { display:none !important; }}@media (max-width: 767px){#s-c2a65e4b-f6a5-41a9-a0da-925aaab1846a {
  
}
}



  #s-c2a65e4b-f6a5-41a9-a0da-925aaab1846a img.shogun-image {
    
    width: px;
  }


#s-c2a65e4b-f6a5-41a9-a0da-925aaab1846a .shogun-image-content {
  
    align-items: center;
  
}

#s-38b1b10d-205c-4b78-8cd5-653a0519225f {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38b1b10d-205c-4b78-8cd5-653a0519225f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c7e8fd64-aee8-4187-9c64-345bab00d8ba {
  margin-top: 170px;
padding-left: 8px;
padding-right: 8px;
}

#s-a66ab3f1-e041-4b1b-b4ff-8d0868fbe696 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 15px;
padding-left: 150px;
padding-bottom: 15px;
padding-right: 150px;
border-radius: 2px;
background-color: rgba(235, 45, 45, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-a66ab3f1-e041-4b1b-b4ff-8d0868fbe696:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a66ab3f1-e041-4b1b-b4ff-8d0868fbe696:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a66ab3f1-e041-4b1b-b4ff-8d0868fbe696.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-5c690bef-aa21-44d2-bf9e-0ded515a5e08 {
  text-align: center;
}
@media (min-width: 1200px){#s-5c690bef-aa21-44d2-bf9e-0ded515a5e08 {
  display: none;
}
#s-5c690bef-aa21-44d2-bf9e-0ded515a5e08, #wrap-s-5c690bef-aa21-44d2-bf9e-0ded515a5e08 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c690bef-aa21-44d2-bf9e-0ded515a5e08 {
  display: none;
}
#s-5c690bef-aa21-44d2-bf9e-0ded515a5e08, #wrap-s-5c690bef-aa21-44d2-bf9e-0ded515a5e08 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c690bef-aa21-44d2-bf9e-0ded515a5e08 {
  display: none;
}
#s-5c690bef-aa21-44d2-bf9e-0ded515a5e08, #wrap-s-5c690bef-aa21-44d2-bf9e-0ded515a5e08 { display:none !important; }}@media (max-width: 767px){#s-5c690bef-aa21-44d2-bf9e-0ded515a5e08 {
  
}
}



  #s-5c690bef-aa21-44d2-bf9e-0ded515a5e08 img.shogun-image {
    
    width: px;
  }


#s-5c690bef-aa21-44d2-bf9e-0ded515a5e08 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b7ac8eb-0717-4b5e-ab40-069c1fda817d {
  margin-top: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2b7ac8eb-0717-4b5e-ab40-069c1fda817d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bea233bf-07e5-4729-97ac-9c0793676931 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}
@media (min-width: 1200px){#s-bea233bf-07e5-4729-97ac-9c0793676931 {
  display: none;
}
#s-bea233bf-07e5-4729-97ac-9c0793676931, #wrap-s-bea233bf-07e5-4729-97ac-9c0793676931 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bea233bf-07e5-4729-97ac-9c0793676931 {
  display: none;
}
#s-bea233bf-07e5-4729-97ac-9c0793676931, #wrap-s-bea233bf-07e5-4729-97ac-9c0793676931 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-bea233bf-07e5-4729-97ac-9c0793676931"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

#s-5ee62e2d-9e74-4396-a1a4-3a8306fbc2b3 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 9px;
padding-left: 10px;
padding-bottom: 9px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(207, 29, 29, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-5ee62e2d-9e74-4396-a1a4-3a8306fbc2b3:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-5ee62e2d-9e74-4396-a1a4-3a8306fbc2b3:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-5ee62e2d-9e74-4396-a1a4-3a8306fbc2b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d74808b1-65f0-423c-a00e-6b9435e9171c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-d74808b1-65f0-423c-a00e-6b9435e9171c {
  display: none;
}
#s-d74808b1-65f0-423c-a00e-6b9435e9171c, #wrap-s-d74808b1-65f0-423c-a00e-6b9435e9171c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d74808b1-65f0-423c-a00e-6b9435e9171c {
  display: none;
}
#s-d74808b1-65f0-423c-a00e-6b9435e9171c, #wrap-s-d74808b1-65f0-423c-a00e-6b9435e9171c { display:none !important; }}@media (max-width: 767px){#s-d74808b1-65f0-423c-a00e-6b9435e9171c {
  
}
}



  #s-d74808b1-65f0-423c-a00e-6b9435e9171c img.shogun-image {
    
    width: px;
  }


#s-d74808b1-65f0-423c-a00e-6b9435e9171c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-98cc1e78-da33-40da-b8fe-5870d339c575 {
  display: none;
}
#s-98cc1e78-da33-40da-b8fe-5870d339c575, #wrap-s-98cc1e78-da33-40da-b8fe-5870d339c575 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98cc1e78-da33-40da-b8fe-5870d339c575 {
  display: none;
}
#s-98cc1e78-da33-40da-b8fe-5870d339c575, #wrap-s-98cc1e78-da33-40da-b8fe-5870d339c575 { display:none !important; }}
@media (min-width: 0px) {
[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-98cc1e78-da33-40da-b8fe-5870d339c575"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f33d382c-0851-4eb1-b016-01f4eaa6aca9 {
  margin-top: -62px;
margin-left: 271px;
margin-bottom: -40px;
margin-right: 271px;
text-align: center;
}




  #s-f33d382c-0851-4eb1-b016-01f4eaa6aca9 img.shogun-image {
    
    width: px;
  }


#s-f33d382c-0851-4eb1-b016-01f4eaa6aca9 .shogun-image-content {
  
    align-items: center;
  
}

#s-36b1d2f9-fa67-4c6a-a486-504413fbe961 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36b1d2f9-fa67-4c6a-a486-504413fbe961 .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;
}



#s-0a121295-54ac-4bb9-8e96-e80773b78c5e {
  margin-top: 0px;
margin-left: 87px;
margin-bottom: 0px;
margin-right: 87px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-0a121295-54ac-4bb9-8e96-e80773b78c5e {
  display: none;
}
#s-0a121295-54ac-4bb9-8e96-e80773b78c5e, #wrap-s-0a121295-54ac-4bb9-8e96-e80773b78c5e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a121295-54ac-4bb9-8e96-e80773b78c5e {
  display: none;
}
#s-0a121295-54ac-4bb9-8e96-e80773b78c5e, #wrap-s-0a121295-54ac-4bb9-8e96-e80773b78c5e { display:none !important; }}@media (max-width: 767px){#s-0a121295-54ac-4bb9-8e96-e80773b78c5e {
  
}
}
@media (min-width: 0px) {
[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-0a121295-54ac-4bb9-8e96-e80773b78c5e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

#s-833014b7-13f2-47b0-bf60-788f8bd4db45 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(210, 31, 31, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-833014b7-13f2-47b0-bf60-788f8bd4db45:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-833014b7-13f2-47b0-bf60-788f8bd4db45:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-833014b7-13f2-47b0-bf60-788f8bd4db45.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-31456014-b1e8-4d71-bfbc-a1d345076616 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-31456014-b1e8-4d71-bfbc-a1d345076616 {
  display: none;
}
#s-31456014-b1e8-4d71-bfbc-a1d345076616, #wrap-s-31456014-b1e8-4d71-bfbc-a1d345076616 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31456014-b1e8-4d71-bfbc-a1d345076616 {
  display: none;
}
#s-31456014-b1e8-4d71-bfbc-a1d345076616, #wrap-s-31456014-b1e8-4d71-bfbc-a1d345076616 { display:none !important; }}







#s-31456014-b1e8-4d71-bfbc-a1d345076616 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31456014-b1e8-4d71-bfbc-a1d345076616.shg-box.shg-c {
  justify-content: center;
}

#s-fe6b092c-c838-4f17-b986-b5762749fc60 {
  text-align: center;
}
@media (min-width: 1200px){#s-fe6b092c-c838-4f17-b986-b5762749fc60 {
  display: none;
}
#s-fe6b092c-c838-4f17-b986-b5762749fc60, #wrap-s-fe6b092c-c838-4f17-b986-b5762749fc60 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe6b092c-c838-4f17-b986-b5762749fc60 {
  display: none;
}
#s-fe6b092c-c838-4f17-b986-b5762749fc60, #wrap-s-fe6b092c-c838-4f17-b986-b5762749fc60 { display:none !important; }}@media (max-width: 767px){#s-fe6b092c-c838-4f17-b986-b5762749fc60 {
  display: none;
}
#s-fe6b092c-c838-4f17-b986-b5762749fc60, #wrap-s-fe6b092c-c838-4f17-b986-b5762749fc60 { display:none !important; }}



  #s-fe6b092c-c838-4f17-b986-b5762749fc60 img.shogun-image {
    
    width: px;
  }


#s-fe6b092c-c838-4f17-b986-b5762749fc60 .shogun-image-content {
  
    align-items: center;
  
}

#s-686b6dbe-96af-4eb3-8e05-18760f9abbe5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
min-height: 0px;
}
@media (min-width: 1200px){#s-686b6dbe-96af-4eb3-8e05-18760f9abbe5 {
  display: none;
}
#s-686b6dbe-96af-4eb3-8e05-18760f9abbe5, #wrap-s-686b6dbe-96af-4eb3-8e05-18760f9abbe5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-686b6dbe-96af-4eb3-8e05-18760f9abbe5 {
  display: none;
}
#s-686b6dbe-96af-4eb3-8e05-18760f9abbe5, #wrap-s-686b6dbe-96af-4eb3-8e05-18760f9abbe5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-686b6dbe-96af-4eb3-8e05-18760f9abbe5 {
  display: none;
}
#s-686b6dbe-96af-4eb3-8e05-18760f9abbe5, #wrap-s-686b6dbe-96af-4eb3-8e05-18760f9abbe5 { display:none !important; }}@media (max-width: 767px){#s-686b6dbe-96af-4eb3-8e05-18760f9abbe5 {
  
}
}







#s-686b6dbe-96af-4eb3-8e05-18760f9abbe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-686b6dbe-96af-4eb3-8e05-18760f9abbe5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-997eed72-02b8-42c7-8fe3-4c8bffbb8931 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(223, 36, 36, 0);
}
@media (min-width: 1200px){#s-997eed72-02b8-42c7-8fe3-4c8bffbb8931 {
  display: none;
}
#s-997eed72-02b8-42c7-8fe3-4c8bffbb8931, #wrap-s-997eed72-02b8-42c7-8fe3-4c8bffbb8931 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-997eed72-02b8-42c7-8fe3-4c8bffbb8931 {
  display: none;
}
#s-997eed72-02b8-42c7-8fe3-4c8bffbb8931, #wrap-s-997eed72-02b8-42c7-8fe3-4c8bffbb8931 { display:none !important; }}@media (max-width: 767px){#s-997eed72-02b8-42c7-8fe3-4c8bffbb8931 {
  display: none;
}
#s-997eed72-02b8-42c7-8fe3-4c8bffbb8931, #wrap-s-997eed72-02b8-42c7-8fe3-4c8bffbb8931 { display:none !important; }}
#s-997eed72-02b8-42c7-8fe3-4c8bffbb8931 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 59px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1783673a-8c95-4611-9010-6efe2b047330 {
  margin-top: 0px;
margin-left: 100px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1783673a-8c95-4611-9010-6efe2b047330"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5 {
  margin-top: 140px;
margin-left: -111px;
margin-bottom: 50px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa40f9ea-0ba5-4b99-960f-3ed89221b6b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input,
textarea {
  margin: 0;
}

.required-field::after {
  color: red;
  content: "*";
  margin-right: 4px;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input,
.shogun-form textarea {
  width: 100%;
}

#s-50d91449-b39d-467a-a2ac-ebc672ce580e {
  margin-top: -92px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
}

#s-50d91449-b39d-467a-a2ac-ebc672ce580e .shogun-success-alert {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(87, 18, 18, 0);
}

#s-50d91449-b39d-467a-a2ac-ebc672ce580e .shogun-form .shogun-form-label {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-50d91449-b39d-467a-a2ac-ebc672ce580e .shogun-form .shogun-form-field {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-size: 15px;
  font-weight: ;
  font-style: ;
}

#s-50d91449-b39d-467a-a2ac-ebc672ce580e .shogun-form .shogun-form-submit {
  background-color: rgba(0, 0, 0, 0) !important;
}

#s-50d91449-b39d-467a-a2ac-ebc672ce580e .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-50d91449-b39d-467a-a2ac-ebc672ce580e .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-1dfcccfe-45ef-49af-b780-49780e804f46 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
min-height: 0px;
}
@media (min-width: 1200px){#s-1dfcccfe-45ef-49af-b780-49780e804f46 {
  display: none;
}
#s-1dfcccfe-45ef-49af-b780-49780e804f46, #wrap-s-1dfcccfe-45ef-49af-b780-49780e804f46 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1dfcccfe-45ef-49af-b780-49780e804f46 {
  display: none;
}
#s-1dfcccfe-45ef-49af-b780-49780e804f46, #wrap-s-1dfcccfe-45ef-49af-b780-49780e804f46 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1dfcccfe-45ef-49af-b780-49780e804f46 {
  
}
}@media (max-width: 767px){#s-1dfcccfe-45ef-49af-b780-49780e804f46 {
  display: none;
}
#s-1dfcccfe-45ef-49af-b780-49780e804f46, #wrap-s-1dfcccfe-45ef-49af-b780-49780e804f46 { display:none !important; }}







#s-1dfcccfe-45ef-49af-b780-49780e804f46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dfcccfe-45ef-49af-b780-49780e804f46.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fcf60c4b-5e54-40bc-a0ab-236f8e702a2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(223, 36, 36, 0);
}
@media (min-width: 1200px){#s-fcf60c4b-5e54-40bc-a0ab-236f8e702a2b {
  display: none;
}
#s-fcf60c4b-5e54-40bc-a0ab-236f8e702a2b, #wrap-s-fcf60c4b-5e54-40bc-a0ab-236f8e702a2b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcf60c4b-5e54-40bc-a0ab-236f8e702a2b {
  display: none;
}
#s-fcf60c4b-5e54-40bc-a0ab-236f8e702a2b, #wrap-s-fcf60c4b-5e54-40bc-a0ab-236f8e702a2b { display:none !important; }}@media (max-width: 767px){#s-fcf60c4b-5e54-40bc-a0ab-236f8e702a2b {
  display: none;
}
#s-fcf60c4b-5e54-40bc-a0ab-236f8e702a2b, #wrap-s-fcf60c4b-5e54-40bc-a0ab-236f8e702a2b { display:none !important; }}
#s-fcf60c4b-5e54-40bc-a0ab-236f8e702a2b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a30eb04b-4684-4e37-8603-9c0c11390286 {
  margin-top: 0px;
margin-left: 100px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a30eb04b-4684-4e37-8603-9c0c11390286"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-59639f8a-c1f9-4fb1-ae73-dd4f36015699 {
  margin-top: 140px;
margin-left: -111px;
margin-bottom: 50px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-59639f8a-c1f9-4fb1-ae73-dd4f36015699"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cf22423c-4998-4bfd-9ebc-c4a53a412da5 {
  margin-top: -92px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-cf22423c-4998-4bfd-9ebc-c4a53a412da5 {
  display: none;
}
#s-cf22423c-4998-4bfd-9ebc-c4a53a412da5, #wrap-s-cf22423c-4998-4bfd-9ebc-c4a53a412da5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf22423c-4998-4bfd-9ebc-c4a53a412da5 {
  display: none;
}
#s-cf22423c-4998-4bfd-9ebc-c4a53a412da5, #wrap-s-cf22423c-4998-4bfd-9ebc-c4a53a412da5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf22423c-4998-4bfd-9ebc-c4a53a412da5 {
  display: none;
}
#s-cf22423c-4998-4bfd-9ebc-c4a53a412da5, #wrap-s-cf22423c-4998-4bfd-9ebc-c4a53a412da5 { display:none !important; }}
#s-cf22423c-4998-4bfd-9ebc-c4a53a412da5 .shogun-success-alert {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(87, 18, 18, 0);
}

#s-cf22423c-4998-4bfd-9ebc-c4a53a412da5 .shogun-form .shogun-form-label {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-cf22423c-4998-4bfd-9ebc-c4a53a412da5 .shogun-form .shogun-form-field {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-size: 15px;
  font-weight: ;
  font-style: ;
}

#s-cf22423c-4998-4bfd-9ebc-c4a53a412da5 .shogun-form .shogun-form-submit {
  background-color: rgba(0, 0, 0, 0) !important;
}

#s-cf22423c-4998-4bfd-9ebc-c4a53a412da5 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-cf22423c-4998-4bfd-9ebc-c4a53a412da5 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-1824c85b-3ff4-4634-8cda-ef5f2e8bd386 {
  margin-top: -92px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
}

#s-1824c85b-3ff4-4634-8cda-ef5f2e8bd386 .shogun-success-alert {
  background-color: rgba(79, 194, 96, 1);
  color: rgba(87, 18, 18, 0);
}

#s-1824c85b-3ff4-4634-8cda-ef5f2e8bd386 .shogun-form .shogun-form-label {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-1824c85b-3ff4-4634-8cda-ef5f2e8bd386 .shogun-form .shogun-form-field {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-1824c85b-3ff4-4634-8cda-ef5f2e8bd386 .shogun-form .shogun-form-submit {
  background-color: rgba(201, 34, 34, 1) !important;
}

#s-1824c85b-3ff4-4634-8cda-ef5f2e8bd386 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-1824c85b-3ff4-4634-8cda-ef5f2e8bd386 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-840821fc-e773-41d9-a6d2-c7e2a057781f {
  margin-top: 0px;
margin-left: 100px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-840821fc-e773-41d9-a6d2-c7e2a057781f {
  display: none;
}
#s-840821fc-e773-41d9-a6d2-c7e2a057781f, #wrap-s-840821fc-e773-41d9-a6d2-c7e2a057781f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-840821fc-e773-41d9-a6d2-c7e2a057781f {
  display: none;
}
#s-840821fc-e773-41d9-a6d2-c7e2a057781f, #wrap-s-840821fc-e773-41d9-a6d2-c7e2a057781f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-840821fc-e773-41d9-a6d2-c7e2a057781f {
  display: none;
}
#s-840821fc-e773-41d9-a6d2-c7e2a057781f, #wrap-s-840821fc-e773-41d9-a6d2-c7e2a057781f { display:none !important; }}
@media (min-width: 0px) {
[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-840821fc-e773-41d9-a6d2-c7e2a057781f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d1f6651c-2265-4619-ab60-5ac395fac822 {
  margin-top: 140px;
margin-left: -111px;
margin-bottom: 50px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d1f6651c-2265-4619-ab60-5ac395fac822"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cb2c300a-8333-4212-98df-15678587d9d6 {
  margin-top: -92px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
}

#s-cb2c300a-8333-4212-98df-15678587d9d6 .shogun-success-alert {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(87, 18, 18, 0);
}

#s-cb2c300a-8333-4212-98df-15678587d9d6 .shogun-form .shogun-form-label {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-cb2c300a-8333-4212-98df-15678587d9d6 .shogun-form .shogun-form-field {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-size: 15px;
  font-weight: ;
  font-style: ;
}

#s-cb2c300a-8333-4212-98df-15678587d9d6 .shogun-form .shogun-form-submit {
  background-color: rgba(0, 0, 0, 0) !important;
}

#s-cb2c300a-8333-4212-98df-15678587d9d6 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-cb2c300a-8333-4212-98df-15678587d9d6 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-102c4e79-9307-4067-8ee1-28f6d57be333 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
min-height: 0px;
}
@media (min-width: 1200px){#s-102c4e79-9307-4067-8ee1-28f6d57be333 {
  display: none;
}
#s-102c4e79-9307-4067-8ee1-28f6d57be333, #wrap-s-102c4e79-9307-4067-8ee1-28f6d57be333 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-102c4e79-9307-4067-8ee1-28f6d57be333 {
  display: none;
}
#s-102c4e79-9307-4067-8ee1-28f6d57be333, #wrap-s-102c4e79-9307-4067-8ee1-28f6d57be333 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-102c4e79-9307-4067-8ee1-28f6d57be333 {
  display: none;
}
#s-102c4e79-9307-4067-8ee1-28f6d57be333, #wrap-s-102c4e79-9307-4067-8ee1-28f6d57be333 { display:none !important; }}@media (max-width: 767px){#s-102c4e79-9307-4067-8ee1-28f6d57be333 {
  
}
}







#s-102c4e79-9307-4067-8ee1-28f6d57be333 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-102c4e79-9307-4067-8ee1-28f6d57be333.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d14bbd3f-f594-4b7a-9eac-8d9900c2eb74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(223, 36, 36, 0);
}
@media (min-width: 1200px){#s-d14bbd3f-f594-4b7a-9eac-8d9900c2eb74 {
  display: none;
}
#s-d14bbd3f-f594-4b7a-9eac-8d9900c2eb74, #wrap-s-d14bbd3f-f594-4b7a-9eac-8d9900c2eb74 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d14bbd3f-f594-4b7a-9eac-8d9900c2eb74 {
  display: none;
}
#s-d14bbd3f-f594-4b7a-9eac-8d9900c2eb74, #wrap-s-d14bbd3f-f594-4b7a-9eac-8d9900c2eb74 { display:none !important; }}@media (max-width: 767px){#s-d14bbd3f-f594-4b7a-9eac-8d9900c2eb74 {
  display: none;
}
#s-d14bbd3f-f594-4b7a-9eac-8d9900c2eb74, #wrap-s-d14bbd3f-f594-4b7a-9eac-8d9900c2eb74 { display:none !important; }}
#s-d14bbd3f-f594-4b7a-9eac-8d9900c2eb74 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 59px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb {
  margin-top: 0px;
margin-left: 100px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-35e6c01c-7df3-45c4-9ec2-49ff9702a3fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d2243052-08f1-492d-aad9-54c523bad97d {
  margin-top: 140px;
margin-left: -111px;
margin-bottom: 50px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d2243052-08f1-492d-aad9-54c523bad97d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-35a547fb-ec20-4f9c-8687-5c00357e4b40 {
  margin-top: -92px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
}

#s-35a547fb-ec20-4f9c-8687-5c00357e4b40 .shogun-success-alert {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(87, 18, 18, 0);
}

#s-35a547fb-ec20-4f9c-8687-5c00357e4b40 .shogun-form .shogun-form-label {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-35a547fb-ec20-4f9c-8687-5c00357e4b40 .shogun-form .shogun-form-field {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-size: 15px;
  font-weight: ;
  font-style: ;
}

#s-35a547fb-ec20-4f9c-8687-5c00357e4b40 .shogun-form .shogun-form-submit {
  background-color: rgba(0, 0, 0, 0) !important;
}

#s-35a547fb-ec20-4f9c-8687-5c00357e4b40 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-35a547fb-ec20-4f9c-8687-5c00357e4b40 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-80e471af-fc8e-42b2-9c3b-8cfc1fc2c907 {
  text-align: center;
}
@media (min-width: 1200px){#s-80e471af-fc8e-42b2-9c3b-8cfc1fc2c907 {
  display: none;
}
#s-80e471af-fc8e-42b2-9c3b-8cfc1fc2c907, #wrap-s-80e471af-fc8e-42b2-9c3b-8cfc1fc2c907 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80e471af-fc8e-42b2-9c3b-8cfc1fc2c907 {
  display: none;
}
#s-80e471af-fc8e-42b2-9c3b-8cfc1fc2c907, #wrap-s-80e471af-fc8e-42b2-9c3b-8cfc1fc2c907 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80e471af-fc8e-42b2-9c3b-8cfc1fc2c907 {
  display: none;
}
#s-80e471af-fc8e-42b2-9c3b-8cfc1fc2c907, #wrap-s-80e471af-fc8e-42b2-9c3b-8cfc1fc2c907 { display:none !important; }}@media (max-width: 767px){#s-80e471af-fc8e-42b2-9c3b-8cfc1fc2c907 {
  
}
}



  #s-80e471af-fc8e-42b2-9c3b-8cfc1fc2c907 img.shogun-image {
    
    width: px;
  }


#s-80e471af-fc8e-42b2-9c3b-8cfc1fc2c907 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a28439b-1951-497f-afcd-bc3151cd1908 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
min-height: 0px;
}
@media (min-width: 1200px){#s-5a28439b-1951-497f-afcd-bc3151cd1908 {
  display: none;
}
#s-5a28439b-1951-497f-afcd-bc3151cd1908, #wrap-s-5a28439b-1951-497f-afcd-bc3151cd1908 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a28439b-1951-497f-afcd-bc3151cd1908 {
  display: none;
}
#s-5a28439b-1951-497f-afcd-bc3151cd1908, #wrap-s-5a28439b-1951-497f-afcd-bc3151cd1908 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a28439b-1951-497f-afcd-bc3151cd1908 {
  
}
}@media (max-width: 767px){#s-5a28439b-1951-497f-afcd-bc3151cd1908 {
  display: none;
}
#s-5a28439b-1951-497f-afcd-bc3151cd1908, #wrap-s-5a28439b-1951-497f-afcd-bc3151cd1908 { display:none !important; }}







#s-5a28439b-1951-497f-afcd-bc3151cd1908 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a28439b-1951-497f-afcd-bc3151cd1908.shg-box.shg-c {
  justify-content: flex-start;
}

#s-07540c83-0b58-421c-871d-edf5bdc38229 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(223, 36, 36, 0);
}
@media (min-width: 1200px){#s-07540c83-0b58-421c-871d-edf5bdc38229 {
  display: none;
}
#s-07540c83-0b58-421c-871d-edf5bdc38229, #wrap-s-07540c83-0b58-421c-871d-edf5bdc38229 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07540c83-0b58-421c-871d-edf5bdc38229 {
  display: none;
}
#s-07540c83-0b58-421c-871d-edf5bdc38229, #wrap-s-07540c83-0b58-421c-871d-edf5bdc38229 { display:none !important; }}@media (max-width: 767px){#s-07540c83-0b58-421c-871d-edf5bdc38229 {
  display: none;
}
#s-07540c83-0b58-421c-871d-edf5bdc38229, #wrap-s-07540c83-0b58-421c-871d-edf5bdc38229 { display:none !important; }}
#s-07540c83-0b58-421c-871d-edf5bdc38229 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 59px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1c8f494b-7d31-48ae-9b1d-16db81c011c7 {
  margin-top: 0px;
margin-left: 100px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c8f494b-7d31-48ae-9b1d-16db81c011c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-19a54e16-1a40-410c-91e4-7a60e830b539 {
  margin-top: 140px;
margin-left: -111px;
margin-bottom: 50px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-19a54e16-1a40-410c-91e4-7a60e830b539"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3c03efb1-5266-400f-97b0-a74fdeafe485 {
  margin-top: -92px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
}

#s-3c03efb1-5266-400f-97b0-a74fdeafe485 .shogun-success-alert {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(87, 18, 18, 0);
}

#s-3c03efb1-5266-400f-97b0-a74fdeafe485 .shogun-form .shogun-form-label {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-3c03efb1-5266-400f-97b0-a74fdeafe485 .shogun-form .shogun-form-field {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-size: 15px;
  font-weight: ;
  font-style: ;
}

#s-3c03efb1-5266-400f-97b0-a74fdeafe485 .shogun-form .shogun-form-submit {
  background-color: rgba(0, 0, 0, 0) !important;
}

#s-3c03efb1-5266-400f-97b0-a74fdeafe485 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-3c03efb1-5266-400f-97b0-a74fdeafe485 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-4b291ae9-8073-44e4-b147-d0cf128be6e1 {
  margin-top: 100px;
margin-bottom: -152px;
padding-bottom: 10px;
text-align: center;
}

#s-4b291ae9-8073-44e4-b147-d0cf128be6e1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bc38a20a-d4f8-4037-b5cc-96f22335cba2 {
  margin-top: 193px;
padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-bc38a20a-d4f8-4037-b5cc-96f22335cba2 {
  display: none;
}
#s-bc38a20a-d4f8-4037-b5cc-96f22335cba2, #wrap-s-bc38a20a-d4f8-4037-b5cc-96f22335cba2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc38a20a-d4f8-4037-b5cc-96f22335cba2 {
  display: none;
}
#s-bc38a20a-d4f8-4037-b5cc-96f22335cba2, #wrap-s-bc38a20a-d4f8-4037-b5cc-96f22335cba2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc38a20a-d4f8-4037-b5cc-96f22335cba2 {
  display: none;
}
#s-bc38a20a-d4f8-4037-b5cc-96f22335cba2, #wrap-s-bc38a20a-d4f8-4037-b5cc-96f22335cba2 { display:none !important; }}
#s-bc38a20a-d4f8-4037-b5cc-96f22335cba2 .shogun-success-alert {
  background-color: #E2EFDA;
  color: #3c763d;
}

#s-bc38a20a-d4f8-4037-b5cc-96f22335cba2 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-bc38a20a-d4f8-4037-b5cc-96f22335cba2 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-bc38a20a-d4f8-4037-b5cc-96f22335cba2 .shogun-form .shogun-form-submit {
  background-color: rgba(0, 0, 0, 0.54) !important;
}

#s-bc38a20a-d4f8-4037-b5cc-96f22335cba2 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-bc38a20a-d4f8-4037-b5cc-96f22335cba2 .shogun-form .shogun-form-submit-label {
  color: rgba(255, 255, 255, 1) !important;
}

#s-43071c6f-a048-4633-8527-e184e03bf61e {
  margin-top: -50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-43071c6f-a048-4633-8527-e184e03bf61e {
  display: none;
}
#s-43071c6f-a048-4633-8527-e184e03bf61e, #wrap-s-43071c6f-a048-4633-8527-e184e03bf61e { display:none !important; }}@media (max-width: 767px){#s-43071c6f-a048-4633-8527-e184e03bf61e {
  display: none;
}
#s-43071c6f-a048-4633-8527-e184e03bf61e, #wrap-s-43071c6f-a048-4633-8527-e184e03bf61e { display:none !important; }}



  #s-43071c6f-a048-4633-8527-e184e03bf61e img.shogun-image {
    
    width: px;
  }


#s-43071c6f-a048-4633-8527-e184e03bf61e .shogun-image-content {
  
    align-items: center;
  
}

#s-d22b2f2c-2200-4b72-8431-704d1adbb85a {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d22b2f2c-2200-4b72-8431-704d1adbb85a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-072fca59-9bf7-44dc-adc9-289cb90e16f6 {
  padding-top: 0px;
padding-left: 0px;
text-align: center;
}

#s-072fca59-9bf7-44dc-adc9-289cb90e16f6 .shogun-heading-component h1 {
  color: rgba(72, 72, 72, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 46px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3fd05b73-1621-4f07-b0c9-f61c8dc6f130 {
  margin-left: 100px;
margin-right: 100px;
}

#s-6e7f9e05-1fce-44b0-8632-2e3fdcee88ea {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 50px;
margin-left: 0px;
margin-bottom: -50px;
padding-top: 15px;
padding-left: 70px;
padding-bottom: 15px;
padding-right: 70px;
border-radius: 0px;
text-align: center;
background-color: rgba(192, 56, 56, 1);
text-decoration: none;
hover-type: color;
}
#s-6e7f9e05-1fce-44b0-8632-2e3fdcee88ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e7f9e05-1fce-44b0-8632-2e3fdcee88ea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6e7f9e05-1fce-44b0-8632-2e3fdcee88ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-77a273ee-42d0-4707-85c8-95317f54ca94 {
  margin-top: -50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-77a273ee-42d0-4707-85c8-95317f54ca94 {
  display: none;
}
#s-77a273ee-42d0-4707-85c8-95317f54ca94, #wrap-s-77a273ee-42d0-4707-85c8-95317f54ca94 { display:none !important; }}@media (max-width: 767px){#s-77a273ee-42d0-4707-85c8-95317f54ca94 {
  display: none;
}
#s-77a273ee-42d0-4707-85c8-95317f54ca94, #wrap-s-77a273ee-42d0-4707-85c8-95317f54ca94 { display:none !important; }}



  #s-77a273ee-42d0-4707-85c8-95317f54ca94 img.shogun-image {
    
    width: px;
  }


#s-77a273ee-42d0-4707-85c8-95317f54ca94 .shogun-image-content {
  
    align-items: center;
  
}

#s-8467e728-70a7-4ad4-b6b7-880b9fe931f3 {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8467e728-70a7-4ad4-b6b7-880b9fe931f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5764d9ed-5a2b-4d5c-aada-f41b5f23a216 {
  padding-top: 0px;
padding-bottom: 19px;
text-align: center;
}

#s-5764d9ed-5a2b-4d5c-aada-f41b5f23a216 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 47px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9118fadc-c3e3-40bd-aae8-e2db1f6a97b1 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 50px;
margin-left: 0px;
margin-bottom: -50px;
padding-top: 15px;
padding-left: 70px;
padding-bottom: 15px;
padding-right: 70px;
border-radius: 0px;
text-align: center;
background-color: rgba(192, 56, 56, 1);
text-decoration: none;
hover-type: color;
}
#s-9118fadc-c3e3-40bd-aae8-e2db1f6a97b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9118fadc-c3e3-40bd-aae8-e2db1f6a97b1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9118fadc-c3e3-40bd-aae8-e2db1f6a97b1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-5a6b3917-0e92-4fd6-80bf-641ed461f2a3 {
  text-align: center;
}
@media (min-width: 1200px){#s-5a6b3917-0e92-4fd6-80bf-641ed461f2a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a6b3917-0e92-4fd6-80bf-641ed461f2a3 {
  display: none;
}
#s-5a6b3917-0e92-4fd6-80bf-641ed461f2a3, #wrap-s-5a6b3917-0e92-4fd6-80bf-641ed461f2a3 { display:none !important; }}@media (max-width: 767px){#s-5a6b3917-0e92-4fd6-80bf-641ed461f2a3 {
  display: none;
}
#s-5a6b3917-0e92-4fd6-80bf-641ed461f2a3, #wrap-s-5a6b3917-0e92-4fd6-80bf-641ed461f2a3 { display:none !important; }}



  #s-5a6b3917-0e92-4fd6-80bf-641ed461f2a3 img.shogun-image {
    
    width: px;
  }


#s-5a6b3917-0e92-4fd6-80bf-641ed461f2a3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b5c4c849-3f11-4182-bb10-5fd13a5d3e4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f88254ca-1b80-40b6-82a2-e409e9843b19 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-f88254ca-1b80-40b6-82a2-e409e9843b19 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 47px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-90491be6-aea4-472c-951c-3d126484bfb5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(208, 42, 42, 1);
text-decoration: none;
}
#s-90491be6-aea4-472c-951c-3d126484bfb5:hover {margin-top: 0px !important;
margin-bottom: 0px !important;
padding-top: 20px !important;
padding-left: 20px !important;
padding-bottom: 20px !important;
padding-right: 20px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-90491be6-aea4-472c-951c-3d126484bfb5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-90491be6-aea4-472c-951c-3d126484bfb5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-de30c304-2b68-48ce-b446-300c8396073f {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-de30c304-2b68-48ce-b446-300c8396073f {
  display: none;
}
#s-de30c304-2b68-48ce-b446-300c8396073f, #wrap-s-de30c304-2b68-48ce-b446-300c8396073f { display:none !important; }}@media (max-width: 767px){#s-de30c304-2b68-48ce-b446-300c8396073f {
  display: none;
}
#s-de30c304-2b68-48ce-b446-300c8396073f, #wrap-s-de30c304-2b68-48ce-b446-300c8396073f { display:none !important; }}







#s-de30c304-2b68-48ce-b446-300c8396073f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de30c304-2b68-48ce-b446-300c8396073f.shg-box.shg-c {
  justify-content: center;
}

#s-8691c983-612f-4554-a91d-c847b2f82292 {
  text-align: center;
}
@media (min-width: 1200px){#s-8691c983-612f-4554-a91d-c847b2f82292 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8691c983-612f-4554-a91d-c847b2f82292 {
  display: none;
}
#s-8691c983-612f-4554-a91d-c847b2f82292, #wrap-s-8691c983-612f-4554-a91d-c847b2f82292 { display:none !important; }}@media (max-width: 767px){#s-8691c983-612f-4554-a91d-c847b2f82292 {
  display: none;
}
#s-8691c983-612f-4554-a91d-c847b2f82292, #wrap-s-8691c983-612f-4554-a91d-c847b2f82292 { display:none !important; }}



  #s-8691c983-612f-4554-a91d-c847b2f82292 img.shogun-image {
    
    width: px;
  }


#s-8691c983-612f-4554-a91d-c847b2f82292 .shogun-image-content {
  
    align-items: center;
  
}

#s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-20d9aa2c-8358-445e-85b7-dd0fe5c38be3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-66056374-cf16-4c80-810e-c8fad5eeda21 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-66056374-cf16-4c80-810e-c8fad5eeda21 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 47px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-35908a6a-9df8-47c7-a40b-a856afe01ae4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(208, 42, 42, 1);
text-decoration: none;
}
#s-35908a6a-9df8-47c7-a40b-a856afe01ae4:hover {padding-left: 20px !important;
padding-right: 20px !important;
background-color: rgba(237, 72, 72, 1) !important;
text-decoration: none !important;}#s-35908a6a-9df8-47c7-a40b-a856afe01ae4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35908a6a-9df8-47c7-a40b-a856afe01ae4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  display: none;
}
#s-d912fb2b-9730-4d11-b89f-242cac0d7e66, #wrap-s-d912fb2b-9730-4d11-b89f-242cac0d7e66 { display:none !important; }}@media (max-width: 767px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  display: none;
}
#s-d912fb2b-9730-4d11-b89f-242cac0d7e66, #wrap-s-d912fb2b-9730-4d11-b89f-242cac0d7e66 { display:none !important; }}







#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d912fb2b-9730-4d11-b89f-242cac0d7e66.shg-box.shg-c {
  justify-content: flex-start;
}

#s-af54287a-07ef-4e30-82e1-0bf2c422ed14 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) {
[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a4634c2b-a4e7-492d-9786-146d6002c319 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-a4634c2b-a4e7-492d-9786-146d6002c319 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 49px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

#s-4335d9c3-72e2-4b25-9a7d-829763bd98a9 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-4335d9c3-72e2-4b25-9a7d-829763bd98a9 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  text-align: center;
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width: 100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width: 100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width: 100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width: 100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width: 100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-d10a458b-20b7-434a-8f16-d95a1b7f9190 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d10a458b-20b7-434a-8f16-d95a1b7f9190 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: ;
}

#s-751c3b73-2205-40e4-b15f-c4ec55c89a1b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-751c3b73-2205-40e4-b15f-c4ec55c89a1b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
}

#s-751c3b73-2205-40e4-b15f-c4ec55c89a1b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-751c3b73-2205-40e4-b15f-c4ec55c89a1b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-7315a7ea-6d66-4381-9134-4014bb809ae2 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-7315a7ea-6d66-4381-9134-4014bb809ae2:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-7315a7ea-6d66-4381-9134-4014bb809ae2:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-7315a7ea-6d66-4381-9134-4014bb809ae2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7bb9ce20-6b08-4973-b26c-9d22ae959906 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7bb9ce20-6b08-4973-b26c-9d22ae959906 {
  display: none;
}
#s-7bb9ce20-6b08-4973-b26c-9d22ae959906, #wrap-s-7bb9ce20-6b08-4973-b26c-9d22ae959906 { display:none !important; }}@media (max-width: 767px){#s-7bb9ce20-6b08-4973-b26c-9d22ae959906 {
  display: none;
}
#s-7bb9ce20-6b08-4973-b26c-9d22ae959906, #wrap-s-7bb9ce20-6b08-4973-b26c-9d22ae959906 { display:none !important; }}
#s-7bb9ce20-6b08-4973-b26c-9d22ae959906 {
  display: none;
}
#s-8a968208-039c-421d-83c6-92cb7953397b {
  text-align: left;
}


.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b {
  max-width: 100%;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom,
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b {
  max-width: 100%;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom,
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b {
  max-width: 100%;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom,
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b {
  max-width: 100%;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom,
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b {
  max-width: 100%;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom,
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7c3dcd3f-2735-4899-8e21-f7d483c0922a {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9bfb7a76-13e6-4527-bafb-11cc41b72b49 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bfb7a76-13e6-4527-bafb-11cc41b72b49 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: ;
}

#s-3326e432-d296-4ce4-aaa8-6e0c59d815ba {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-3326e432-d296-4ce4-aaa8-6e0c59d815ba .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
}

#s-3326e432-d296-4ce4-aaa8-6e0c59d815ba .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-3326e432-d296-4ce4-aaa8-6e0c59d815ba .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a01ceefa-8269-41e4-8fc6-f4076848d242 {
  background-color: rgba(255, 255, 255, 1);
}

#s-a01ceefa-8269-41e4-8fc6-f4076848d242 {
  display: none;
}
#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db {
  text-align: left;
}


.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db {
  max-width: 100%;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom,
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db {
  max-width: 100%;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom,
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db {
  max-width: 100%;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom,
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db {
  max-width: 100%;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom,
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db {
  max-width: 100%;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom,
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2a5f84f6-a00f-46ff-92a1-65f9196238d5 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0048ced8-3f8e-494e-b411-c165838d8709 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0048ced8-3f8e-494e-b411-c165838d8709 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: ;
}

#s-61c0877f-ba21-431c-935a-48dbe6f8df08 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-61c0877f-ba21-431c-935a-48dbe6f8df08 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
}

#s-61c0877f-ba21-431c-935a-48dbe6f8df08 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-61c0877f-ba21-431c-935a-48dbe6f8df08 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2b84e68c-3d45-4f44-b2fd-d0bed65ae270 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2b84e68c-3d45-4f44-b2fd-d0bed65ae270 {
  display: none;
}
#s-2b84e68c-3d45-4f44-b2fd-d0bed65ae270, #wrap-s-2b84e68c-3d45-4f44-b2fd-d0bed65ae270 { display:none !important; }}@media (max-width: 767px){#s-2b84e68c-3d45-4f44-b2fd-d0bed65ae270 {
  display: none;
}
#s-2b84e68c-3d45-4f44-b2fd-d0bed65ae270, #wrap-s-2b84e68c-3d45-4f44-b2fd-d0bed65ae270 { display:none !important; }}
#s-2b84e68c-3d45-4f44-b2fd-d0bed65ae270 {
  display: none;
}
#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a {
  text-align: left;
}


.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a {
  max-width: 100%;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom,
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a {
  max-width: 100%;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom,
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a {
  max-width: 100%;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom,
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a {
  max-width: 100%;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom,
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a {
  max-width: 100%;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom,
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e2d3e412-37b1-41cb-9b68-882206a5837d {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-fcb056d3-5bb5-4911-a47f-f90bb3ca7c5c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcb056d3-5bb5-4911-a47f-f90bb3ca7c5c .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: ;
}

#s-41d593e6-51b5-4385-9f25-d2690a3c5252 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-41d593e6-51b5-4385-9f25-d2690a3c5252 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
}

#s-41d593e6-51b5-4385-9f25-d2690a3c5252 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-41d593e6-51b5-4385-9f25-d2690a3c5252 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-155fdde3-003b-4939-9158-3ce3e0bf12a7 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-363203a5-8e0a-4ffa-bc01-668a82762f29 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(205, 37, 37, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-363203a5-8e0a-4ffa-bc01-668a82762f29:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-363203a5-8e0a-4ffa-bc01-668a82762f29:active {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-363203a5-8e0a-4ffa-bc01-668a82762f29.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-880c6d8a-5a23-4d4d-9428-5bc94587ec46 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-880c6d8a-5a23-4d4d-9428-5bc94587ec46 {
  display: none;
}
#s-880c6d8a-5a23-4d4d-9428-5bc94587ec46, #wrap-s-880c6d8a-5a23-4d4d-9428-5bc94587ec46 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-880c6d8a-5a23-4d4d-9428-5bc94587ec46 {
  display: none;
}
#s-880c6d8a-5a23-4d4d-9428-5bc94587ec46, #wrap-s-880c6d8a-5a23-4d4d-9428-5bc94587ec46 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-880c6d8a-5a23-4d4d-9428-5bc94587ec46 {
  
}
}@media (max-width: 767px){#s-880c6d8a-5a23-4d4d-9428-5bc94587ec46 {
  
}
}







#s-880c6d8a-5a23-4d4d-9428-5bc94587ec46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-880c6d8a-5a23-4d4d-9428-5bc94587ec46.shg-box.shg-c {
  justify-content: flex-start;
}

#s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) {
[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-115c1b7d-430c-49a1-87a6-e5d2db8fa1b4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-16b036d0-abbf-453a-ab8b-7c39b604ff2d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-16b036d0-abbf-453a-ab8b-7c39b604ff2d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 49px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-92d02971-ee83-4f7b-95e8-bb79161e46ea {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-92d02971-ee83-4f7b-95e8-bb79161e46ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-08b05b69-35d7-4b9b-b892-0ed20e3524f2 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-08b05b69-35d7-4b9b-b892-0ed20e3524f2 {
  display: none;
}
#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 {
  text-align: center;
}


.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 {
  max-width: 100%;
}

.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 .shg-image-zoom,
.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 {
  max-width: 100%;
}

.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 .shg-image-zoom,
.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 {
  max-width: 100%;
}

.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 .shg-image-zoom,
.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 {
  max-width: 100%;
}

.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 .shg-image-zoom,
.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 {
  max-width: 100%;
}

.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 .shg-image-zoom,
.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d6e8d8f-19de-41c1-9cd8-4e440ef55dc4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-3aae4437-078b-4556-be6c-e7382e0e2f00 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3aae4437-078b-4556-be6c-e7382e0e2f00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-03fe615f-8601-4743-af11-7218640cf984 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03fe615f-8601-4743-af11-7218640cf984 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: ;
}

#s-1257434d-a08a-4cda-bdb9-9e08f323464b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-1257434d-a08a-4cda-bdb9-9e08f323464b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
}

#s-1257434d-a08a-4cda-bdb9-9e08f323464b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-1257434d-a08a-4cda-bdb9-9e08f323464b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-cb6bc88d-4055-4954-bef6-9a70d02918f4 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-cb6bc88d-4055-4954-bef6-9a70d02918f4:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-cb6bc88d-4055-4954-bef6-9a70d02918f4:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-cb6bc88d-4055-4954-bef6-9a70d02918f4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb6bc88d-4055-4954-bef6-9a70d02918f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb6bc88d-4055-4954-bef6-9a70d02918f4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-cb6bc88d-4055-4954-bef6-9a70d02918f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-aa10cfe3-09ad-41e4-805d-f588ef50df84 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-aa10cfe3-09ad-41e4-805d-f588ef50df84 {
  display: none;
}
#s-aa10cfe3-09ad-41e4-805d-f588ef50df84, #wrap-s-aa10cfe3-09ad-41e4-805d-f588ef50df84 { display:none !important; }}@media (max-width: 767px){#s-aa10cfe3-09ad-41e4-805d-f588ef50df84 {
  display: none;
}
#s-aa10cfe3-09ad-41e4-805d-f588ef50df84, #wrap-s-aa10cfe3-09ad-41e4-805d-f588ef50df84 { display:none !important; }}
#s-aa10cfe3-09ad-41e4-805d-f588ef50df84 {
  display: none;
}
#s-e83685da-6521-40bf-9a9d-e5321809c967 {
  text-align: left;
}


.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 {
  max-width: 100%;
}

.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 .shg-image-zoom,
.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 {
  max-width: 100%;
}

.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 .shg-image-zoom,
.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 {
  max-width: 100%;
}

.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 .shg-image-zoom,
.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 {
  max-width: 100%;
}

.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 .shg-image-zoom,
.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 {
  max-width: 100%;
}

.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 .shg-image-zoom,
.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e83685da-6521-40bf-9a9d-e5321809c967 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-056fad4e-ab1f-49d6-865c-37b30e9fb0d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-00366eec-f0b9-4e67-8aad-7cd36cea0ff6 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00366eec-f0b9-4e67-8aad-7cd36cea0ff6 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: ;
}

#s-f2a22173-9899-40f4-8023-313c3dad8362 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-f2a22173-9899-40f4-8023-313c3dad8362 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
}

#s-f2a22173-9899-40f4-8023-313c3dad8362 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-f2a22173-9899-40f4-8023-313c3dad8362 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-d60d030d-da5f-43b9-bf3b-e129eedee464 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-d60d030d-da5f-43b9-bf3b-e129eedee464:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-d60d030d-da5f-43b9-bf3b-e129eedee464:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-d60d030d-da5f-43b9-bf3b-e129eedee464 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d60d030d-da5f-43b9-bf3b-e129eedee464.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d60d030d-da5f-43b9-bf3b-e129eedee464.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-d60d030d-da5f-43b9-bf3b-e129eedee464.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e917c30b-dcb9-4623-af31-0c3eb7302e4b {
  background-color: rgba(255, 255, 255, 1);
}

#s-e917c30b-dcb9-4623-af31-0c3eb7302e4b {
  display: none;
}
#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc {
  text-align: left;
}


.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc {
  max-width: 100%;
}

.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc .shg-image-zoom,
.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc {
  max-width: 100%;
}

.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc .shg-image-zoom,
.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc {
  max-width: 100%;
}

.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc .shg-image-zoom,
.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc {
  max-width: 100%;
}

.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc .shg-image-zoom,
.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc {
  max-width: 100%;
}

.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc .shg-image-zoom,
.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c971410b-bd06-4419-a6b9-47a0c79ef7cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-73965af7-3339-490f-a259-c490e9e4fa54 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-73965af7-3339-490f-a259-c490e9e4fa54"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-024cd70d-203c-4a6d-a57a-99a2bf3ab089 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-024cd70d-203c-4a6d-a57a-99a2bf3ab089 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: ;
}

#s-45f9f842-fb64-403d-bf09-b81fc9737d64 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-45f9f842-fb64-403d-bf09-b81fc9737d64 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
}

#s-45f9f842-fb64-403d-bf09-b81fc9737d64 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-45f9f842-fb64-403d-bf09-b81fc9737d64 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-3f490a8c-9e9c-42d8-a779-872e9876d3a8 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-3f490a8c-9e9c-42d8-a779-872e9876d3a8:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-3f490a8c-9e9c-42d8-a779-872e9876d3a8:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-3f490a8c-9e9c-42d8-a779-872e9876d3a8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f490a8c-9e9c-42d8-a779-872e9876d3a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f490a8c-9e9c-42d8-a779-872e9876d3a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-3f490a8c-9e9c-42d8-a779-872e9876d3a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d63e56c0-7f2b-4964-b05f-fda29dd3b4ac {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d63e56c0-7f2b-4964-b05f-fda29dd3b4ac {
  display: none;
}
#s-d63e56c0-7f2b-4964-b05f-fda29dd3b4ac, #wrap-s-d63e56c0-7f2b-4964-b05f-fda29dd3b4ac { display:none !important; }}@media (max-width: 767px){#s-d63e56c0-7f2b-4964-b05f-fda29dd3b4ac {
  display: none;
}
#s-d63e56c0-7f2b-4964-b05f-fda29dd3b4ac, #wrap-s-d63e56c0-7f2b-4964-b05f-fda29dd3b4ac { display:none !important; }}
#s-d63e56c0-7f2b-4964-b05f-fda29dd3b4ac {
  display: none;
}
#s-c21210b4-8288-458b-b861-b5357344d105 {
  text-align: left;
}


.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 {
  max-width: 100%;
}

.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 .shg-image-zoom,
.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 {
  max-width: 100%;
}

.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 .shg-image-zoom,
.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 {
  max-width: 100%;
}

.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 .shg-image-zoom,
.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 {
  max-width: 100%;
}

.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 .shg-image-zoom,
.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 {
  max-width: 100%;
}

.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 .shg-image-zoom,
.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c21210b4-8288-458b-b861-b5357344d105 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e101a8b0-722f-470b-8404-4bac0bdbd979 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e101a8b0-722f-470b-8404-4bac0bdbd979"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d8993099-8369-4a42-91f3-2595adba29f0 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8993099-8369-4a42-91f3-2595adba29f0 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: ;
}

#s-339ffb77-7c0d-4aa6-ac33-58b0cdcfedc5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-339ffb77-7c0d-4aa6-ac33-58b0cdcfedc5 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
}

#s-339ffb77-7c0d-4aa6-ac33-58b0cdcfedc5 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-339ffb77-7c0d-4aa6-ac33-58b0cdcfedc5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-15e3d1b5-2d7a-427b-8529-2d2ea041bfce {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-15e3d1b5-2d7a-427b-8529-2d2ea041bfce:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-15e3d1b5-2d7a-427b-8529-2d2ea041bfce:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-15e3d1b5-2d7a-427b-8529-2d2ea041bfce {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-15e3d1b5-2d7a-427b-8529-2d2ea041bfce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-15e3d1b5-2d7a-427b-8529-2d2ea041bfce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-15e3d1b5-2d7a-427b-8529-2d2ea041bfce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1f5ced09-211e-42b1-bd2e-dd68f03c21ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-88a08388-112a-42a2-8929-ee957eebf519 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-88a08388-112a-42a2-8929-ee957eebf519:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-88a08388-112a-42a2-8929-ee957eebf519:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-88a08388-112a-42a2-8929-ee957eebf519.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-2085b8f6-d9aa-4c3b-8a20-999df7323a23 {
  margin-top: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2085b8f6-d9aa-4c3b-8a20-999df7323a23 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2085b8f6-d9aa-4c3b-8a20-999df7323a23 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2085b8f6-d9aa-4c3b-8a20-999df7323a23 {
  
}
}@media (max-width: 767px){#s-2085b8f6-d9aa-4c3b-8a20-999df7323a23 {
  
}
}







#s-2085b8f6-d9aa-4c3b-8a20-999df7323a23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2085b8f6-d9aa-4c3b-8a20-999df7323a23.shg-box.shg-c {
  justify-content: flex-start;
}

#s-aac2e6d4-53b8-478b-9084-2a173ede2005 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aac2e6d4-53b8-478b-9084-2a173ede2005 {
  display: none;
}
#s-aac2e6d4-53b8-478b-9084-2a173ede2005, #wrap-s-aac2e6d4-53b8-478b-9084-2a173ede2005 { display:none !important; }}@media (max-width: 767px){#s-aac2e6d4-53b8-478b-9084-2a173ede2005 {
  display: none;
}
#s-aac2e6d4-53b8-478b-9084-2a173ede2005, #wrap-s-aac2e6d4-53b8-478b-9084-2a173ede2005 { display:none !important; }}







#s-aac2e6d4-53b8-478b-9084-2a173ede2005 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aac2e6d4-53b8-478b-9084-2a173ede2005.shg-box.shg-c {
  justify-content: center;
}

#s-f1369227-054a-4e32-aa59-9c6f6e50101f {
  text-align: center;
}
@media (min-width: 1200px){#s-f1369227-054a-4e32-aa59-9c6f6e50101f {
  display: none;
}
#s-f1369227-054a-4e32-aa59-9c6f6e50101f, #wrap-s-f1369227-054a-4e32-aa59-9c6f6e50101f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1369227-054a-4e32-aa59-9c6f6e50101f {
  display: none;
}
#s-f1369227-054a-4e32-aa59-9c6f6e50101f, #wrap-s-f1369227-054a-4e32-aa59-9c6f6e50101f { display:none !important; }}@media (max-width: 767px){#s-f1369227-054a-4e32-aa59-9c6f6e50101f {
  display: none;
}
#s-f1369227-054a-4e32-aa59-9c6f6e50101f, #wrap-s-f1369227-054a-4e32-aa59-9c6f6e50101f { display:none !important; }}



  #s-f1369227-054a-4e32-aa59-9c6f6e50101f img.shogun-image {
    
    width: px;
  }


#s-f1369227-054a-4e32-aa59-9c6f6e50101f .shogun-image-content {
  
    align-items: center;
  
}

#s-865a67f0-189e-4108-8c35-e612ca371d75 {
  margin-top: -44px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-865a67f0-189e-4108-8c35-e612ca371d75 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 47px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d4903bb7-c053-4646-868d-e1e00af18371 {
  margin-top: 49px;
margin-left: 87px;
margin-bottom: 49px;
margin-right: 87px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-d4903bb7-c053-4646-868d-e1e00af18371 {
  display: none;
}
#s-d4903bb7-c053-4646-868d-e1e00af18371, #wrap-s-d4903bb7-c053-4646-868d-e1e00af18371 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4903bb7-c053-4646-868d-e1e00af18371 {
  display: none;
}
#s-d4903bb7-c053-4646-868d-e1e00af18371, #wrap-s-d4903bb7-c053-4646-868d-e1e00af18371 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-d4903bb7-c053-4646-868d-e1e00af18371"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

#s-bba04d68-e682-42da-9b55-8cc1ed004d1e {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(246, 14, 14, 1);
font-size: 16px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-bba04d68-e682-42da-9b55-8cc1ed004d1e:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-bba04d68-e682-42da-9b55-8cc1ed004d1e:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bba04d68-e682-42da-9b55-8cc1ed004d1e {
  display: none;
}
#s-bba04d68-e682-42da-9b55-8cc1ed004d1e, #wrap-s-bba04d68-e682-42da-9b55-8cc1ed004d1e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bba04d68-e682-42da-9b55-8cc1ed004d1e {
  display: none;
}
#s-bba04d68-e682-42da-9b55-8cc1ed004d1e, #wrap-s-bba04d68-e682-42da-9b55-8cc1ed004d1e { display:none !important; }}@media (max-width: 767px){#s-bba04d68-e682-42da-9b55-8cc1ed004d1e {
  display: none;
}
#s-bba04d68-e682-42da-9b55-8cc1ed004d1e, #wrap-s-bba04d68-e682-42da-9b55-8cc1ed004d1e { display:none !important; }}


#s-bba04d68-e682-42da-9b55-8cc1ed004d1e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-98ad4797-8c75-43dd-8740-1628806e807e {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(205, 37, 37, 1);
font-size: 16px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-98ad4797-8c75-43dd-8740-1628806e807e:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-98ad4797-8c75-43dd-8740-1628806e807e:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-98ad4797-8c75-43dd-8740-1628806e807e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d44c4ac3-652d-4ee4-90bc-b2f1d9cf73af {
  text-align: center;
}
@media (min-width: 1200px){#s-d44c4ac3-652d-4ee4-90bc-b2f1d9cf73af {
  display: none;
}
#s-d44c4ac3-652d-4ee4-90bc-b2f1d9cf73af, #wrap-s-d44c4ac3-652d-4ee4-90bc-b2f1d9cf73af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d44c4ac3-652d-4ee4-90bc-b2f1d9cf73af {
  display: none;
}
#s-d44c4ac3-652d-4ee4-90bc-b2f1d9cf73af, #wrap-s-d44c4ac3-652d-4ee4-90bc-b2f1d9cf73af { display:none !important; }}@media (max-width: 767px){#s-d44c4ac3-652d-4ee4-90bc-b2f1d9cf73af {
  display: none;
}
#s-d44c4ac3-652d-4ee4-90bc-b2f1d9cf73af, #wrap-s-d44c4ac3-652d-4ee4-90bc-b2f1d9cf73af { display:none !important; }}



  #s-d44c4ac3-652d-4ee4-90bc-b2f1d9cf73af img.shogun-image {
    
    width: px;
  }


#s-d44c4ac3-652d-4ee4-90bc-b2f1d9cf73af .shogun-image-content {
  
    align-items: center;
  
}

#s-fa5daf63-88cc-4559-a62d-27aee338d356 {
  margin-top: -44px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-fa5daf63-88cc-4559-a62d-27aee338d356 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 47px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b {
  margin-top: 49px;
margin-left: 87px;
margin-bottom: 49px;
margin-right: 87px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b {
  display: none;
}
#s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b, #wrap-s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b {
  display: none;
}
#s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b, #wrap-s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b { display:none !important; }}
@media (min-width: 0px) {
[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-d31c7700-cf94-48d3-8a96-7a65b77b6a8b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

#s-3dd0f1ca-8ed4-449a-b23d-5c138c4c0316 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(246, 14, 14, 1);
font-size: 16px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-3dd0f1ca-8ed4-449a-b23d-5c138c4c0316:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-3dd0f1ca-8ed4-449a-b23d-5c138c4c0316:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3dd0f1ca-8ed4-449a-b23d-5c138c4c0316 {
  display: none;
}
#s-3dd0f1ca-8ed4-449a-b23d-5c138c4c0316, #wrap-s-3dd0f1ca-8ed4-449a-b23d-5c138c4c0316 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3dd0f1ca-8ed4-449a-b23d-5c138c4c0316 {
  display: none;
}
#s-3dd0f1ca-8ed4-449a-b23d-5c138c4c0316, #wrap-s-3dd0f1ca-8ed4-449a-b23d-5c138c4c0316 { display:none !important; }}@media (max-width: 767px){#s-3dd0f1ca-8ed4-449a-b23d-5c138c4c0316 {
  display: none;
}
#s-3dd0f1ca-8ed4-449a-b23d-5c138c4c0316, #wrap-s-3dd0f1ca-8ed4-449a-b23d-5c138c4c0316 { display:none !important; }}


#s-3dd0f1ca-8ed4-449a-b23d-5c138c4c0316.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-685f3021-d923-407a-9d09-872a02f1acf8 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(205, 37, 37, 1);
font-size: 16px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-685f3021-d923-407a-9d09-872a02f1acf8:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-685f3021-d923-407a-9d09-872a02f1acf8:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-685f3021-d923-407a-9d09-872a02f1acf8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f0e207a9-21eb-4fc8-9ce6-7363d2ea6b2d {
  text-align: center;
}
@media (min-width: 1200px){#s-f0e207a9-21eb-4fc8-9ce6-7363d2ea6b2d {
  display: none;
}
#s-f0e207a9-21eb-4fc8-9ce6-7363d2ea6b2d, #wrap-s-f0e207a9-21eb-4fc8-9ce6-7363d2ea6b2d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0e207a9-21eb-4fc8-9ce6-7363d2ea6b2d {
  display: none;
}
#s-f0e207a9-21eb-4fc8-9ce6-7363d2ea6b2d, #wrap-s-f0e207a9-21eb-4fc8-9ce6-7363d2ea6b2d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0e207a9-21eb-4fc8-9ce6-7363d2ea6b2d {
  display: none;
}
#s-f0e207a9-21eb-4fc8-9ce6-7363d2ea6b2d, #wrap-s-f0e207a9-21eb-4fc8-9ce6-7363d2ea6b2d { display:none !important; }}@media (max-width: 767px){#s-f0e207a9-21eb-4fc8-9ce6-7363d2ea6b2d {
  
}
}



  #s-f0e207a9-21eb-4fc8-9ce6-7363d2ea6b2d img.shogun-image {
    
    width: px;
  }


#s-f0e207a9-21eb-4fc8-9ce6-7363d2ea6b2d .shogun-image-content {
  
    align-items: center;
  
}

#s-d0df8335-e637-41e9-95ff-730d0cbb8fc4 {
  margin-top: -44px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-d0df8335-e637-41e9-95ff-730d0cbb8fc4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 47px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3b9e00ea-3517-4893-9f7f-a4c30307567f {
  margin-top: 49px;
margin-left: 87px;
margin-bottom: 49px;
margin-right: 87px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-3b9e00ea-3517-4893-9f7f-a4c30307567f {
  display: none;
}
#s-3b9e00ea-3517-4893-9f7f-a4c30307567f, #wrap-s-3b9e00ea-3517-4893-9f7f-a4c30307567f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b9e00ea-3517-4893-9f7f-a4c30307567f {
  display: none;
}
#s-3b9e00ea-3517-4893-9f7f-a4c30307567f, #wrap-s-3b9e00ea-3517-4893-9f7f-a4c30307567f { display:none !important; }}
@media (min-width: 0px) {
[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-3b9e00ea-3517-4893-9f7f-a4c30307567f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

#s-b8244b06-8888-4c1f-ac58-632c4594c11f {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(246, 14, 14, 1);
font-size: 16px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-b8244b06-8888-4c1f-ac58-632c4594c11f:hover {opacity: 0.8 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-b8244b06-8888-4c1f-ac58-632c4594c11f:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-b8244b06-8888-4c1f-ac58-632c4594c11f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-1a59c831-48d3-4879-a06b-2fd275152552 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}




  #s-1a59c831-48d3-4879-a06b-2fd275152552 img.shogun-image {
    
    width: px;
  }


#s-1a59c831-48d3-4879-a06b-2fd275152552 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

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

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

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

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

@media (max-width: 767px){#s-2d1a3250-8ef9-4c25-af54-6608dac46594 {
  
}
}
@media (min-width: 768px) {
  [id="s-2d1a3250-8ef9-4c25-af54-6608dac46594"] .shg-ig-posts-container > .shg-ig-posts {
    width: 33.333333333333336%;
    padding-right: 30px;
  }

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

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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