.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.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-b1268aff-f872-4546-a4da-5373c7159fe5 {
  background-image: url(https://i.shgcdn.com/b8feece9-f843-4bc7-bf93-887b180af4d1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 615px;
background-position: right center;
}








#s-b1268aff-f872-4546-a4da-5373c7159fe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1268aff-f872-4546-a4da-5373c7159fe5.shg-box.shg-c {
  justify-content: 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-69e41711-aa50-411f-8ff8-fe7d2246de1e {
  padding-left: 60px;
padding-right: 60px;
}

@media (min-width: 0px) {
[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-69e41711-aa50-411f-8ff8-fe7d2246de1e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5d91f9dc-3fa2-4a96-b222-5854dc5a9cc0 {
  border-style: solid;
padding-left: 22px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 14px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.51);
}
@media (max-width: 767px){#s-5d91f9dc-3fa2-4a96-b222-5854dc5a9cc0 {
  max-width: 100%;
display: none;
}
#s-5d91f9dc-3fa2-4a96-b222-5854dc5a9cc0, #wrap-s-5d91f9dc-3fa2-4a96-b222-5854dc5a9cc0 { display:none !important; }}







#s-5d91f9dc-3fa2-4a96-b222-5854dc5a9cc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d91f9dc-3fa2-4a96-b222-5854dc5a9cc0.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-0626437a-7a76-4e68-84bb-bb83c5c4f19e {
  margin-top: 14px;
margin-bottom: 14px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0626437a-7a76-4e68-84bb-bb83c5c4f19e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  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-686cb09d-da33-495b-bf09-bde3f29878f2 {
  margin-top: 5px;
margin-bottom: 5px;
}

.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-a178924a-a3c0-480d-b319-2275fa046e54 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-bottom: 35px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(100, 100, 100, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-a178924a-a3c0-480d-b319-2275fa046e54:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a178924a-a3c0-480d-b319-2275fa046e54:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a178924a-a3c0-480d-b319-2275fa046e54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef21e15b-81bc-4b52-87e5-5ab25585f086 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ef21e15b-81bc-4b52-87e5-5ab25585f086 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef21e15b-81bc-4b52-87e5-5ab25585f086 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef21e15b-81bc-4b52-87e5-5ab25585f086 {
  
}
}@media (max-width: 767px){#s-ef21e15b-81bc-4b52-87e5-5ab25585f086 {
  display: none;
}
#s-ef21e15b-81bc-4b52-87e5-5ab25585f086, #wrap-s-ef21e15b-81bc-4b52-87e5-5ab25585f086 { display:none !important; }}







#s-ef21e15b-81bc-4b52-87e5-5ab25585f086 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef21e15b-81bc-4b52-87e5-5ab25585f086.shg-box.shg-c {
  justify-content: center;
}

#s-acbf61a7-19e8-4c19-96ba-0ee947a09338 {
  border-style: solid;
padding-left: 28px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 14px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.51);
}
@media (min-width: 1200px){#s-acbf61a7-19e8-4c19-96ba-0ee947a09338 {
  display: none;
}
#s-acbf61a7-19e8-4c19-96ba-0ee947a09338, #wrap-s-acbf61a7-19e8-4c19-96ba-0ee947a09338 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acbf61a7-19e8-4c19-96ba-0ee947a09338 {
  display: none;
}
#s-acbf61a7-19e8-4c19-96ba-0ee947a09338, #wrap-s-acbf61a7-19e8-4c19-96ba-0ee947a09338 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-acbf61a7-19e8-4c19-96ba-0ee947a09338 {
  display: none;
}
#s-acbf61a7-19e8-4c19-96ba-0ee947a09338, #wrap-s-acbf61a7-19e8-4c19-96ba-0ee947a09338 { display:none !important; }}@media (max-width: 767px){#s-acbf61a7-19e8-4c19-96ba-0ee947a09338 {
  max-width: 100%;
}
}







#s-acbf61a7-19e8-4c19-96ba-0ee947a09338 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acbf61a7-19e8-4c19-96ba-0ee947a09338.shg-box.shg-c {
  justify-content: center;
}

#s-41e977af-98f2-4025-ae19-660a8279b906 {
  margin-top: 14px;
margin-bottom: 14px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41e977af-98f2-4025-ae19-660a8279b906 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-96fed1b6-9b88-4a3c-b2da-290c3f49fa2d {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-f267ba35-faa3-4b5d-b445-bfbc9974afb2 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-bottom: 35px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(100, 100, 100, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-f267ba35-faa3-4b5d-b445-bfbc9974afb2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f267ba35-faa3-4b5d-b445-bfbc9974afb2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f267ba35-faa3-4b5d-b445-bfbc9974afb2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e9a3954-67c1-430e-977e-9dc92bc1d971 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-2e9a3954-67c1-430e-977e-9dc92bc1d971 {
  display: none;
}
#s-2e9a3954-67c1-430e-977e-9dc92bc1d971, #wrap-s-2e9a3954-67c1-430e-977e-9dc92bc1d971 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e9a3954-67c1-430e-977e-9dc92bc1d971 {
  display: none;
}
#s-2e9a3954-67c1-430e-977e-9dc92bc1d971, #wrap-s-2e9a3954-67c1-430e-977e-9dc92bc1d971 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e9a3954-67c1-430e-977e-9dc92bc1d971 {
  display: none;
}
#s-2e9a3954-67c1-430e-977e-9dc92bc1d971, #wrap-s-2e9a3954-67c1-430e-977e-9dc92bc1d971 { display:none !important; }}







#s-2e9a3954-67c1-430e-977e-9dc92bc1d971 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e9a3954-67c1-430e-977e-9dc92bc1d971.shg-box.shg-c {
  justify-content: center;
}

#s-4738da6e-5a6e-4d11-bb55-eed80e516b07 {
  padding-top: 22px;
padding-bottom: 22px;
min-height: 50px;
background-color: rgba(129, 130, 142, 1);
}








#s-4738da6e-5a6e-4d11-bb55-eed80e516b07 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-4738da6e-5a6e-4d11-bb55-eed80e516b07.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33 {
  padding-top: 8px;
padding-bottom: 8px;
}

@media (min-width: 0px) {
[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf01a291-a8e5-4c24-ae0e-fd5d10075c33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f9b89622-b80d-4875-9460-bb85a796d6e7 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
}

#s-c63eb63e-b79f-48c0-8374-4b18ad113c12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c63eb63e-b79f-48c0-8374-4b18ad113c12 .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-10f44b32-b4ec-4a0e-91ed-4ee8238a3998 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}

#s-40de27e9-ec5e-4580-ae3e-dd051820a5bf {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-40de27e9-ec5e-4580-ae3e-dd051820a5bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40de27e9-ec5e-4580-ae3e-dd051820a5bf.shg-box.shg-c {
  justify-content: center;
}

#s-28b019bc-0732-4b33-bdb8-ee18bc396888 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
}

#s-913fe3b2-2e19-4c6d-b235-9bc6a3cd4246 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-39d5b0fe-1ebe-4d57-af26-6cd2b499cf5a {
  min-height: 50px;
}








#s-39d5b0fe-1ebe-4d57-af26-6cd2b499cf5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39d5b0fe-1ebe-4d57-af26-6cd2b499cf5a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d5a1b92a-6a82-464b-80d4-e26c7eb9490b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6886b60b-378c-45a5-903e-99b92d326547 {
  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-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe {
  text-align: left;
}


.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe {
  max-width: 100%;
}

.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe .shg-image-zoom,
.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe {
  max-width: 100%;
}

.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe .shg-image-zoom,
.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe {
  max-width: 100%;
}

.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe .shg-image-zoom,
.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe {
  max-width: 100%;
}

.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe .shg-image-zoom,
.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe {
  max-width: 100%;
}

.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe .shg-image-zoom,
.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-113d78ae-e11e-40fb-b2ce-a5c7fb43d6fe .shg-image-zoom {
  
    margin-left: 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-46fcd8c1-a9d3-4649-8a8a-fc05ecae8a68 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-46fcd8c1-a9d3-4649-8a8a-fc05ecae8a68 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 18px;
}

.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-d2437ea4-752d-49c9-9b1b-32eb79178c21 {
  margin-top: 6px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 170px;
text-align: center;
background-color: rgba(229, 138, 138, 1);
}
#s-d2437ea4-752d-49c9-9b1b-32eb79178c21:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2437ea4-752d-49c9-9b1b-32eb79178c21:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d2437ea4-752d-49c9-9b1b-32eb79178c21 {
  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-d2437ea4-752d-49c9-9b1b-32eb79178c21.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2437ea4-752d-49c9-9b1b-32eb79178c21.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}

#s-d2437ea4-752d-49c9-9b1b-32eb79178c21.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-27189c04-ba72-4200-a03d-2e1e142a3b78 {
  margin-bottom: 30px;
}

#s-fd9a95c5-b6e6-43d5-b117-787c5cd20a33 {
  display: none;
}
#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 {
  text-align: left;
}


.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 {
  max-width: 100%;
}

.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 .shg-image-zoom,
.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 {
  max-width: 100%;
}

.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 .shg-image-zoom,
.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 {
  max-width: 100%;
}

.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 .shg-image-zoom,
.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 {
  max-width: 100%;
}

.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 .shg-image-zoom,
.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 {
  max-width: 100%;
}

.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 .shg-image-zoom,
.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd2c0692-b3ef-4d22-849a-c9a4157fc231 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-072674ce-e37c-4287-9063-18c2485144c7 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-072674ce-e37c-4287-9063-18c2485144c7 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 18px;
}

#s-b6a3cad5-f82d-4723-9715-d9e76f845904 {
  margin-top: 6px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 170px;
text-align: center;
background-color: rgba(229, 138, 138, 1);
}
#s-b6a3cad5-f82d-4723-9715-d9e76f845904:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6a3cad5-f82d-4723-9715-d9e76f845904:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b6a3cad5-f82d-4723-9715-d9e76f845904 {
  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-b6a3cad5-f82d-4723-9715-d9e76f845904.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6a3cad5-f82d-4723-9715-d9e76f845904.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}

#s-b6a3cad5-f82d-4723-9715-d9e76f845904.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dfec2eb8-c265-4476-8d21-745da67dc264 {
  margin-bottom: 30px;
}

#s-9be1a6fd-48a6-4017-80a4-b07b0d3b8daa {
  display: none;
}
#s-a23928c4-fac6-46c2-99ca-e538c37f003f {
  text-align: left;
}


.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f {
  max-width: 100%;
}

.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f .shg-image-zoom,
.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f {
  max-width: 100%;
}

.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f .shg-image-zoom,
.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f {
  max-width: 100%;
}

.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f .shg-image-zoom,
.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f {
  max-width: 100%;
}

.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f .shg-image-zoom,
.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f {
  max-width: 100%;
}

.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f .shg-image-zoom,
.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a23928c4-fac6-46c2-99ca-e538c37f003f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ddcaeb0d-173b-43c8-bc27-03e341730c32 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-ddcaeb0d-173b-43c8-bc27-03e341730c32 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 18px;
}

#s-2219c848-aba3-4839-8e62-d012c9e7363c {
  margin-top: 6px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 170px;
text-align: center;
background-color: rgba(229, 138, 138, 1);
}
#s-2219c848-aba3-4839-8e62-d012c9e7363c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2219c848-aba3-4839-8e62-d012c9e7363c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2219c848-aba3-4839-8e62-d012c9e7363c {
  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-2219c848-aba3-4839-8e62-d012c9e7363c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2219c848-aba3-4839-8e62-d012c9e7363c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}

#s-2219c848-aba3-4839-8e62-d012c9e7363c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9da5dd87-957a-48c2-8d5e-32bb63affc3e {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-89c6b7ba-3e83-41f1-b55b-366ddb792508"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9844be76-d0d1-4b9e-95b9-af9bf3add39b {
  display: none;
}
#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b {
  text-align: left;
}


.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b {
  max-width: 100%;
}

.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b .shg-image-zoom,
.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b {
  max-width: 100%;
}

.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b .shg-image-zoom,
.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b {
  max-width: 100%;
}

.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b .shg-image-zoom,
.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b {
  max-width: 100%;
}

.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b .shg-image-zoom,
.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b {
  max-width: 100%;
}

.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b .shg-image-zoom,
.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d2ef166-b7f9-4fed-9f99-f97932d50c3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-752ee736-85e6-4315-9dc3-78052b714e9f {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-752ee736-85e6-4315-9dc3-78052b714e9f .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 18px;
}

#s-35dfa1bf-50b4-43ce-b839-5fe81576c23f {
  margin-top: 6px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 170px;
text-align: center;
background-color: rgba(229, 138, 138, 1);
}
#s-35dfa1bf-50b4-43ce-b839-5fe81576c23f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35dfa1bf-50b4-43ce-b839-5fe81576c23f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35dfa1bf-50b4-43ce-b839-5fe81576c23f {
  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-35dfa1bf-50b4-43ce-b839-5fe81576c23f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35dfa1bf-50b4-43ce-b839-5fe81576c23f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}

#s-35dfa1bf-50b4-43ce-b839-5fe81576c23f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3aa3952c-6368-4e88-81c7-63ec48d91273 {
  margin-bottom: 30px;
}

#s-3ef87300-0eea-4443-9eef-c9991e7b76a9 {
  display: none;
}
#s-21805d2d-64ae-496d-80f8-7a422b4efcab {
  text-align: left;
}


.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab {
  max-width: 100%;
}

.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab .shg-image-zoom,
.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab {
  max-width: 100%;
}

.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab .shg-image-zoom,
.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab {
  max-width: 100%;
}

.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab .shg-image-zoom,
.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab {
  max-width: 100%;
}

.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab .shg-image-zoom,
.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab {
  max-width: 100%;
}

.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab .shg-image-zoom,
.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21805d2d-64ae-496d-80f8-7a422b4efcab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d9842ba3-1d13-470f-8a0f-b14667ed62f1 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-d9842ba3-1d13-470f-8a0f-b14667ed62f1 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 18px;
}

#s-edaeb751-3f03-4099-896e-3fcbef6b749a {
  margin-top: 6px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 170px;
text-align: center;
background-color: rgba(229, 138, 138, 1);
}
#s-edaeb751-3f03-4099-896e-3fcbef6b749a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-edaeb751-3f03-4099-896e-3fcbef6b749a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-edaeb751-3f03-4099-896e-3fcbef6b749a {
  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-edaeb751-3f03-4099-896e-3fcbef6b749a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-edaeb751-3f03-4099-896e-3fcbef6b749a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}

#s-edaeb751-3f03-4099-896e-3fcbef6b749a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-94c3c802-b1dd-4e70-99db-808f074d71c7 {
  margin-bottom: 30px;
}

#s-604587c3-1e52-4bc8-9578-a4259e1a5557 {
  min-height: 50px;
}








#s-604587c3-1e52-4bc8-9578-a4259e1a5557 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-604587c3-1e52-4bc8-9578-a4259e1a5557.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-ee51d763-6db8-4157-b26b-20193b62b65d {
  text-align: center;
}




  #s-ee51d763-6db8-4157-b26b-20193b62b65d img.shogun-image {
    
    width: px;
  }


#s-ee51d763-6db8-4157-b26b-20193b62b65d .shogun-image-content {
  
    align-items: center;
  
}

#s-49cd9e69-d6be-4ef3-a144-73e3c4ceef22 {
  padding-top: 5px;
}

#s-021e699f-30f5-4bce-ade4-ad61f8c15402 {
  padding-top: 5px;
padding-right: 22px;
}

#s-e18c16cb-e2e7-4ce3-a832-69d9103851a9 {
  margin-top: 28px;
margin-bottom: 30px;
padding-top: 9px;
}

#s-ca4a132a-dd71-442d-a85d-2a3647f85919 {
  margin-top: -5px;
margin-bottom: -5px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ca4a132a-dd71-442d-a85d-2a3647f85919"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-87401c71-0cf2-4ee0-9579-b16f84be8f19 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}





#s-87401c71-0cf2-4ee0-9579-b16f84be8f19 .shogun-image-content {
  
    align-items: center;
  
}

#s-c499c90f-fc78-49f2-b64d-138f4333cef5 {
  padding-top: 19px;
padding-left: 20px;
padding-bottom: 46px;
padding-right: 20px;
min-height: 50px;
}








#s-c499c90f-fc78-49f2-b64d-138f4333cef5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c499c90f-fc78-49f2-b64d-138f4333cef5.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f300c30b-e616-496c-a52c-2237c5ee6662"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-137139d8-e577-4861-89f5-794c1a3e89a8 {
  margin-top: 35px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
}

#s-682244e3-b374-464c-a039-d7e3444e58db {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-b4adcd32-1301-40d8-b587-5e48dcb96a91 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(229, 138, 138, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-b4adcd32-1301-40d8-b587-5e48dcb96a91:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4adcd32-1301-40d8-b587-5e48dcb96a91:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b4adcd32-1301-40d8-b587-5e48dcb96a91.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-e2f1c9c3-7b36-4c4f-91d1-283a0ed74c94 {
  text-align: center;
}




  #s-e2f1c9c3-7b36-4c4f-91d1-283a0ed74c94 img.shogun-image {
    
    width: px;
  }


#s-e2f1c9c3-7b36-4c4f-91d1-283a0ed74c94 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ba55fe71-2bbf-4901-8411-2d2847105abd {
  padding-top: 15px;
padding-left: 7%;
padding-bottom: 15px;
padding-right: 7%;
min-height: 50px;
background-color: rgba(223, 223, 223, 1);
}
@media (min-width: 1200px){#s-ba55fe71-2bbf-4901-8411-2d2847105abd {
  display: none;
}
#s-ba55fe71-2bbf-4901-8411-2d2847105abd, #wrap-s-ba55fe71-2bbf-4901-8411-2d2847105abd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba55fe71-2bbf-4901-8411-2d2847105abd {
  display: none;
}
#s-ba55fe71-2bbf-4901-8411-2d2847105abd, #wrap-s-ba55fe71-2bbf-4901-8411-2d2847105abd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba55fe71-2bbf-4901-8411-2d2847105abd {
  display: none;
}
#s-ba55fe71-2bbf-4901-8411-2d2847105abd, #wrap-s-ba55fe71-2bbf-4901-8411-2d2847105abd { display:none !important; }}







#s-ba55fe71-2bbf-4901-8411-2d2847105abd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba55fe71-2bbf-4901-8411-2d2847105abd.shg-box.shg-c {
  justify-content: center;
}

#s-4378b461-d858-4213-9f5c-2225bc0a68d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4378b461-d858-4213-9f5c-2225bc0a68d4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-68286346-a901-4901-b906-4c26daea9f4e {
  margin-top: 23px;
margin-bottom: 23px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-68286346-a901-4901-b906-4c26daea9f4e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68286346-a901-4901-b906-4c26daea9f4e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-68286346-a901-4901-b906-4c26daea9f4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-691a1edb-3679-4345-a255-311ce2a5b93e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-691a1edb-3679-4345-a255-311ce2a5b93e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-691a1edb-3679-4345-a255-311ce2a5b93e.shg-box.shg-c {
  justify-content: center;
}

#s-90ae2a9d-93fa-4509-be97-63623e0e85a6 {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 200px;
background-color: rgba(255, 255, 255, 0.57);
}
@media (max-width: 767px){#s-90ae2a9d-93fa-4509-be97-63623e0e85a6 {
  
}
}







#s-90ae2a9d-93fa-4509-be97-63623e0e85a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90ae2a9d-93fa-4509-be97-63623e0e85a6.shg-box.shg-c {
  justify-content: center;
}

#s-1cdae56e-d775-4149-884d-4b3cacd6d7e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1cdae56e-d775-4149-884d-4b3cacd6d7e5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-940b3548-e87e-4568-9cb0-84e22197d4c7 {
  margin-top: 23px;
margin-bottom: 23px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-940b3548-e87e-4568-9cb0-84e22197d4c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-940b3548-e87e-4568-9cb0-84e22197d4c7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-940b3548-e87e-4568-9cb0-84e22197d4c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6c520d6a-d596-40dc-a21a-8997afdbdf35 {
  padding-left: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(129, 130, 142, 1);
}








#s-6c520d6a-d596-40dc-a21a-8997afdbdf35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c520d6a-d596-40dc-a21a-8997afdbdf35.shg-box.shg-c {
  justify-content: center;
}

#s-51d7570a-af4c-4e74-9477-45954c24c21f {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
}

#s-b4420eb6-2466-4622-acd9-fc659d7baab8 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 40px;
max-width: 400px;
text-align: center;
}




  #s-b4420eb6-2466-4622-acd9-fc659d7baab8 img.shogun-image {
    
    width: px;
  }


#s-b4420eb6-2466-4622-acd9-fc659d7baab8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f7433a3-4582-4b7a-9c2a-e2dfe1d45a9e {
  padding-top: 43px;
padding-left: 6%;
padding-bottom: 43px;
padding-right: 6%;
min-height: 50px;
background-color: rgba(129, 130, 142, 1);
}








#s-2f7433a3-4582-4b7a-9c2a-e2dfe1d45a9e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-2f7433a3-4582-4b7a-9c2a-e2dfe1d45a9e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-11d871b6-c405-4ed7-9090-d847c9eb210a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}








#s-11d871b6-c405-4ed7-9090-d847c9eb210a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11d871b6-c405-4ed7-9090-d847c9eb210a.shg-box.shg-c {
  justify-content: center;
}

#s-83d320dd-d4bb-4482-8c1a-ddab3c9cd62d {
  padding-top: 62px;
padding-left: 80px;
padding-bottom: 0px;
padding-right: 80px;
min-height: 50px;
background-color: rgba(132, 151, 182, 1);
}








#s-83d320dd-d4bb-4482-8c1a-ddab3c9cd62d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83d320dd-d4bb-4482-8c1a-ddab3c9cd62d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050 {
  margin-top: 22px;
margin-bottom: 22px;
padding-top: 33px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 46.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 46.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 46.666666666666664px);
}

[id="s-7ff7f08e-9bf6-4d6a-8523-cda5d06a3050"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 46.666666666666664px);
}

}

#s-76ecf870-462c-4cf5-b015-5e810c6731dc {
  margin-left: auto;
margin-right: auto;
max-width: 93px;
text-align: center;
}




  #s-76ecf870-462c-4cf5-b015-5e810c6731dc img.shogun-image {
    
    width: px;
  }


#s-76ecf870-462c-4cf5-b015-5e810c6731dc .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-946888c8-a573-414a-9aaf-696586b9ae53 {
  margin-top: 20px;
margin-bottom: 40px;
}

#s-1bdc077d-f302-48c8-9868-c3a5f83ab821 {
  min-height: 50px;
}








#s-1bdc077d-f302-48c8-9868-c3a5f83ab821 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bdc077d-f302-48c8-9868-c3a5f83ab821.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c74bcb4f-878b-450f-9192-785d927a28c5 {
  margin-left: auto;
margin-right: auto;
max-width: 73px;
text-align: center;
}




  #s-c74bcb4f-878b-450f-9192-785d927a28c5 img.shogun-image {
    
    width: px;
  }


#s-c74bcb4f-878b-450f-9192-785d927a28c5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-54e9a8c0-a9ad-42c1-ba26-5633dce4b677 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-5a78c2a0-44fd-47d2-ba34-6c32a7584e22 {
  min-height: 50px;
}








#s-5a78c2a0-44fd-47d2-ba34-6c32a7584e22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a78c2a0-44fd-47d2-ba34-6c32a7584e22.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5d9f9b72-c068-4213-9acc-ae94e485cb52 {
  margin-left: auto;
margin-right: auto;
max-width: 84px;
text-align: center;
}




  #s-5d9f9b72-c068-4213-9acc-ae94e485cb52 img.shogun-image {
    
    width: px;
  }


#s-5d9f9b72-c068-4213-9acc-ae94e485cb52 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-774bd657-bdf2-4753-9a0b-f0f2abe0e19e {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-a12022fd-3ff0-4080-ab88-7124d1b68dc1 {
  min-height: 50px;
}








#s-a12022fd-3ff0-4080-ab88-7124d1b68dc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a12022fd-3ff0-4080-ab88-7124d1b68dc1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9e1f7710-447d-44e7-808d-65eceab4e26f {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: left center;
}








#s-9e1f7710-447d-44e7-808d-65eceab4e26f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e1f7710-447d-44e7-808d-65eceab4e26f.shg-box.shg-c {
  justify-content: center;
}

#s-defb2ebc-76f9-492c-a6b9-59f6a6b15215 {
  padding-top: 62px;
padding-left: 80px;
padding-bottom: 0px;
padding-right: 80px;
min-height: 50px;
background-color: rgba(132, 151, 182, 1);
}








#s-defb2ebc-76f9-492c-a6b9-59f6a6b15215 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-defb2ebc-76f9-492c-a6b9-59f6a6b15215.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9 {
  margin-top: 22px;
margin-bottom: 22px;
padding-top: 33px;
padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 46.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 46.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 46.666666666666664px);
}

[id="s-e7e0d324-7dcd-44d4-ae65-ff325fd95cd9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 46.666666666666664px);
}

}

#s-d174c5fe-8089-47c1-8815-8af40d455126 {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}




  #s-d174c5fe-8089-47c1-8815-8af40d455126 img.shogun-image {
    
    width: px;
  }


#s-d174c5fe-8089-47c1-8815-8af40d455126 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-016efc4d-56f5-4cb0-840a-a434e460f025 {
  margin-top: 20px;
margin-bottom: 40px;
}

#s-852b31a5-5ad3-4790-8514-4c05fc64ecde {
  min-height: 50px;
}








#s-852b31a5-5ad3-4790-8514-4c05fc64ecde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-852b31a5-5ad3-4790-8514-4c05fc64ecde.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c2c1a4d2-1989-4d22-8dba-1554f7627a88 {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}




  #s-c2c1a4d2-1989-4d22-8dba-1554f7627a88 img.shogun-image {
    
    width: px;
  }


#s-c2c1a4d2-1989-4d22-8dba-1554f7627a88 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ca92bb6d-39c9-4101-bd1e-9a563251dae3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-f403143f-92c3-4d87-8b9d-a80a1c1df5f5 {
  min-height: 50px;
}








#s-f403143f-92c3-4d87-8b9d-a80a1c1df5f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f403143f-92c3-4d87-8b9d-a80a1c1df5f5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ae64943b-fbd5-48dd-ac83-be173da8ef5f {
  margin-left: auto;
margin-right: auto;
max-width: 108px;
text-align: center;
}




  #s-ae64943b-fbd5-48dd-ac83-be173da8ef5f img.shogun-image {
    
    width: px;
  }


#s-ae64943b-fbd5-48dd-ac83-be173da8ef5f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-581fe543-0572-4725-b604-19b3a1a77c45 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-cbc9181a-ba6d-42a9-9c7d-ee8bacd67263 {
  min-height: 50px;
}








#s-cbc9181a-ba6d-42a9-9c7d-ee8bacd67263 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbc9181a-ba6d-42a9-9c7d-ee8bacd67263.shg-box.shg-c {
  justify-content: flex-start;
}

#s-750f0ab0-8c38-4263-9a52-49136799a071 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 700px;
background-position: center center;
}








#s-750f0ab0-8c38-4263-9a52-49136799a071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-750f0ab0-8c38-4263-9a52-49136799a071.shg-box.shg-c {
  justify-content: center;
}

#s-beb16a10-9cb1-4cde-90d1-79748fc5841b {
  padding-top: 19px;
padding-left: 20px;
padding-bottom: 46px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(122, 122, 122, 1);
}








#s-beb16a10-9cb1-4cde-90d1-79748fc5841b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beb16a10-9cb1-4cde-90d1-79748fc5841b.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9241a324-01a9-4d4f-bb52-eff4e9385c8a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ecaf1670-7cbf-41f2-8c33-aa91e096aad2 {
  margin-top: 35px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
}

#s-2275aebf-764d-4d27-b7ff-ffc4f5947e95 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-ee9c0962-6e49-43f1-b4a8-73ad0196c175 {
  margin-top: 62px;
margin-left: auto;
margin-bottom: 62px;
margin-right: auto;
padding-top: 25px;
padding-left: 0px;
padding-bottom: 25px;
padding-right: 0px;
max-width: 700px;
text-align: center;
}




  #s-ee9c0962-6e49-43f1-b4a8-73ad0196c175 img.shogun-image {
    
    width: px;
  }


#s-ee9c0962-6e49-43f1-b4a8-73ad0196c175 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-affec27d-c170-42cd-a091-3974ac8cd865 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position:  center;
}








#s-affec27d-c170-42cd-a091-3974ac8cd865 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-affec27d-c170-42cd-a091-3974ac8cd865.shg-box.shg-c {
  justify-content: center;
}

#s-dc246c72-83d8-4295-a8e2-6bfe39000fb9 {
  padding-top: 19px;
padding-left: 20px;
padding-bottom: 46px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(192, 157, 157, 1);
}








#s-dc246c72-83d8-4295-a8e2-6bfe39000fb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc246c72-83d8-4295-a8e2-6bfe39000fb9.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0b1af906-2177-46d5-82e1-47be5a249700"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f6d6a378-5257-4cb8-a679-10a89c076ef9 {
  margin-top: 35px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
}

#s-c22f805a-6b5c-489e-8940-2a94cc5cab15 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-9c874ab2-4f3a-45f5-b50b-6f4f8d03096f {
  margin-top: 53px;
margin-bottom: 53px;
padding-top: 20px;
padding-left: 24px;
padding-bottom: 20px;
padding-right: 24px;
text-align: center;
}
@media (max-width: 767px){#s-9c874ab2-4f3a-45f5-b50b-6f4f8d03096f {
  display: none;
}
#s-9c874ab2-4f3a-45f5-b50b-6f4f8d03096f, #wrap-s-9c874ab2-4f3a-45f5-b50b-6f4f8d03096f { display:none !important; }}



  #s-9c874ab2-4f3a-45f5-b50b-6f4f8d03096f img.shogun-image {
    
    width: px;
  }


#s-9c874ab2-4f3a-45f5-b50b-6f4f8d03096f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-de5256a8-7e41-4d78-a4e5-692837bccb22 {
  padding-top: 54px;
padding-left: 66px;
padding-bottom: 54px;
padding-right: 66px;
text-align: center;
}
@media (min-width: 1200px){#s-de5256a8-7e41-4d78-a4e5-692837bccb22 {
  display: none;
}
#s-de5256a8-7e41-4d78-a4e5-692837bccb22, #wrap-s-de5256a8-7e41-4d78-a4e5-692837bccb22 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de5256a8-7e41-4d78-a4e5-692837bccb22 {
  display: none;
}
#s-de5256a8-7e41-4d78-a4e5-692837bccb22, #wrap-s-de5256a8-7e41-4d78-a4e5-692837bccb22 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de5256a8-7e41-4d78-a4e5-692837bccb22 {
  display: none;
}
#s-de5256a8-7e41-4d78-a4e5-692837bccb22, #wrap-s-de5256a8-7e41-4d78-a4e5-692837bccb22 { display:none !important; }}



  #s-de5256a8-7e41-4d78-a4e5-692837bccb22 img.shogun-image {
    
    width: px;
  }


#s-de5256a8-7e41-4d78-a4e5-692837bccb22 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e2d0abee-ac78-42d0-9de7-7d5f94f8392a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: right center;
}








#s-e2d0abee-ac78-42d0-9de7-7d5f94f8392a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2d0abee-ac78-42d0-9de7-7d5f94f8392a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f5980ee-6d47-4944-9504-6c362b088ebc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-76ea7217-4b92-4b1a-a51c-f2942461a455 {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(223, 223, 223, 0.72);
}
@media (max-width: 767px){#s-76ea7217-4b92-4b1a-a51c-f2942461a455 {
  display: none;
}
#s-76ea7217-4b92-4b1a-a51c-f2942461a455, #wrap-s-76ea7217-4b92-4b1a-a51c-f2942461a455 { display:none !important; }}







#s-76ea7217-4b92-4b1a-a51c-f2942461a455 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76ea7217-4b92-4b1a-a51c-f2942461a455.shg-box.shg-c {
  justify-content: center;
}

#s-b1201151-df1c-4975-9b05-76b52237918c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1201151-df1c-4975-9b05-76b52237918c .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8c1bc8aa-dc6c-4653-abf9-f4fcfa71754f {
  margin-top: 23px;
margin-bottom: 23px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8c1bc8aa-dc6c-4653-abf9-f4fcfa71754f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c1bc8aa-dc6c-4653-abf9-f4fcfa71754f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8c1bc8aa-dc6c-4653-abf9-f4fcfa71754f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-24e1af27-44ea-4b25-acf4-793e44b6d081 {
  padding-top: 19px;
padding-bottom: 19px;
min-height: 50px;
}








#s-24e1af27-44ea-4b25-acf4-793e44b6d081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24e1af27-44ea-4b25-acf4-793e44b6d081.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2305c54b-7c82-45de-99f2-72241d27c469 {
  margin-top: 35px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
}

#s-2fd3749c-9d84-4eb4-914b-f8d96d7daaad {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}

#s-19ad039a-6569-440f-b732-a2578741c55b {
  min-height: 40px;
text-align: center;
}





#s-19ad039a-6569-440f-b732-a2578741c55b .shogun-image-content {
  
    align-items:  flex-start;
  
}

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