.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-0ce5fb0b-c83d-468e-b98b-83e48dac78f7 {
  min-height: 50px;
}








#s-0ce5fb0b-c83d-468e-b98b-83e48dac78f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ce5fb0b-c83d-468e-b98b-83e48dac78f7.shg-box.shg-c {
  justify-content: center;
}

#s-6eb8fe3a-75ea-4099-a43b-5b5179be00cc {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-repeat: repeat;
}
@media (min-width: 768px) and (max-width: 991px){#s-6eb8fe3a-75ea-4099-a43b-5b5179be00cc {
  display: none;
}
#s-6eb8fe3a-75ea-4099-a43b-5b5179be00cc, #wrap-s-6eb8fe3a-75ea-4099-a43b-5b5179be00cc { display:none !important; }}@media (max-width: 767px){#s-6eb8fe3a-75ea-4099-a43b-5b5179be00cc {
  display: none;
}
#s-6eb8fe3a-75ea-4099-a43b-5b5179be00cc, #wrap-s-6eb8fe3a-75ea-4099-a43b-5b5179be00cc { display:none !important; }}







#s-6eb8fe3a-75ea-4099-a43b-5b5179be00cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6eb8fe3a-75ea-4099-a43b-5b5179be00cc.shg-box.shg-c {
  justify-content: center;
}

#s-e998cba8-521f-46e9-b2b4-5ae41c0dd06c {
  margin-top: 0px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-e998cba8-521f-46e9-b2b4-5ae41c0dd06c {
  display: none;
}
#s-e998cba8-521f-46e9-b2b4-5ae41c0dd06c, #wrap-s-e998cba8-521f-46e9-b2b4-5ae41c0dd06c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e998cba8-521f-46e9-b2b4-5ae41c0dd06c {
  display: none;
}
#s-e998cba8-521f-46e9-b2b4-5ae41c0dd06c, #wrap-s-e998cba8-521f-46e9-b2b4-5ae41c0dd06c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e998cba8-521f-46e9-b2b4-5ae41c0dd06c {
  display: none;
}
#s-e998cba8-521f-46e9-b2b4-5ae41c0dd06c, #wrap-s-e998cba8-521f-46e9-b2b4-5ae41c0dd06c { display:none !important; }}@media (max-width: 767px){#s-e998cba8-521f-46e9-b2b4-5ae41c0dd06c {
  display: none;
}
#s-e998cba8-521f-46e9-b2b4-5ae41c0dd06c, #wrap-s-e998cba8-521f-46e9-b2b4-5ae41c0dd06c { display:none !important; }}







#s-e998cba8-521f-46e9-b2b4-5ae41c0dd06c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e998cba8-521f-46e9-b2b4-5ae41c0dd06c.shg-box.shg-c {
  justify-content: 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-c6b00fc6-b3c0-4e97-a424-10d4bdd0c5bf {
  margin-left: auto;
margin-right: auto;
max-width: 1437px;
background-repeat: repeat;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-c6b00fc6-b3c0-4e97-a424-10d4bdd0c5bf {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-c6b00fc6-b3c0-4e97-a424-10d4bdd0c5bf {
  
}
}







#s-c6b00fc6-b3c0-4e97-a424-10d4bdd0c5bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6b00fc6-b3c0-4e97-a424-10d4bdd0c5bf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d29d22bd-499d-4ebe-a961-5abc723222de {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d29d22bd-499d-4ebe-a961-5abc723222de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d29d22bd-499d-4ebe-a961-5abc723222de.shg-box.shg-c {
  justify-content: flex-end;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.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-f7cb87ee-1718-4e5d-8f46-1542ac046703 {
  margin-top: -180px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f7cb87ee-1718-4e5d-8f46-1542ac046703 {
  margin-top: -120px;
}
}



  #s-f7cb87ee-1718-4e5d-8f46-1542ac046703 img.shogun-image {
    
    width: px;
  }


#s-f7cb87ee-1718-4e5d-8f46-1542ac046703 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e9bca49-b2a3-4fee-86b7-c49ac7d3307e {
  background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
@media (min-width: 1200px){#s-5e9bca49-b2a3-4fee-86b7-c49ac7d3307e {
  
}
}







#s-5e9bca49-b2a3-4fee-86b7-c49ac7d3307e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e9bca49-b2a3-4fee-86b7-c49ac7d3307e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-22acd715-9abd-42af-95d8-c556b0fde31e {
  margin-bottom: 0px;
}








#s-22acd715-9abd-42af-95d8-c556b0fde31e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22acd715-9abd-42af-95d8-c556b0fde31e.shg-box.shg-c {
  justify-content: center;
}

#s-74e2256d-2f46-49c5-8529-7276e154a3ff {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
}

#s-017e916d-603a-4f2e-ad6e-23d6fde94611 {
  margin-top: 0px;
padding-bottom: 24px;
}








#s-017e916d-603a-4f2e-ad6e-23d6fde94611 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-017e916d-603a-4f2e-ad6e-23d6fde94611.shg-box.shg-c {
  justify-content: flex-start;
}

#s-88a67d05-1edd-4952-8ed5-e00ed3fdc03c {
  margin-bottom: 24px;
text-align: center;
}




  #s-88a67d05-1edd-4952-8ed5-e00ed3fdc03c img.shogun-image {
    
    width: px;
  }


#s-88a67d05-1edd-4952-8ed5-e00ed3fdc03c .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-d6413dda-1348-4dfd-9b7e-e7da577a0daa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-d6413dda-1348-4dfd-9b7e-e7da577a0daa .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-77beccfa-4381-463b-997b-1c710e9fb61c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-77beccfa-4381-463b-997b-1c710e9fb61c {
  margin-bottom: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-77beccfa-4381-463b-997b-1c710e9fb61c {
  margin-bottom: 80px;
}
}







#s-77beccfa-4381-463b-997b-1c710e9fb61c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77beccfa-4381-463b-997b-1c710e9fb61c.shg-box.shg-c {
  justify-content: center;
}

#s-5ab7decf-f9e1-40e9-9ca5-71da4442ac4c {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
}
@media (min-width: 1200px){#s-5ab7decf-f9e1-40e9-9ca5-71da4442ac4c {
  padding-bottom: 20px;
}
}
#s-6d723b49-c65c-4f6b-9d32-e80ecb1c989e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}








#s-6d723b49-c65c-4f6b-9d32-e80ecb1c989e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d723b49-c65c-4f6b-9d32-e80ecb1c989e.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

#s-f462e187-98a1-45ed-9f25-7515c596793e {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(196, 167, 122, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f462e187-98a1-45ed-9f25-7515c596793e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f462e187-98a1-45ed-9f25-7515c596793e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f462e187-98a1-45ed-9f25-7515c596793e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5034d3af-88a9-4f7c-ae3e-937937e8556f {
  background-repeat: no-repeat;
background-attachment: fixed;
min-height: 640px;
max-width: 100%;
background-position: center center;
}








#s-5034d3af-88a9-4f7c-ae3e-937937e8556f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5034d3af-88a9-4f7c-ae3e-937937e8556f.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-2bb86bce-ce80-4ef8-be7a-86beef039520 {
  margin-top: 160px;
}

@media (min-width: 0px) {
[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-2bb86bce-ce80-4ef8-be7a-86beef039520"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cda91387-9461-4c2a-9b0e-0b485c160d1a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-cda91387-9461-4c2a-9b0e-0b485c160d1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cda91387-9461-4c2a-9b0e-0b485c160d1a.shg-box.shg-c {
  justify-content: center;
}








#s-a48af461-4c6f-4974-a977-4b52a86a1f23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a48af461-4c6f-4974-a977-4b52a86a1f23.shg-box.shg-c {
  justify-content: center;
}

#s-ab638af7-ded2-487f-b393-803e8e56aa0b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 640px;
text-align: center;
}

#s-ab638af7-ded2-487f-b393-803e8e56aa0b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3973ed1a-5825-4a2d-a9cd-8915961fbe27 {
  margin-bottom: 40px;
min-height: 50px;
}








#s-3973ed1a-5825-4a2d-a9cd-8915961fbe27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3973ed1a-5825-4a2d-a9cd-8915961fbe27.shg-box.shg-c {
  justify-content: center;
}

#s-35afb1e1-c75b-42d2-b639-cef1c18e94ed {
  margin-left: auto;
margin-right: auto;
max-width: 620px;
}

#s-bc3cff2b-b62d-4ce6-b744-6691eb126b0c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}








#s-bc3cff2b-b62d-4ce6-b744-6691eb126b0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc3cff2b-b62d-4ce6-b744-6691eb126b0c.shg-box.shg-c {
  justify-content: center;
}

#s-7062273a-2968-4370-901a-15c3baabf8c8 {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(196, 167, 122, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7062273a-2968-4370-901a-15c3baabf8c8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7062273a-2968-4370-901a-15c3baabf8c8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7062273a-2968-4370-901a-15c3baabf8c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2a32bffc-c2c4-488f-9c4d-91367c2d647f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 641px;
}








#s-2a32bffc-c2c4-488f-9c4d-91367c2d647f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a32bffc-c2c4-488f-9c4d-91367c2d647f.shg-box.shg-c {
  justify-content: center;
}

#s-82839529-800f-4c9a-901b-94322b4e7e2d {
  text-align: center;
}




  #s-82839529-800f-4c9a-901b-94322b4e7e2d img.shogun-image {
    
    width: px;
  }


#s-82839529-800f-4c9a-901b-94322b4e7e2d .shogun-image-content {
  
    align-items: center;
  
}

#s-c9414cb6-ee0d-4fc8-af3a-5aaca70daa90 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}








#s-c9414cb6-ee0d-4fc8-af3a-5aaca70daa90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9414cb6-ee0d-4fc8-af3a-5aaca70daa90.shg-box.shg-c {
  justify-content: flex-end;
}

#s-fdb38ce3-8db9-4f2b-a092-ac75a4d8faae {
  margin-top: 180px;
min-height: 50px;
}








#s-fdb38ce3-8db9-4f2b-a092-ac75a4d8faae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdb38ce3-8db9-4f2b-a092-ac75a4d8faae.shg-box.shg-c {
  justify-content: center;
}

#s-c156bb35-4adf-49cf-80c2-114164612fbc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-c156bb35-4adf-49cf-80c2-114164612fbc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f523862d-5cf4-438a-9f57-ca8eef4358a9 {
  margin-bottom: 40px;
min-height: 50px;
}








#s-f523862d-5cf4-438a-9f57-ca8eef4358a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f523862d-5cf4-438a-9f57-ca8eef4358a9.shg-box.shg-c {
  justify-content: center;
}

#s-743f1951-159c-4923-97e8-e718b2be7537 {
  margin-left: auto;
margin-right: auto;
max-width: 770px;
}

#s-0dfa8887-8779-4bf9-bae8-45f39113752a {
  text-align: center;
}




  #s-0dfa8887-8779-4bf9-bae8-45f39113752a img.shogun-image {
    
    width: px;
  }


#s-0dfa8887-8779-4bf9-bae8-45f39113752a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b8abeb37-3fce-4ac0-8ac2-fa2cfd4f060c {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 80px;
}








#s-b8abeb37-3fce-4ac0-8ac2-fa2cfd4f060c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8abeb37-3fce-4ac0-8ac2-fa2cfd4f060c.shg-box.shg-c {
  justify-content: center;
}

#s-6f4dea4b-62ff-4697-b149-abbf93e4638b {
  background-image: url(https://i.shgcdn.com/ed57a912-834d-4833-9bf6-e3df5c6de97b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-color: rgba(197, 153, 73, 0);
text-align: center;
text-decoration: none;
hover-type: image;
color: rgba(255, 255, 255, 1);
background-position: left center;
}
#s-6f4dea4b-62ff-4697-b149-abbf93e4638b:hover {background-image: url(https://i.shgcdn.com/ed57a912-834d-4833-9bf6-e3df5c6de97b/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(197, 153, 73, 0) !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(196, 167, 122, 1) !important;}#s-6f4dea4b-62ff-4697-b149-abbf93e4638b:active {background-image: url(https://i.shgcdn.com/ea919a0d-d473-4d0e-85de-0ac8f4a89dfe/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-6f4dea4b-62ff-4697-b149-abbf93e4638b-btn-wrapper {
    text-align: center;
  }


#s-6f4dea4b-62ff-4697-b149-abbf93e4638b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-38a513e4-9a0f-47b1-93aa-69d8654d37f5 {
  margin-left: auto;
margin-right: auto;
max-width: 1437px;
}








#s-38a513e4-9a0f-47b1-93aa-69d8654d37f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38a513e4-9a0f-47b1-93aa-69d8654d37f5.shg-box.shg-c {
  justify-content: flex-end;
}

#s-7282c9fd-b626-413f-889c-9b4979681fbb {
  margin-top: -760px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(20, 23, 28, 1);
}








#s-7282c9fd-b626-413f-889c-9b4979681fbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7282c9fd-b626-413f-889c-9b4979681fbb.shg-box.shg-c {
  justify-content: center;
}

#s-cf5da940-7255-4a62-afb8-b5b5721398b3 {
  margin-top: 60px;
margin-left: auto;
margin-right: auto;
max-width: 480px;
}

#s-f301ac8b-e3ae-45e3-9713-6aeac0640a8d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-f301ac8b-e3ae-45e3-9713-6aeac0640a8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f301ac8b-e3ae-45e3-9713-6aeac0640a8d.shg-box.shg-c {
  justify-content: center;
}

#s-89886773-b778-48c3-83be-57586d0276d8 {
  background-image: url(https://i.shgcdn.com/438f88b2-8d82-4690-9183-141eb0ef7e4b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-color: rgba(197, 153, 73, 0);
text-align: center;
text-decoration: none;
hover-type: image;
color: rgba(255, 255, 255, 1);
background-position: left center;
}
#s-89886773-b778-48c3-83be-57586d0276d8:hover {background-image: url(https://i.shgcdn.com/438f88b2-8d82-4690-9183-141eb0ef7e4b/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(197, 153, 73, 0) !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(197, 153, 73, 1) !important;}#s-89886773-b778-48c3-83be-57586d0276d8:active {background-color: rgba(255, 38, 38, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-89886773-b778-48c3-83be-57586d0276d8-btn-wrapper {
    text-align: center;
  }


#s-89886773-b778-48c3-83be-57586d0276d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}








#s-a204d49c-39f8-45c6-88b9-20bdf4be322a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a204d49c-39f8-45c6-88b9-20bdf4be322a.shg-box.shg-c {
  justify-content: flex-end;
}

#s-e0545f6d-c236-4027-b27d-b84b97bae447 {
  margin-top: 140px;
min-height: 50px;
}








#s-e0545f6d-c236-4027-b27d-b84b97bae447 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0545f6d-c236-4027-b27d-b84b97bae447.shg-box.shg-c {
  justify-content: center;
}

#s-064f825d-185c-43c6-b7a7-d357ed483c31 {
  margin-top: 0px;
min-height: 50px;
}








#s-064f825d-185c-43c6-b7a7-d357ed483c31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-064f825d-185c-43c6-b7a7-d357ed483c31.shg-box.shg-c {
  justify-content: center;
}

#s-35cf78e6-ed69-480f-adb7-caf9a217ac39 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1234px;
text-align: center;
}

#s-35cf78e6-ed69-480f-adb7-caf9a217ac39 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9fbebcd2-697b-46f7-806d-d500a2875e42 {
  margin-top: 100px;
}

@media (min-width: 0px) {
[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9fbebcd2-697b-46f7-806d-d500a2875e42"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-ea5aa24d-3b16-43f8-9648-b110518ec093 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 641px;
}








#s-ea5aa24d-3b16-43f8-9648-b110518ec093 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea5aa24d-3b16-43f8-9648-b110518ec093.shg-box.shg-c {
  justify-content: center;
}

#s-5fc406e8-0e91-47e6-a60f-bd2fdfe16db0 {
  text-align: center;
}




  #s-5fc406e8-0e91-47e6-a60f-bd2fdfe16db0 img.shogun-image {
    
    width: px;
  }


#s-5fc406e8-0e91-47e6-a60f-bd2fdfe16db0 .shogun-image-content {
  
    align-items: center;
  
}

#s-90944400-a480-4942-a0a2-4e655cc2e956 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-90944400-a480-4942-a0a2-4e655cc2e956 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90944400-a480-4942-a0a2-4e655cc2e956.shg-box.shg-c {
  justify-content: center;
}








#s-45587931-d938-47d9-9dad-966b60b1cc50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45587931-d938-47d9-9dad-966b60b1cc50.shg-box.shg-c {
  justify-content: center;
}

#s-7ac150e7-5e51-49bb-90fc-0f3178a33166 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 640px;
text-align: center;
}

#s-7ac150e7-5e51-49bb-90fc-0f3178a33166 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5296ec4b-83e7-40e3-aaef-1112740425d0 {
  margin-bottom: 0px;
min-height: 50px;
}








#s-5296ec4b-83e7-40e3-aaef-1112740425d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5296ec4b-83e7-40e3-aaef-1112740425d0.shg-box.shg-c {
  justify-content: center;
}

#s-a7e1e34b-2a6d-472a-a15d-161686ce43c0 {
  margin-left: auto;
margin-right: auto;
max-width: 470px;
}

#s-0cfce62d-1778-4f99-943d-917bb18617eb {
  margin-top: 80px;
}

@media (min-width: 0px) {
[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-0cfce62d-1778-4f99-943d-917bb18617eb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3b9b7edf-c8c6-4bbf-9adb-a71352d2fb14 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-3b9b7edf-c8c6-4bbf-9adb-a71352d2fb14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b9b7edf-c8c6-4bbf-9adb-a71352d2fb14.shg-box.shg-c {
  justify-content: center;
}








#s-acf9caa8-d468-4697-8672-454b51425c88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acf9caa8-d468-4697-8672-454b51425c88.shg-box.shg-c {
  justify-content: center;
}

#s-8a8541ee-7680-47f1-b91b-74ff4555a76a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 640px;
text-align: center;
}

#s-8a8541ee-7680-47f1-b91b-74ff4555a76a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8d8d079d-ae3c-4f80-a01c-07ba534a0dea {
  margin-bottom: 0px;
min-height: 50px;
}








#s-8d8d079d-ae3c-4f80-a01c-07ba534a0dea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d8d079d-ae3c-4f80-a01c-07ba534a0dea.shg-box.shg-c {
  justify-content: center;
}

#s-f56c1f62-44a3-41be-b378-288fa4f7592b {
  margin-left: auto;
margin-right: auto;
max-width: 470px;
}

#s-eb7f90d8-1388-4adf-b649-de56528eed95 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 641px;
}








#s-eb7f90d8-1388-4adf-b649-de56528eed95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb7f90d8-1388-4adf-b649-de56528eed95.shg-box.shg-c {
  justify-content: center;
}

#s-3b872bb4-052c-4d2f-8593-81a5017371ad {
  text-align: center;
}




  #s-3b872bb4-052c-4d2f-8593-81a5017371ad img.shogun-image {
    
    width: px;
  }


#s-3b872bb4-052c-4d2f-8593-81a5017371ad .shogun-image-content {
  
    align-items: center;
  
}

#s-b2ee6c9e-6467-4681-985a-4dba11ecde35 {
  margin-top: 160px;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-b2ee6c9e-6467-4681-985a-4dba11ecde35"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.0px);
}

}

#s-126afea1-40a0-45ca-b328-fb614f0f35cb {
  text-align: center;
}




  #s-126afea1-40a0-45ca-b328-fb614f0f35cb img.shogun-image {
    
    width: px;
  }


#s-126afea1-40a0-45ca-b328-fb614f0f35cb .shogun-image-content {
  
    align-items: center;
  
}

#s-8b7e8ae2-9ec7-4caf-8bcf-93855d9d0e63 {
  text-align: center;
}




  #s-8b7e8ae2-9ec7-4caf-8bcf-93855d9d0e63 img.shogun-image {
    
    width: px;
  }


#s-8b7e8ae2-9ec7-4caf-8bcf-93855d9d0e63 .shogun-image-content {
  
    align-items: center;
  
}

#s-54fb6429-a53a-48d2-ab9f-cf78dae55ff2 {
  text-align: center;
}




  #s-54fb6429-a53a-48d2-ab9f-cf78dae55ff2 img.shogun-image {
    
    width: px;
  }


#s-54fb6429-a53a-48d2-ab9f-cf78dae55ff2 .shogun-image-content {
  
    align-items: center;
  
}

#s-803cd190-049d-47a2-ac82-c65c4899fbe2 {
  background-image: url(https://i.shgcdn.com/829ab6e8-3e9b-4153-83a7-9b174e0c2d19/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
min-height: 50px;
background-position: center center;
}








#s-803cd190-049d-47a2-ac82-c65c4899fbe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-803cd190-049d-47a2-ac82-c65c4899fbe2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6ef9aad1-c431-4f4f-bbac-aaec48c4f40b {
  margin-top: 140px;
margin-bottom: 0px;
min-height: 50px;
}








#s-6ef9aad1-c431-4f4f-bbac-aaec48c4f40b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ef9aad1-c431-4f4f-bbac-aaec48c4f40b.shg-box.shg-c {
  justify-content: center;
}

#s-8582650e-468c-4df6-b561-406efa7a795e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-8582650e-468c-4df6-b561-406efa7a795e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-697f899c-fda3-4b0b-853a-29ade591363a {
  padding-bottom: 140px;
min-height: 50px;
}
@media (min-width: 1200px){#s-697f899c-fda3-4b0b-853a-29ade591363a {
  margin-bottom: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-697f899c-fda3-4b0b-853a-29ade591363a {
  margin-bottom: 80px;
}
}







#s-697f899c-fda3-4b0b-853a-29ade591363a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-697f899c-fda3-4b0b-853a-29ade591363a.shg-box.shg-c {
  justify-content: center;
}

#s-eeb7fe78-531e-4128-9747-b7d9f8b7d0fa {
  margin-left: auto;
margin-right: auto;
max-width: 740px;
}
@media (min-width: 1200px){#s-eeb7fe78-531e-4128-9747-b7d9f8b7d0fa {
  padding-bottom: 20px;
}
}
#s-0d16961f-ab90-40c8-b7f8-b4b650e220f7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}








#s-0d16961f-ab90-40c8-b7f8-b4b650e220f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d16961f-ab90-40c8-b7f8-b4b650e220f7.shg-box.shg-c {
  justify-content: center;
}

#s-fe070d6c-7276-41d5-8924-178c258cc52d {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(196, 167, 122, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fe070d6c-7276-41d5-8924-178c258cc52d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fe070d6c-7276-41d5-8924-178c258cc52d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fe070d6c-7276-41d5-8924-178c258cc52d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1a16a0cc-abe4-41cc-8731-69aa98631d35 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 640px;
max-width: 100%;
background-position: center center;
}








#s-1a16a0cc-abe4-41cc-8731-69aa98631d35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a16a0cc-abe4-41cc-8731-69aa98631d35.shg-box.shg-c {
  justify-content: center;
}

#s-6a940d71-561e-47b1-b712-655110dcc016 {
  background-image: url(https://i.shgcdn.com/829ab6e8-3e9b-4153-83a7-9b174e0c2d19/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
min-height: 50px;
background-position: center center;
}








#s-6a940d71-561e-47b1-b712-655110dcc016 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a940d71-561e-47b1-b712-655110dcc016.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7a579b99-2f2c-4610-b3d3-91181c3b9c20 {
  margin-top: 140px;
margin-bottom: 0px;
min-height: 50px;
}








#s-7a579b99-2f2c-4610-b3d3-91181c3b9c20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a579b99-2f2c-4610-b3d3-91181c3b9c20.shg-box.shg-c {
  justify-content: center;
}

#s-50adf95d-8591-4644-b195-da41d5600ce6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-50adf95d-8591-4644-b195-da41d5600ce6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9b2b3b60-4e57-4d13-9134-cdc312c97e1e {
  padding-bottom: 0px;
}
@media (min-width: 1200px){#s-9b2b3b60-4e57-4d13-9134-cdc312c97e1e {
  margin-bottom: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b2b3b60-4e57-4d13-9134-cdc312c97e1e {
  margin-bottom: 80px;
}
}







#s-9b2b3b60-4e57-4d13-9134-cdc312c97e1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b2b3b60-4e57-4d13-9134-cdc312c97e1e.shg-box.shg-c {
  justify-content: center;
}

#s-62c109b0-43d1-426b-b99a-b1ead4316c14 {
  margin-left: auto;
margin-right: auto;
max-width: 740px;
}
@media (min-width: 1200px){#s-62c109b0-43d1-426b-b99a-b1ead4316c14 {
  padding-bottom: 20px;
}
}
#s-629a287e-09c8-4f59-9a72-aef9393b0645 {
  text-align: center;
}




  #s-629a287e-09c8-4f59-9a72-aef9393b0645 img.shogun-image {
    
    width: px;
  }


#s-629a287e-09c8-4f59-9a72-aef9393b0645 .shogun-image-content {
  
    align-items: center;
  
}

#s-6291d660-6f8b-411e-9bff-351d52fd37fb {
  min-height: 600px;
}

@media (min-width: 0px) {
[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6291d660-6f8b-411e-9bff-351d52fd37fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-db341d81-1d17-416b-a8a2-c0e2592634f3 {
  min-height: 600px;
}








#s-db341d81-1d17-416b-a8a2-c0e2592634f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db341d81-1d17-416b-a8a2-c0e2592634f3 {
  cursor: pointer;
}#s-db341d81-1d17-416b-a8a2-c0e2592634f3.shg-box.shg-c {
  justify-content: center;
}

#s-c2c42adb-ccdd-4f50-b9ce-bc183ef89595 {
  min-height: 600px;
}








#s-c2c42adb-ccdd-4f50-b9ce-bc183ef89595 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2c42adb-ccdd-4f50-b9ce-bc183ef89595 {
  cursor: pointer;
}#s-c2c42adb-ccdd-4f50-b9ce-bc183ef89595.shg-box.shg-c {
  justify-content: center;
}

#s-4cc18cb7-58f0-4389-a234-b836cad1be50 {
  margin-top: 80px;
text-align: center;
}




  #s-4cc18cb7-58f0-4389-a234-b836cad1be50 img.shogun-image {
    
    width: px;
  }


#s-4cc18cb7-58f0-4389-a234-b836cad1be50 .shogun-image-content {
  
    align-items: center;
  
}

#s-a44398df-02a0-442d-ac5d-735383b78839 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-repeat: repeat;
}
@media (min-width: 1200px){#s-a44398df-02a0-442d-ac5d-735383b78839 {
  display: none;
}
#s-a44398df-02a0-442d-ac5d-735383b78839, #wrap-s-a44398df-02a0-442d-ac5d-735383b78839 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a44398df-02a0-442d-ac5d-735383b78839 {
  display: none;
}
#s-a44398df-02a0-442d-ac5d-735383b78839, #wrap-s-a44398df-02a0-442d-ac5d-735383b78839 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a44398df-02a0-442d-ac5d-735383b78839 {
  
}
}@media (max-width: 767px){#s-a44398df-02a0-442d-ac5d-735383b78839 {
  
}
}







#s-a44398df-02a0-442d-ac5d-735383b78839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a44398df-02a0-442d-ac5d-735383b78839.shg-box.shg-c {
  justify-content: center;
}

#s-f1d451b7-e6ed-4f22-8c36-0a930047aa7b {
  margin-left: 0%;
margin-right: 0%;
max-width: 991px;
background-repeat: repeat;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-f1d451b7-e6ed-4f22-8c36-0a930047aa7b {
  
}
}@media (max-width: 767px){#s-f1d451b7-e6ed-4f22-8c36-0a930047aa7b {
  
}
}







#s-f1d451b7-e6ed-4f22-8c36-0a930047aa7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1d451b7-e6ed-4f22-8c36-0a930047aa7b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-392ebca5-a683-41e9-b930-4c94bff9d71a {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-392ebca5-a683-41e9-b930-4c94bff9d71a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-392ebca5-a683-41e9-b930-4c94bff9d71a.shg-box.shg-c {
  justify-content: flex-end;
}

#s-fe77fcc6-e0af-4bb4-b4c2-b8e1c9663a68 {
  margin-top: 52px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-fe77fcc6-e0af-4bb4-b4c2-b8e1c9663a68 {
  display: none;
}
#s-fe77fcc6-e0af-4bb4-b4c2-b8e1c9663a68, #wrap-s-fe77fcc6-e0af-4bb4-b4c2-b8e1c9663a68 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe77fcc6-e0af-4bb4-b4c2-b8e1c9663a68 {
  display: none;
}
#s-fe77fcc6-e0af-4bb4-b4c2-b8e1c9663a68, #wrap-s-fe77fcc6-e0af-4bb4-b4c2-b8e1c9663a68 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe77fcc6-e0af-4bb4-b4c2-b8e1c9663a68 {
  display: none;
}
#s-fe77fcc6-e0af-4bb4-b4c2-b8e1c9663a68, #wrap-s-fe77fcc6-e0af-4bb4-b4c2-b8e1c9663a68 { display:none !important; }}@media (max-width: 767px){#s-fe77fcc6-e0af-4bb4-b4c2-b8e1c9663a68 {
  display: none;
}
#s-fe77fcc6-e0af-4bb4-b4c2-b8e1c9663a68, #wrap-s-fe77fcc6-e0af-4bb4-b4c2-b8e1c9663a68 { display:none !important; }}







#s-fe77fcc6-e0af-4bb4-b4c2-b8e1c9663a68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe77fcc6-e0af-4bb4-b4c2-b8e1c9663a68.shg-box.shg-c {
  justify-content: center;
}

#s-09c77c97-f6b9-45b4-a6fd-637d7ac008b5 {
  margin-bottom: 0px;
}

#s-7e2be589-5b16-4604-b856-1469bb63818f {
  margin-top: -110px;
margin-bottom: 60px;
text-align: center;
}
@media (max-width: 767px){#s-7e2be589-5b16-4604-b856-1469bb63818f {
  margin-top: -50px;
}
}



  #s-7e2be589-5b16-4604-b856-1469bb63818f img.shogun-image {
    
    width: px;
  }


#s-7e2be589-5b16-4604-b856-1469bb63818f .shogun-image-content {
  
    align-items: center;
  
}

#s-dd9c33fd-a07a-42ed-af38-b84627d2fc55 {
  padding-top: 0px;
padding-bottom: 0px;
}








#s-dd9c33fd-a07a-42ed-af38-b84627d2fc55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd9c33fd-a07a-42ed-af38-b84627d2fc55.shg-box.shg-c {
  justify-content: center;
}

#s-2d18a632-2d45-401c-b808-b6767645c887 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}

#s-72a43166-27e7-4547-9820-b5515d0f91a8 {
  background-image: url(https://i.shgcdn.com/829ab6e8-3e9b-4153-83a7-9b174e0c2d19/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 60px;
background-position: center center;
}
@media (min-width: 1200px){#s-72a43166-27e7-4547-9820-b5515d0f91a8 {
  
}
}







#s-72a43166-27e7-4547-9820-b5515d0f91a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72a43166-27e7-4547-9820-b5515d0f91a8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bde3126e-6b32-43d6-a435-d75ae8e47f52 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-bottom: 24px;
}








#s-bde3126e-6b32-43d6-a435-d75ae8e47f52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bde3126e-6b32-43d6-a435-d75ae8e47f52.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7ca74f30-8522-4bf4-9726-b1c619656bc6 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
max-width: 20%;
text-align: center;
}




  #s-7ca74f30-8522-4bf4-9726-b1c619656bc6 img.shogun-image {
    
    width: px;
  }


#s-7ca74f30-8522-4bf4-9726-b1c619656bc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-93946e06-c7a7-4818-a155-11fe8a917c59 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-93946e06-c7a7-4818-a155-11fe8a917c59 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-93946e06-c7a7-4818-a155-11fe8a917c59 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-447615cb-b3d5-4a5d-99be-e9cef88ef239 {
  margin-bottom: 100px;
min-height: 50px;
}








#s-447615cb-b3d5-4a5d-99be-e9cef88ef239 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-447615cb-b3d5-4a5d-99be-e9cef88ef239.shg-box.shg-c {
  justify-content: center;
}

#s-f66a1595-e9f1-43ea-bde5-a482cd09dca5 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-f66a1595-e9f1-43ea-bde5-a482cd09dca5 {
  padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f66a1595-e9f1-43ea-bde5-a482cd09dca5 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-347bc717-5135-420c-9ed6-35afd33582ba {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}








#s-347bc717-5135-420c-9ed6-35afd33582ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-347bc717-5135-420c-9ed6-35afd33582ba.shg-box.shg-c {
  justify-content: center;
}

#s-8b6ab7ba-c81d-4909-b35e-8fe567de32ec {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(196, 167, 122, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8b6ab7ba-c81d-4909-b35e-8fe567de32ec:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8b6ab7ba-c81d-4909-b35e-8fe567de32ec:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8b6ab7ba-c81d-4909-b35e-8fe567de32ec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-974158a5-506b-4354-85b6-3aa02aef4924 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0%;
margin-right: 0%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-974158a5-506b-4354-85b6-3aa02aef4924 {
  min-height: 500px;
}
}







#s-974158a5-506b-4354-85b6-3aa02aef4924 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-974158a5-506b-4354-85b6-3aa02aef4924.shg-box.shg-c {
  justify-content: center;
}

#s-4c63bb72-ec4d-4fd3-af13-1428aecbd886 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 80px;
min-height: 50px;
background-position: center center;
}








#s-4c63bb72-ec4d-4fd3-af13-1428aecbd886 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c63bb72-ec4d-4fd3-af13-1428aecbd886.shg-box.shg-c {
  justify-content: center;
}

#s-c43476dd-9965-461b-9afb-c3ee00832b43 {
  margin-top: 0px;
margin-bottom: 40px;
text-align: center;
}
@media (max-width: 767px){#s-c43476dd-9965-461b-9afb-c3ee00832b43 {
  margin-left: 5%;
margin-right: 5%;
}
}



  #s-c43476dd-9965-461b-9afb-c3ee00832b43 img.shogun-image {
    
    width: px;
  }


#s-c43476dd-9965-461b-9afb-c3ee00832b43 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-053ff27a-6375-4d87-9c8e-b0ac38d2ed12 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-053ff27a-6375-4d87-9c8e-b0ac38d2ed12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-053ff27a-6375-4d87-9c8e-b0ac38d2ed12.shg-box.shg-c {
  justify-content: center;
}

#s-490334bd-e7df-433e-83f4-613ec0e9a9a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-490334bd-e7df-433e-83f4-613ec0e9a9a5 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-490334bd-e7df-433e-83f4-613ec0e9a9a5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-be67ed62-590d-42d2-8f74-247e3669e95a {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}








#s-be67ed62-590d-42d2-8f74-247e3669e95a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be67ed62-590d-42d2-8f74-247e3669e95a.shg-box.shg-c {
  justify-content: center;
}

#s-f3f23d5d-c8e1-4748-a64d-06c970599a95 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3f23d5d-c8e1-4748-a64d-06c970599a95 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-f3f23d5d-c8e1-4748-a64d-06c970599a95 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7edbf9a0-fd99-4bb8-b2a5-10a4a6b68f83 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}








#s-7edbf9a0-fd99-4bb8-b2a5-10a4a6b68f83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7edbf9a0-fd99-4bb8-b2a5-10a4a6b68f83.shg-box.shg-c {
  justify-content: center;
}

#s-d574fa77-649b-4c00-9022-fe0d19b6a6e3 {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(196, 167, 122, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d574fa77-649b-4c00-9022-fe0d19b6a6e3:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d574fa77-649b-4c00-9022-fe0d19b6a6e3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d574fa77-649b-4c00-9022-fe0d19b6a6e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-377fbc82-87fc-4bbb-8882-0dbb458ea3be {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 80px;
min-height: 50px;
background-position: center top;
}








#s-377fbc82-87fc-4bbb-8882-0dbb458ea3be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-377fbc82-87fc-4bbb-8882-0dbb458ea3be.shg-box.shg-c {
  justify-content: center;
}

#s-a74e19ca-e306-43a8-854f-af96e39f9728 {
  min-height: 50px;
}








#s-a74e19ca-e306-43a8-854f-af96e39f9728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a74e19ca-e306-43a8-854f-af96e39f9728.shg-box.shg-c {
  justify-content: center;
}

#s-e051b268-858a-4c40-8dc7-06b368d466df {
  margin-top: 0px;
min-height: 50px;
}








#s-e051b268-858a-4c40-8dc7-06b368d466df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e051b268-858a-4c40-8dc7-06b368d466df.shg-box.shg-c {
  justify-content: center;
}

#s-fcfdfd47-4094-44b0-8306-21272ace9d98 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fcfdfd47-4094-44b0-8306-21272ace9d98 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-fcfdfd47-4094-44b0-8306-21272ace9d98 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-fcfdfd47-4094-44b0-8306-21272ace9d98 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a3de192e-51f3-47eb-9ccf-752ee2f319ca {
  margin-bottom: 20px;
min-height: 50px;
}








#s-a3de192e-51f3-47eb-9ccf-752ee2f319ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3de192e-51f3-47eb-9ccf-752ee2f319ca.shg-box.shg-c {
  justify-content: center;
}

#s-ca98475e-3719-4447-b6b5-5270793fd318 {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca98475e-3719-4447-b6b5-5270793fd318 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ca98475e-3719-4447-b6b5-5270793fd318 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8a32f3bb-61cf-4abb-9423-8c9f678b074f {
  margin-left: auto;
margin-right: auto;
min-height: 40px;
}








#s-8a32f3bb-61cf-4abb-9423-8c9f678b074f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a32f3bb-61cf-4abb-9423-8c9f678b074f.shg-box.shg-c {
  justify-content: center;
}

#s-81ff7a6c-9c58-42cb-8c30-dda1623595dc {
  background-image: url(https://i.shgcdn.com/ed57a912-834d-4833-9bf6-e3df5c6de97b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-color: rgba(197, 153, 73, 0);
text-align: center;
text-decoration: none;
hover-type: image;
color: rgba(255, 255, 255, 1);
background-position: left center;
}
#s-81ff7a6c-9c58-42cb-8c30-dda1623595dc:hover {background-image: url(https://i.shgcdn.com/ed57a912-834d-4833-9bf6-e3df5c6de97b/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(197, 153, 73, 0) !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(196, 167, 122, 1) !important;}#s-81ff7a6c-9c58-42cb-8c30-dda1623595dc:active {background-image: url(https://i.shgcdn.com/ea919a0d-d473-4d0e-85de-0ac8f4a89dfe/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-81ff7a6c-9c58-42cb-8c30-dda1623595dc-btn-wrapper {
    text-align: center;
  }


#s-81ff7a6c-9c58-42cb-8c30-dda1623595dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fc90dbae-984d-42af-949d-f7c83a68abd8 {
  margin-left: 0%;
margin-right: 0%;
}








#s-fc90dbae-984d-42af-949d-f7c83a68abd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc90dbae-984d-42af-949d-f7c83a68abd8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e8f57f46-c192-4d7f-a28d-46b0c6d85525 {
  margin-left: 0%;
margin-right: 0%;
min-height: 500px;
}








#s-e8f57f46-c192-4d7f-a28d-46b0c6d85525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8f57f46-c192-4d7f-a28d-46b0c6d85525.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-11dd9dfd-9ffd-4aff-9528-8e57487eeeab {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-11dd9dfd-9ffd-4aff-9528-8e57487eeeab {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-11dd9dfd-9ffd-4aff-9528-8e57487eeeab .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-11dd9dfd-9ffd-4aff-9528-8e57487eeeab .shg-sld-nav-button.shg-sld-left,
#s-11dd9dfd-9ffd-4aff-9528-8e57487eeeab .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-280cbafa-1a7d-4ea8-afc4-3b545eaebb73 {
  text-align: center;
}




  #s-280cbafa-1a7d-4ea8-afc4-3b545eaebb73 img.shogun-image {
    
    width: px;
  }


#s-280cbafa-1a7d-4ea8-afc4-3b545eaebb73 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1984f35-1fdd-45df-96aa-52d597eadb00 {
  text-align: center;
}




  #s-a1984f35-1fdd-45df-96aa-52d597eadb00 img.shogun-image {
    
    width: px;
  }


#s-a1984f35-1fdd-45df-96aa-52d597eadb00 .shogun-image-content {
  
    align-items: center;
  
}








#s-e06cfe2c-66f8-4404-8e32-8d55e0a6ae1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e06cfe2c-66f8-4404-8e32-8d55e0a6ae1e.shg-box.shg-c {
  justify-content: flex-end;
}

#s-7e914592-a4ab-4ecd-a24a-f2b978e00137 {
  margin-left: auto;
margin-right: auto;
max-width: 1437px;
}








#s-7e914592-a4ab-4ecd-a24a-f2b978e00137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e914592-a4ab-4ecd-a24a-f2b978e00137.shg-box.shg-c {
  justify-content: flex-end;
}

#s-9ca90c69-5a5a-4006-9754-92c49a964075 {
  margin-top: -500px;
margin-left: 0%;
margin-right: 0%;
min-height: 300px;
background-color: rgba(20, 23, 28, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9ca90c69-5a5a-4006-9754-92c49a964075 {
  margin-top: -900px;
margin-left: auto;
margin-bottom: 400px;
margin-right: auto;
min-height: 640px;
max-width: 80%;
}
}@media (max-width: 767px){#s-9ca90c69-5a5a-4006-9754-92c49a964075 {
  margin-top: -480px;
min-height: 400px;
}
}







#s-9ca90c69-5a5a-4006-9754-92c49a964075 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ca90c69-5a5a-4006-9754-92c49a964075.shg-box.shg-c {
  justify-content: center;
}

#s-e193b7a3-0da4-4c35-9850-7c10c860011b {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-left: 12px;
padding-right: 12px;
}

#s-dff2913d-089f-424b-a2de-fca8b230f143 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-dff2913d-089f-424b-a2de-fca8b230f143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dff2913d-089f-424b-a2de-fca8b230f143.shg-box.shg-c {
  justify-content: center;
}

#s-ddfc7372-d09c-4a3b-a800-72480b6881c5 {
  background-image: url(https://i.shgcdn.com/438f88b2-8d82-4690-9183-141eb0ef7e4b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-color: rgba(197, 153, 73, 0);
text-align: center;
text-decoration: none;
hover-type: image;
color: rgba(255, 255, 255, 1);
background-position: left center;
}
#s-ddfc7372-d09c-4a3b-a800-72480b6881c5:hover {background-image: url(https://i.shgcdn.com/438f88b2-8d82-4690-9183-141eb0ef7e4b/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(197, 153, 73, 0) !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(197, 153, 73, 1) !important;}#s-ddfc7372-d09c-4a3b-a800-72480b6881c5:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ddfc7372-d09c-4a3b-a800-72480b6881c5-btn-wrapper {
    text-align: center;
  }


#s-ddfc7372-d09c-4a3b-a800-72480b6881c5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0cca6eae-afe6-4a74-aaff-aab1167b76a9 {
  margin-top: 140px;
min-height: 50px;
}
@media (max-width: 767px){#s-0cca6eae-afe6-4a74-aaff-aab1167b76a9 {
  margin-top: 0px;
}
}







#s-0cca6eae-afe6-4a74-aaff-aab1167b76a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cca6eae-afe6-4a74-aaff-aab1167b76a9.shg-box.shg-c {
  justify-content: center;
}

#s-71a51865-f0bd-4ce0-bb08-aef02ba35f56 {
  margin-top: 0px;
min-height: 50px;
}








#s-71a51865-f0bd-4ce0-bb08-aef02ba35f56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71a51865-f0bd-4ce0-bb08-aef02ba35f56.shg-box.shg-c {
  justify-content: center;
}

#s-3d71844c-5348-4104-b7df-930409ec8b30 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d71844c-5348-4104-b7df-930409ec8b30 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-3d71844c-5348-4104-b7df-930409ec8b30 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3d71844c-5348-4104-b7df-930409ec8b30 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-158b9698-157d-4283-a149-3d1e2f234b9d {
  margin-top: 60px;
margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-158b9698-157d-4283-a149-3d1e2f234b9d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-50093603-c8b3-46a8-b4f1-f4d83b87e8e5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 641px;
}








#s-50093603-c8b3-46a8-b4f1-f4d83b87e8e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50093603-c8b3-46a8-b4f1-f4d83b87e8e5.shg-box.shg-c {
  justify-content: center;
}

#s-9d451101-0fd6-4a44-8021-c6d7de1349bc {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-9d451101-0fd6-4a44-8021-c6d7de1349bc {
  margin-bottom: 40px;
}
}



  #s-9d451101-0fd6-4a44-8021-c6d7de1349bc img.shogun-image {
    
    width: px;
  }


#s-9d451101-0fd6-4a44-8021-c6d7de1349bc .shogun-image-content {
  
    align-items: center;
  
}

#s-4b6d8abd-e1e9-4671-a59d-195e3d792e58 {
  background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}








#s-4b6d8abd-e1e9-4671-a59d-195e3d792e58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b6d8abd-e1e9-4671-a59d-195e3d792e58.shg-box.shg-c {
  justify-content: center;
}








#s-12746a17-9045-4d05-b28a-19874231a919 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12746a17-9045-4d05-b28a-19874231a919.shg-box.shg-c {
  justify-content: center;
}

#s-05a52d52-9814-4e7f-a040-773d93eb1a22 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 640px;
text-align: center;
}

#s-05a52d52-9814-4e7f-a040-773d93eb1a22 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4d9496fc-6549-4677-b0af-d2e6d64fb4c0 {
  margin-bottom: 0px;
min-height: 50px;
}








#s-4d9496fc-6549-4677-b0af-d2e6d64fb4c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d9496fc-6549-4677-b0af-d2e6d64fb4c0.shg-box.shg-c {
  justify-content: center;
}

#s-ca092fed-1887-48b6-8035-cf3149f661eb {
  margin-left: 5%;
margin-right: 5%;
max-width: 470px;
}

#s-6065607f-121a-459a-8858-5b3a1013e630 {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6065607f-121a-459a-8858-5b3a1013e630 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-6065607f-121a-459a-8858-5b3a1013e630 {
  margin-top: 80px;
}
}
@media (min-width: 0px) {
[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6065607f-121a-459a-8858-5b3a1013e630"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6bef0410-cb05-4a3e-9258-4dd39d79b0d5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 0px;
background-position: center center;
}








#s-6bef0410-cb05-4a3e-9258-4dd39d79b0d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bef0410-cb05-4a3e-9258-4dd39d79b0d5.shg-box.shg-c {
  justify-content: center;
}

#s-779490f8-c471-44fd-a7e0-7980cacdab1a {
  margin-left: 5%;
margin-right: 5%;
}








#s-779490f8-c471-44fd-a7e0-7980cacdab1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-779490f8-c471-44fd-a7e0-7980cacdab1a.shg-box.shg-c {
  justify-content: center;
}

#s-de4668a8-bad5-45da-b6a2-8ef2c4443b46 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 640px;
text-align: center;
}

#s-de4668a8-bad5-45da-b6a2-8ef2c4443b46 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7973a1ed-5869-473c-a5a8-30abff0b26c3 {
  margin-bottom: 0px;
min-height: 50px;
}








#s-7973a1ed-5869-473c-a5a8-30abff0b26c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7973a1ed-5869-473c-a5a8-30abff0b26c3.shg-box.shg-c {
  justify-content: center;
}

#s-36ab8d26-cd5c-4c6f-b20e-7d9c49994870 {
  margin-left: 5%;
margin-right: 5%;
max-width: 470px;
}

#s-b7e04700-536c-4ed8-a08d-5f0c71fbe1e4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 0px;
max-width: 641px;
}








#s-b7e04700-536c-4ed8-a08d-5f0c71fbe1e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7e04700-536c-4ed8-a08d-5f0c71fbe1e4.shg-box.shg-c {
  justify-content: center;
}

#s-52d43deb-455b-4731-9f48-bf7e147a9fc9 {
  margin-left: 0%;
margin-bottom: 40px;
margin-right: 0%;
text-align: center;
}




  #s-52d43deb-455b-4731-9f48-bf7e147a9fc9 img.shogun-image {
    
    width: px;
  }


#s-52d43deb-455b-4731-9f48-bf7e147a9fc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c8336d5-bcc3-4631-8a32-a36aeeb44d77 {
  margin-top: 80px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1c8336d5-bcc3-4631-8a32-a36aeeb44d77 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-1c8336d5-bcc3-4631-8a32-a36aeeb44d77 .shg-sld-nav-button.shg-sld-left,
#s-1c8336d5-bcc3-4631-8a32-a36aeeb44d77 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-bb6fd10f-0cbe-42f9-a3c2-4b826fa06f7a {
  margin-bottom: 20px;
text-align: center;
}




  #s-bb6fd10f-0cbe-42f9-a3c2-4b826fa06f7a img.shogun-image {
    
    width: px;
  }


#s-bb6fd10f-0cbe-42f9-a3c2-4b826fa06f7a .shogun-image-content {
  
    align-items: center;
  
}

#s-6be7ee78-5f7c-4ede-bfaf-0acb9d9f2dd7 {
  margin-bottom: 20px;
text-align: center;
}




  #s-6be7ee78-5f7c-4ede-bfaf-0acb9d9f2dd7 img.shogun-image {
    
    width: px;
  }


#s-6be7ee78-5f7c-4ede-bfaf-0acb9d9f2dd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4d87278-c778-4d1f-9b0e-3c07aa0db0b9 {
  margin-bottom: 20px;
text-align: center;
}




  #s-e4d87278-c778-4d1f-9b0e-3c07aa0db0b9 img.shogun-image {
    
    width: px;
  }


#s-e4d87278-c778-4d1f-9b0e-3c07aa0db0b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2565511-95e7-46b5-8ee0-44a7b79c9b95 {
  background-image: url(https://i.shgcdn.com/829ab6e8-3e9b-4153-83a7-9b174e0c2d19/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
min-height: 50px;
background-position: center center;
}








#s-f2565511-95e7-46b5-8ee0-44a7b79c9b95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2565511-95e7-46b5-8ee0-44a7b79c9b95.shg-box.shg-c {
  justify-content: flex-start;
}

#s-659815de-dbeb-48bd-8770-4a2b9f6268da {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-659815de-dbeb-48bd-8770-4a2b9f6268da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-659815de-dbeb-48bd-8770-4a2b9f6268da.shg-box.shg-c {
  justify-content: center;
}

#s-fc43b80e-73de-498e-b03f-9a12031990e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc43b80e-73de-498e-b03f-9a12031990e8 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-fc43b80e-73de-498e-b03f-9a12031990e8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-fc43b80e-73de-498e-b03f-9a12031990e8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1ec75f27-7c4f-4802-a5dd-991e2fc22941 {
  padding-bottom: 140px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1ec75f27-7c4f-4802-a5dd-991e2fc22941 {
  margin-bottom: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ec75f27-7c4f-4802-a5dd-991e2fc22941 {
  margin-bottom: 80px;
}
}







#s-1ec75f27-7c4f-4802-a5dd-991e2fc22941 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ec75f27-7c4f-4802-a5dd-991e2fc22941.shg-box.shg-c {
  justify-content: center;
}

#s-59ca9c3a-e61d-4ea5-9f55-027ebe225f2e {
  margin-left: auto;
margin-right: auto;
max-width: 740px;
}
@media (min-width: 1200px){#s-59ca9c3a-e61d-4ea5-9f55-027ebe225f2e {
  padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-59ca9c3a-e61d-4ea5-9f55-027ebe225f2e {
  margin-left: 5em;
margin-right: 5em;
}
}@media (max-width: 767px){#s-59ca9c3a-e61d-4ea5-9f55-027ebe225f2e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3c283f6a-e034-4384-9635-46d5500b9b4c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}








#s-3c283f6a-e034-4384-9635-46d5500b9b4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c283f6a-e034-4384-9635-46d5500b9b4c.shg-box.shg-c {
  justify-content: center;
}

#s-6e671618-1f11-4d93-8b07-bac8a4eb1840 {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(196, 167, 122, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6e671618-1f11-4d93-8b07-bac8a4eb1840:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6e671618-1f11-4d93-8b07-bac8a4eb1840:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6e671618-1f11-4d93-8b07-bac8a4eb1840.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6444c8a4-b0af-45b4-8213-f58504435e56 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
max-width: 100%;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6444c8a4-b0af-45b4-8213-f58504435e56 {
  min-height: 500px;
}
}







#s-6444c8a4-b0af-45b4-8213-f58504435e56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6444c8a4-b0af-45b4-8213-f58504435e56.shg-box.shg-c {
  justify-content: center;
}

#s-2c495b4c-4d8d-46cf-8c94-94a46fd38033 {
  background-image: url(https://i.shgcdn.com/829ab6e8-3e9b-4153-83a7-9b174e0c2d19/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
min-height: 50px;
background-position: center center;
}








#s-2c495b4c-4d8d-46cf-8c94-94a46fd38033 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c495b4c-4d8d-46cf-8c94-94a46fd38033.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1a55db92-088e-4e9d-9957-8a8a3f3d7183 {
  margin-top: 60px;
margin-bottom: 0px;
min-height: 50px;
}








#s-1a55db92-088e-4e9d-9957-8a8a3f3d7183 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a55db92-088e-4e9d-9957-8a8a3f3d7183.shg-box.shg-c {
  justify-content: center;
}

#s-b5140fea-ce9f-457a-a769-8869671b6818 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5140fea-ce9f-457a-a769-8869671b6818 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-b5140fea-ce9f-457a-a769-8869671b6818 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-b5140fea-ce9f-457a-a769-8869671b6818 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-52f7ce7e-e37a-49b5-8b8e-d6eaa731d109 {
  padding-bottom: 0px;
}
@media (min-width: 1200px){#s-52f7ce7e-e37a-49b5-8b8e-d6eaa731d109 {
  margin-bottom: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52f7ce7e-e37a-49b5-8b8e-d6eaa731d109 {
  margin-bottom: 80px;
}
}







#s-52f7ce7e-e37a-49b5-8b8e-d6eaa731d109 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52f7ce7e-e37a-49b5-8b8e-d6eaa731d109.shg-box.shg-c {
  justify-content: center;
}

#s-06b6c83a-a6f9-49a6-a7cc-b1ab1b92766d {
  margin-left: 0%;
margin-right: 0%;
max-width: 740px;
}
@media (min-width: 1200px){#s-06b6c83a-a6f9-49a6-a7cc-b1ab1b92766d {
  padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-06b6c83a-a6f9-49a6-a7cc-b1ab1b92766d {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-06b6c83a-a6f9-49a6-a7cc-b1ab1b92766d {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-543d6930-e8de-4646-b771-0bfa65561fa4 {
  text-align: center;
}
@media (max-width: 767px){#s-543d6930-e8de-4646-b771-0bfa65561fa4 {
  display: none;
}
#s-543d6930-e8de-4646-b771-0bfa65561fa4, #wrap-s-543d6930-e8de-4646-b771-0bfa65561fa4 { display:none !important; }}



  #s-543d6930-e8de-4646-b771-0bfa65561fa4 img.shogun-image {
    
    width: px;
  }


#s-543d6930-e8de-4646-b771-0bfa65561fa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0f67e4d-5440-406a-b401-2541fc61a9ab {
  min-height: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0f67e4d-5440-406a-b401-2541fc61a9ab {
  min-height: 340px;
}
}
@media (min-width: 0px) {
[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0f67e4d-5440-406a-b401-2541fc61a9ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-47ebb313-527f-4f6d-a108-b654dd5d71bc {
  min-height: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-47ebb313-527f-4f6d-a108-b654dd5d71bc {
  min-height: 340px;
}
}







#s-47ebb313-527f-4f6d-a108-b654dd5d71bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47ebb313-527f-4f6d-a108-b654dd5d71bc {
  cursor: pointer;
}#s-47ebb313-527f-4f6d-a108-b654dd5d71bc.shg-box.shg-c {
  justify-content: center;
}

#s-ca439f57-d1bd-421a-bee3-f33a9fbdb41f {
  min-height: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca439f57-d1bd-421a-bee3-f33a9fbdb41f {
  min-height: 340px;
}
}







#s-ca439f57-d1bd-421a-bee3-f33a9fbdb41f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca439f57-d1bd-421a-bee3-f33a9fbdb41f {
  cursor: pointer;
}#s-ca439f57-d1bd-421a-bee3-f33a9fbdb41f.shg-box.shg-c {
  justify-content: center;
}

#s-df81c023-ec3a-42fc-aff9-8da6ddb211a7 {
  margin-top: 80px;
text-align: center;
}
@media (max-width: 767px){#s-df81c023-ec3a-42fc-aff9-8da6ddb211a7 {
  display: none;
}
#s-df81c023-ec3a-42fc-aff9-8da6ddb211a7, #wrap-s-df81c023-ec3a-42fc-aff9-8da6ddb211a7 { display:none !important; }}



  #s-df81c023-ec3a-42fc-aff9-8da6ddb211a7 img.shogun-image {
    
    width: px;
  }


#s-df81c023-ec3a-42fc-aff9-8da6ddb211a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba5d68e4-9b32-4786-961f-aa17e17beffa {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-ba5d68e4-9b32-4786-961f-aa17e17beffa {
  display: none;
}
#s-ba5d68e4-9b32-4786-961f-aa17e17beffa, #wrap-s-ba5d68e4-9b32-4786-961f-aa17e17beffa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba5d68e4-9b32-4786-961f-aa17e17beffa {
  display: none;
}
#s-ba5d68e4-9b32-4786-961f-aa17e17beffa, #wrap-s-ba5d68e4-9b32-4786-961f-aa17e17beffa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba5d68e4-9b32-4786-961f-aa17e17beffa {
  display: none;
}
#s-ba5d68e4-9b32-4786-961f-aa17e17beffa, #wrap-s-ba5d68e4-9b32-4786-961f-aa17e17beffa { display:none !important; }}



  #s-ba5d68e4-9b32-4786-961f-aa17e17beffa img.shogun-image {
    
    width: px;
  }


#s-ba5d68e4-9b32-4786-961f-aa17e17beffa .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53e31899-826d-4b64-9f78-724b4a60118d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e57d2298-587a-4ce7-92a7-cea2f54e6419 {
  min-height: 500px;
}
@media (max-width: 767px){#s-e57d2298-587a-4ce7-92a7-cea2f54e6419 {
  min-height: 460px;
}
}







#s-e57d2298-587a-4ce7-92a7-cea2f54e6419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e57d2298-587a-4ce7-92a7-cea2f54e6419 {
  cursor: pointer;
}#s-e57d2298-587a-4ce7-92a7-cea2f54e6419.shg-box.shg-c {
  justify-content: center;
}

#s-74224ff7-95ba-4f0b-98cc-5644818bd841 {
  min-height: 500px;
}
@media (max-width: 767px){#s-74224ff7-95ba-4f0b-98cc-5644818bd841 {
  min-height: 460px;
}
}







#s-74224ff7-95ba-4f0b-98cc-5644818bd841 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74224ff7-95ba-4f0b-98cc-5644818bd841 {
  cursor: pointer;
}#s-74224ff7-95ba-4f0b-98cc-5644818bd841.shg-box.shg-c {
  justify-content: center;
}

#s-6b88d23a-b4d1-4c8a-a794-0d47e2a2724c {
  margin-top: 80px;
margin-left: 5%;
margin-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-6b88d23a-b4d1-4c8a-a794-0d47e2a2724c {
  display: none;
}
#s-6b88d23a-b4d1-4c8a-a794-0d47e2a2724c, #wrap-s-6b88d23a-b4d1-4c8a-a794-0d47e2a2724c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b88d23a-b4d1-4c8a-a794-0d47e2a2724c {
  display: none;
}
#s-6b88d23a-b4d1-4c8a-a794-0d47e2a2724c, #wrap-s-6b88d23a-b4d1-4c8a-a794-0d47e2a2724c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b88d23a-b4d1-4c8a-a794-0d47e2a2724c {
  display: none;
}
#s-6b88d23a-b4d1-4c8a-a794-0d47e2a2724c, #wrap-s-6b88d23a-b4d1-4c8a-a794-0d47e2a2724c { display:none !important; }}



  #s-6b88d23a-b4d1-4c8a-a794-0d47e2a2724c img.shogun-image {
    
    width: px;
  }


#s-6b88d23a-b4d1-4c8a-a794-0d47e2a2724c .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .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;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
