.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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  margin-left: 4px;
margin-right: 4px;
min-height: 50px;
background-color: rgba(253, 253, 253, 1);
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







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

#s-45f63c6a-5d07-4c33-a012-a2cc72f5394a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-45f63c6a-5d07-4c33-a012-a2cc72f5394a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45f63c6a-5d07-4c33-a012-a2cc72f5394a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45f63c6a-5d07-4c33-a012-a2cc72f5394a {
  
}
}@media (max-width: 767px){#s-45f63c6a-5d07-4c33-a012-a2cc72f5394a {
  
}
}







#s-45f63c6a-5d07-4c33-a012-a2cc72f5394a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45f63c6a-5d07-4c33-a012-a2cc72f5394a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-98d2629b-3b87-4657-ad7a-59127ec6b268 {
  background-attachment: fixed;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(245, 84, 73, 1);
}
@media (min-width: 1200px){#s-98d2629b-3b87-4657-ad7a-59127ec6b268 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98d2629b-3b87-4657-ad7a-59127ec6b268 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-98d2629b-3b87-4657-ad7a-59127ec6b268 {
  
}
}@media (max-width: 767px){#s-98d2629b-3b87-4657-ad7a-59127ec6b268 {
  
}
}







#s-98d2629b-3b87-4657-ad7a-59127ec6b268 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.04999999999999999;
}#s-98d2629b-3b87-4657-ad7a-59127ec6b268.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-da54420c-5ef7-4858-b6b1-80cb04b772ed {
  text-align: center;
}




  #s-da54420c-5ef7-4858-b6b1-80cb04b772ed img.shogun-image {
    
    width: px;
  }


#s-da54420c-5ef7-4858-b6b1-80cb04b772ed .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-84cdb9e7-a613-4065-9744-de982a6805dd {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84cdb9e7-a613-4065-9744-de982a6805dd .shogun-heading-component h1 {
  color: rgba(242, 167, 171, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

#s-5de34e2f-2a28-4199-9ecc-3c79ef9073cc {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5de34e2f-2a28-4199-9ecc-3c79ef9073cc:hover {background-color: rgba(58, 58, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5de34e2f-2a28-4199-9ecc-3c79ef9073cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5de34e2f-2a28-4199-9ecc-3c79ef9073cc.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-47b45030-64ea-4f62-880f-40c20f55b86f {
  margin-top: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47b45030-64ea-4f62-880f-40c20f55b86f .shogun-heading-component h1 {
  color: rgba(241, 85, 74, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-487e1fd6-078f-4955-aa2c-ab8bfda622d3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-40cfc078-4a72-49c6-9445-08585a4c4b6c {
  background-repeat: no-repeat;
padding-top: 0px;
padding-bottom: 0px;
min-height: 5px;
background-attachment: scroll;
}








#s-40cfc078-4a72-49c6-9445-08585a4c4b6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-40cfc078-4a72-49c6-9445-08585a4c4b6c.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-f014b397-4b4f-4e04-8033-d24085699003 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-ed99d954-e060-4524-83aa-9cf37b83ba7f {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 25px;
min-height: 500px;
background-position: center center;
}








#s-ed99d954-e060-4524-83aa-9cf37b83ba7f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.31;
}#s-ed99d954-e060-4524-83aa-9cf37b83ba7f.shg-box.shg-c {
  justify-content: center;
}

#s-d444823d-a935-49f7-be18-5d905878e535 {
  margin-top: 188px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d444823d-a935-49f7-be18-5d905878e535 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 37px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6d4d3925-6abe-4c43-bbcc-931ee6f8a846 {
  border-style: solid;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-a7223c05-815d-4631-9b98-d9a2f8212eb3 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 25px;
min-height: 500px;
background-position: center center;
}








#s-a7223c05-815d-4631-9b98-d9a2f8212eb3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.31;
}#s-a7223c05-815d-4631-9b98-d9a2f8212eb3.shg-box.shg-c {
  justify-content: center;
}

#s-e5dd9b2e-372b-4782-9ac9-aa9aefa66044 {
  margin-top: 188px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5dd9b2e-372b-4782-9ac9-aa9aefa66044 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 37px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-18a763f9-9830-4034-b492-10d3bbc0c5dd {
  border-style: solid;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-9eefe0ce-1b85-41dd-b84b-69f600c0851d {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 25px;
min-height: 500px;
background-position: center center;
}








#s-9eefe0ce-1b85-41dd-b84b-69f600c0851d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.31;
}#s-9eefe0ce-1b85-41dd-b84b-69f600c0851d.shg-box.shg-c {
  justify-content: center;
}

#s-ef598e34-451d-477e-9626-0c1b6d451187 {
  margin-top: 188px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef598e34-451d-477e-9626-0c1b6d451187 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 37px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0b4891eb-5191-413f-9eb9-40d077e6612b {
  border-style: solid;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-261b43b1-a6e7-4439-95d0-2778fbb72313 {
  margin-left: 50px;
margin-bottom: 24px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-261b43b1-a6e7-4439-95d0-2778fbb72313"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-c5c6c0f6-3ad6-4bec-8aca-4bbbfcfdd3bc {
  min-height: 50px;
background-color: rgba(240, 85, 74, 1);
}








#s-c5c6c0f6-3ad6-4bec-8aca-4bbbfcfdd3bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5c6c0f6-3ad6-4bec-8aca-4bbbfcfdd3bc.shg-box.shg-c {
  justify-content: center;
}

#s-0629b359-c222-466d-95f1-b1b6c0b91c4d {
  text-align: center;
}




  #s-0629b359-c222-466d-95f1-b1b6c0b91c4d img.shogun-image {
    
    width: px;
  }


#s-0629b359-c222-466d-95f1-b1b6c0b91c4d .shogun-image-content {
  
    align-items: center;
  
}

#s-c3b2cd3a-8140-4dfc-83c5-37bd7ff3614d {
  min-height: 50px;
background-color: rgba(254, 243, 225, 1);
}








#s-c3b2cd3a-8140-4dfc-83c5-37bd7ff3614d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3b2cd3a-8140-4dfc-83c5-37bd7ff3614d.shg-box.shg-c {
  justify-content: center;
}

#s-210a7889-8e00-4e9b-88a9-38750ce24d67 {
  text-align: center;
}




  #s-210a7889-8e00-4e9b-88a9-38750ce24d67 img.shogun-image {
    
    width: px;
  }


#s-210a7889-8e00-4e9b-88a9-38750ce24d67 .shogun-image-content {
  
    align-items: center;
  
}

#s-687d8b82-e570-4ba7-91a0-bb7eb514a4f5 {
  min-height: 50px;
background-color: rgba(51, 49, 51, 1);
}








#s-687d8b82-e570-4ba7-91a0-bb7eb514a4f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-687d8b82-e570-4ba7-91a0-bb7eb514a4f5.shg-box.shg-c {
  justify-content: center;
}

#s-963acbde-b867-4478-a414-3a5c3ac0243f {
  text-align: center;
}




  #s-963acbde-b867-4478-a414-3a5c3ac0243f img.shogun-image {
    
    width: px;
  }


#s-963acbde-b867-4478-a414-3a5c3ac0243f .shogun-image-content {
  
    align-items: center;
  
}

#s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2 {
  margin-left: 50px;
margin-bottom: 24px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-461ccb77-9c20-4b71-ae5b-8ad1919ad1e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-213381eb-c348-438f-a6d5-cb8971aa960d {
  text-align: center;
}

#s-213381eb-c348-438f-a6d5-cb8971aa960d .shogun-heading-component h1 {
  color: rgba(241, 85, 74, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 52px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ab0dce8b-6cdb-46d0-a651-0058c5645c75 {
  margin-bottom: 16px;
text-align: center;
}

#s-ab0dce8b-6cdb-46d0-a651-0058c5645c75 .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-166d27af-d645-49b0-822f-299657b5a52d {
  text-align: center;
}




  #s-166d27af-d645-49b0-822f-299657b5a52d img.shogun-image {
    
    width: px;
  }


#s-166d27af-d645-49b0-822f-299657b5a52d .shogun-image-content {
  
    align-items: center;
  
}

#s-c8df2ce3-8a5a-4732-879d-26d8664c856a {
  margin-top: 16px;
}

#s-5d689ec3-c15f-4fc5-af44-82c2c47dd522 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-5d689ec3-c15f-4fc5-af44-82c2c47dd522 img.shogun-image {
    
    width: px;
  }


#s-5d689ec3-c15f-4fc5-af44-82c2c47dd522 .shogun-image-content {
  
    align-items: center;
  
}

#s-a274eabb-7980-4018-8f25-cdf19a62daa7 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 50px;
margin-right: 50px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(31, 31, 31, 1);
}
@media (min-width: 1200px){#s-a274eabb-7980-4018-8f25-cdf19a62daa7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a274eabb-7980-4018-8f25-cdf19a62daa7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a274eabb-7980-4018-8f25-cdf19a62daa7 {
  
}
}@media (max-width: 767px){#s-a274eabb-7980-4018-8f25-cdf19a62daa7 {
  
}
}







#s-a274eabb-7980-4018-8f25-cdf19a62daa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a274eabb-7980-4018-8f25-cdf19a62daa7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-70bdd542-9c78-4ec6-9250-d0de7b14571c {
  padding-left: 16px;
padding-right: 16px;
}

@media (min-width: 0px) {
[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70bdd542-9c78-4ec6-9250-d0de7b14571c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b5ce16df-065b-47a9-84fa-6e501724c150 {
  margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
}

#s-b5ce16df-065b-47a9-84fa-6e501724c150 .shogun-icon-wrapper {
  text-align: center;
}


#s-b5ce16df-065b-47a9-84fa-6e501724c150 .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(88, 88, 88, 1);
}

#s-0f597228-729f-428b-8084-45ee8d068870 {
  padding-left: 16px;
padding-right: 16px;
text-align: center;
}

#s-0f597228-729f-428b-8084-45ee8d068870 .shogun-heading-component h1 {
  color: rgba(241, 167, 172, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-42a247f8-d270-46ad-8df2-4f67b7406833 {
  margin-bottom: 12px;
padding-left: 16px;
padding-bottom: 10px;
padding-right: 16px;
text-align: center;
}

#s-42a247f8-d270-46ad-8df2-4f67b7406833 .shogun-heading-component h1 {
  color: rgba(244, 86, 73, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fe5c8fa1-b43e-4e2e-8654-d1f7193ebd8a {
  padding-left: 16px;
padding-right: 16px;
}

#s-4f21f17c-29d2-4c59-8b70-d5c3394fc4e1 {
  margin-top: 36px;
padding-top: 10px;
padding-left: 16px;
padding-bottom: 10px;
padding-right: 16px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-4f21f17c-29d2-4c59-8b70-d5c3394fc4e1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ba322156-ecd2-4942-928d-9340d486afc7 {
  min-height: 50px;
}








#s-ba322156-ecd2-4942-928d-9340d486afc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba322156-ecd2-4942-928d-9340d486afc7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-74ea728d-43f2-480c-9e0b-7829997ab7ec {
  margin-top: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74ea728d-43f2-480c-9e0b-7829997ab7ec .shogun-heading-component h1 {
  color: rgba(241, 85, 74, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-02ad4623-7c85-463f-93bd-2fb9be05b13f {
  margin-top: 1%;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-02ad4623-7c85-463f-93bd-2fb9be05b13f .shogun-tabs {
  justify-content: flex-start;
}

#s-02ad4623-7c85-463f-93bd-2fb9be05b13f .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-02ad4623-7c85-463f-93bd-2fb9be05b13f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-02ad4623-7c85-463f-93bd-2fb9be05b13f .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #DDDDDD;
  }
  #s-02ad4623-7c85-463f-93bd-2fb9be05b13f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(0, 0, 0, 1);
    border: 1px solid rgba(4, 4, 4, 1);
  }
#s-02ad4623-7c85-463f-93bd-2fb9be05b13f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(173, 173, 173, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-02ad4623-7c85-463f-93bd-2fb9be05b13f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-02ad4623-7c85-463f-93bd-2fb9be05b13f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(0, 0, 0, 1);
}

#s-02ad4623-7c85-463f-93bd-2fb9be05b13f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(4, 4, 4, 1);
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-318cfa0f-46af-4458-bb04-c2737019a56c {
  margin-left: 0%;
margin-right: 0%;
}

#s-318cfa0f-46af-4458-bb04-c2737019a56c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 0px;
}

#s-318cfa0f-46af-4458-bb04-c2737019a56c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-318cfa0f-46af-4458-bb04-c2737019a56c td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-318cfa0f-46af-4458-bb04-c2737019a56c td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-318cfa0f-46af-4458-bb04-c2737019a56c td.shogun-table-column, #s-318cfa0f-46af-4458-bb04-c2737019a56c td.shogun-table-row {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-c321cebe-2d81-4358-8484-edc22caefea7 {
  margin-left: 0%;
margin-right: 0%;
}

#s-c321cebe-2d81-4358-8484-edc22caefea7 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(3, 3, 3, 1);
  border-radius: 0px;
}

#s-c321cebe-2d81-4358-8484-edc22caefea7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c321cebe-2d81-4358-8484-edc22caefea7 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-c321cebe-2d81-4358-8484-edc22caefea7 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-c321cebe-2d81-4358-8484-edc22caefea7 td.shogun-table-column, #s-c321cebe-2d81-4358-8484-edc22caefea7 td.shogun-table-row {
  border: 1px solid rgba(3, 3, 3, 1);
}

#s-bf59aa36-e3b6-4448-bd08-d9c5eb8145ff {
  border-style: solid;
margin-top: 31px;
margin-left: 35%;
margin-bottom: -1px;
margin-right: 35%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(130, 191, 72, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-bf59aa36-e3b6-4448-bd08-d9c5eb8145ff:hover {border-style: solid !important;
border-color: rgba(69, 78, 149, 1) !important;
opacity: 1 !important;
background-color: rgba(245, 84, 73, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bf59aa36-e3b6-4448-bd08-d9c5eb8145ff:active {border-style: solid !important;
border-color: rgba(69, 78, 149, 1) !important;
background-color: rgba(69, 78, 149, 1) !important;
text-decoration: none !important;}


#s-bf59aa36-e3b6-4448-bd08-d9c5eb8145ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@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;
}
