.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-722d80af-391b-4179-959f-43b56e80de98 {
  background-image: url(https://i.shgcdn.com/32d16fd3-fd44-4447-aa19-f4d999b5b980/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-722d80af-391b-4179-959f-43b56e80de98 {
  padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
min-height: 49px;
}
}







#s-722d80af-391b-4179-959f-43b56e80de98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-722d80af-391b-4179-959f-43b56e80de98.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-9224cd95-8ccb-4243-9940-12323c52fa61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9224cd95-8ccb-4243-9940-12323c52fa61 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-9224cd95-8ccb-4243-9940-12323c52fa61 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Amatic SC;
  font-style:   ;
  font-size: 60px;
  line-height: 1em;
  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-8829885d-0fc3-4136-b3ab-d23aef0f7446 {
  margin-top: 25px;
margin-left: 250px;
margin-bottom: 25px;
margin-right: 250px;
padding-top: 8px;
padding-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8829885d-0fc3-4136-b3ab-d23aef0f7446 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (max-width: 767px){#s-8829885d-0fc3-4136-b3ab-d23aef0f7446 {
  margin-top: 5px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}
}
#s-7d191545-3b73-4329-807d-641a2804c280 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-7d191545-3b73-4329-807d-641a2804c280 {
  margin-top: 0px;
}
}
#s-47ff1b57-f8cb-454a-bd3b-7ef97a0a596a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1080px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-47ff1b57-f8cb-454a-bd3b-7ef97a0a596a {
  
}
}
#s-52deb2ae-b579-4f33-852d-cb74db5fa8a2 {
  margin-bottom: 50px;
}
@media (max-width: 767px){#s-52deb2ae-b579-4f33-852d-cb74db5fa8a2 {
  display: none;
}
#s-52deb2ae-b579-4f33-852d-cb74db5fa8a2, #wrap-s-52deb2ae-b579-4f33-852d-cb74db5fa8a2 { display:none !important; }}
#s-2ab5e9c4-d42a-465a-a25c-29f61f63d8b7 {
  margin-bottom: 50px;
}
@media (min-width: 1200px){#s-2ab5e9c4-d42a-465a-a25c-29f61f63d8b7 {
  display: none;
}
#s-2ab5e9c4-d42a-465a-a25c-29f61f63d8b7, #wrap-s-2ab5e9c4-d42a-465a-a25c-29f61f63d8b7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ab5e9c4-d42a-465a-a25c-29f61f63d8b7 {
  display: none;
}
#s-2ab5e9c4-d42a-465a-a25c-29f61f63d8b7, #wrap-s-2ab5e9c4-d42a-465a-a25c-29f61f63d8b7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ab5e9c4-d42a-465a-a25c-29f61f63d8b7 {
  display: none;
}
#s-2ab5e9c4-d42a-465a-a25c-29f61f63d8b7, #wrap-s-2ab5e9c4-d42a-465a-a25c-29f61f63d8b7 { display:none !important; }}
#s-ee79d40d-7430-4a42-8ec6-8163413acb04 {
  background-image: url(https://i.shgcdn.com/c9a54de8-3dd9-477a-92cb-71d485ea5cd4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 35px;
padding-bottom: 25px;
min-height: 50px;
background-position: center top;
}
@media (min-width: 1200px){#s-ee79d40d-7430-4a42-8ec6-8163413acb04 {
  display: none;
}
#s-ee79d40d-7430-4a42-8ec6-8163413acb04, #wrap-s-ee79d40d-7430-4a42-8ec6-8163413acb04 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee79d40d-7430-4a42-8ec6-8163413acb04 {
  display: none;
}
#s-ee79d40d-7430-4a42-8ec6-8163413acb04, #wrap-s-ee79d40d-7430-4a42-8ec6-8163413acb04 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee79d40d-7430-4a42-8ec6-8163413acb04 {
  display: none;
}
#s-ee79d40d-7430-4a42-8ec6-8163413acb04, #wrap-s-ee79d40d-7430-4a42-8ec6-8163413acb04 { display:none !important; }}@media (max-width: 767px){#s-ee79d40d-7430-4a42-8ec6-8163413acb04 {
  display: none;
}
#s-ee79d40d-7430-4a42-8ec6-8163413acb04, #wrap-s-ee79d40d-7430-4a42-8ec6-8163413acb04 { display:none !important; }}







#s-ee79d40d-7430-4a42-8ec6-8163413acb04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee79d40d-7430-4a42-8ec6-8163413acb04.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-2c748042-4869-4f27-96cc-eb5bd09cd929 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 200px;
text-align: center;
}




  #s-2c748042-4869-4f27-96cc-eb5bd09cd929 img.shogun-image {
    
    width: px;
  }


#s-2c748042-4869-4f27-96cc-eb5bd09cd929 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d770c00-40d7-46a8-8f59-3c4847e6e243 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d770c00-40d7-46a8-8f59-3c4847e6e243 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c822d61a-c5bf-45c1-8694-974c77f95c6c {
  margin-top: 20px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-ce0e2c8d-2a64-4973-852e-5a9fe35d6dc6 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-94f88c4b-7d61-4f5f-b914-636559e8e2cc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1080px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-94f88c4b-7d61-4f5f-b914-636559e8e2cc {
  
}
}
#s-d56b0daa-8f47-4d07-80b0-4454862b0050 {
  margin-bottom: 50px;
}

#s-15e6f4bd-a90f-4e36-b049-b88e1aeb6e0b {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d4e11b59-adf0-49b3-a78c-1b84b27d0d10 {
  margin-top: -1px;
margin-bottom: -1px;
min-height: 50px;
background-color: rgba(179, 206, 89, 1);
}
@media (max-width: 767px){#s-d4e11b59-adf0-49b3-a78c-1b84b27d0d10 {
  margin-top: -4px;
margin-bottom: -4px;
}
}







#s-d4e11b59-adf0-49b3-a78c-1b84b27d0d10 > .shg-box-overlay {
  background-color: rgba(179, 206, 89, 1);
  opacity: 0;
}#s-d4e11b59-adf0-49b3-a78c-1b84b27d0d10.shg-box.shg-c {
  justify-content: center;
}

#s-eaacfb9a-34bf-49ce-9ad5-8e4b77b20d44 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 0px;
text-align: center;
}

#s-eaacfb9a-34bf-49ce-9ad5-8e4b77b20d44 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a761611e-5d6d-4f73-8cf4-237d1be8fe7a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a761611e-5d6d-4f73-8cf4-237d1be8fe7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a761611e-5d6d-4f73-8cf4-237d1be8fe7a.shg-box.shg-c {
  justify-content: center;
}

#s-3e9ab7fb-17e5-4d72-9a18-1e0358fd0fb1 {
  margin-top: 31px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e9ab7fb-17e5-4d72-9a18-1e0358fd0fb1 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9a361b26-bf4a-42ec-8c9f-efbe0272fd01 {
  margin-top: 10px;
margin-left: 200px;
margin-bottom: 0px;
margin-right: 200px;
}
@media (max-width: 767px){#s-9a361b26-bf4a-42ec-8c9f-efbe0272fd01 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-4a5c4765-abfe-4e3f-9cf3-ac1ac2b9ce3c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-4a5c4765-abfe-4e3f-9cf3-ac1ac2b9ce3c {
  display: none;
}
#s-4a5c4765-abfe-4e3f-9cf3-ac1ac2b9ce3c, #wrap-s-4a5c4765-abfe-4e3f-9cf3-ac1ac2b9ce3c { display:none !important; }}



  #s-4a5c4765-abfe-4e3f-9cf3-ac1ac2b9ce3c img.shogun-image {
    
    width: px;
  }


#s-4a5c4765-abfe-4e3f-9cf3-ac1ac2b9ce3c .shogun-image-content {
  
    align-items: center;
  
}

#s-fa12cbae-6c37-4913-b347-f910e21bbcf7 {
  margin-top: 19px;
margin-left: 0px;
margin-bottom: 19px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-fa12cbae-6c37-4913-b347-f910e21bbcf7 {
  display: none;
}
#s-fa12cbae-6c37-4913-b347-f910e21bbcf7, #wrap-s-fa12cbae-6c37-4913-b347-f910e21bbcf7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa12cbae-6c37-4913-b347-f910e21bbcf7 {
  display: none;
}
#s-fa12cbae-6c37-4913-b347-f910e21bbcf7, #wrap-s-fa12cbae-6c37-4913-b347-f910e21bbcf7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa12cbae-6c37-4913-b347-f910e21bbcf7 {
  display: none;
}
#s-fa12cbae-6c37-4913-b347-f910e21bbcf7, #wrap-s-fa12cbae-6c37-4913-b347-f910e21bbcf7 { display:none !important; }}



  #s-fa12cbae-6c37-4913-b347-f910e21bbcf7 img.shogun-image {
    
    width: px;
  }


#s-fa12cbae-6c37-4913-b347-f910e21bbcf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-87bae075-7cda-4065-93e0-0ca7fd0a0323 {
  padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
}








#s-87bae075-7cda-4065-93e0-0ca7fd0a0323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87bae075-7cda-4065-93e0-0ca7fd0a0323.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-32c44b64-886c-4dbf-bec9-3008b31a818b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-32c44b64-886c-4dbf-bec9-3008b31a818b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-af001f69-041d-49fd-9d5b-34349156ff1e {
  margin-left: -25%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-af001f69-041d-49fd-9d5b-34349156ff1e {
  margin-left: -150%;
}
}@media (max-width: 767px){#s-af001f69-041d-49fd-9d5b-34349156ff1e {
  margin-left: -50%;
}
}



  #s-af001f69-041d-49fd-9d5b-34349156ff1e img.shogun-image {
    
    width: px;
  }


#s-af001f69-041d-49fd-9d5b-34349156ff1e .shogun-image-content {
  
    align-items: center;
  
}

#s-53e31ec9-f940-4611-9f86-2edffd45ad22 {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 500px;
}








#s-53e31ec9-f940-4611-9f86-2edffd45ad22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53e31ec9-f940-4611-9f86-2edffd45ad22.shg-box.shg-c {
  justify-content: center;
}

#s-9b5497fb-cb06-43d9-9475-e54c4d111a41 {
  margin-left: 0px;
padding-top: 50px;
padding-bottom: 50px;
text-align: left;
}
@media (max-width: 767px){#s-9b5497fb-cb06-43d9-9475-e54c4d111a41 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-9b5497fb-cb06-43d9-9475-e54c4d111a41 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2bc125b5-b188-4a30-8e2b-47f76b69df7c {
  padding-bottom: 20px;
}

.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-4ff44f43-4b5d-42dd-8cbf-f23104ff6b2b {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 11px;
padding-left: 30px;
padding-bottom: 11px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(171, 208, 64, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-4ff44f43-4b5d-42dd-8cbf-f23104ff6b2b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ff44f43-4b5d-42dd-8cbf-f23104ff6b2b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4ff44f43-4b5d-42dd-8cbf-f23104ff6b2b.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}

#s-042fea92-f7b2-4288-8f8b-57724e5cf106 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 180px;
padding-bottom: 180px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-042fea92-f7b2-4288-8f8b-57724e5cf106 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-042fea92-f7b2-4288-8f8b-57724e5cf106 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-042fea92-f7b2-4288-8f8b-57724e5cf106.shg-box.shg-c {
  justify-content: center;
}

#s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
}

@media (min-width: 0px) {
[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcd94bb7-30b6-45e3-9300-d8f4012ff37d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d0098d93-a42d-43b1-bbed-81c4145000f5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d0098d93-a42d-43b1-bbed-81c4145000f5 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-de6846ce-2d5e-44d9-a853-35f4736832d7 {
  margin-top: 50px;
margin-bottom: 20px;
max-width: 440px;
}
@media (max-width: 767px){#s-de6846ce-2d5e-44d9-a853-35f4736832d7 {
  display: none;
}
#s-de6846ce-2d5e-44d9-a853-35f4736832d7, #wrap-s-de6846ce-2d5e-44d9-a853-35f4736832d7 { display:none !important; }}
#s-56fc68a0-037e-4738-81b2-7269e3fbd399 {
  margin-top: 50px;
margin-bottom: 20px;
max-width: 440px;
}
@media (min-width: 1200px){#s-56fc68a0-037e-4738-81b2-7269e3fbd399 {
  display: none;
}
#s-56fc68a0-037e-4738-81b2-7269e3fbd399, #wrap-s-56fc68a0-037e-4738-81b2-7269e3fbd399 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56fc68a0-037e-4738-81b2-7269e3fbd399 {
  display: none;
}
#s-56fc68a0-037e-4738-81b2-7269e3fbd399, #wrap-s-56fc68a0-037e-4738-81b2-7269e3fbd399 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56fc68a0-037e-4738-81b2-7269e3fbd399 {
  display: none;
}
#s-56fc68a0-037e-4738-81b2-7269e3fbd399, #wrap-s-56fc68a0-037e-4738-81b2-7269e3fbd399 { display:none !important; }}
#s-e36becb2-5dc6-4ad3-b3b1-68c539c82285 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 11px;
padding-left: 30px;
padding-bottom: 11px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(171, 208, 64, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-e36becb2-5dc6-4ad3-b3b1-68c539c82285:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e36becb2-5dc6-4ad3-b3b1-68c539c82285:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e36becb2-5dc6-4ad3-b3b1-68c539c82285.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}

#s-45cba33e-f083-4c78-825a-1d53023d7a68 {
  min-height: 50px;
max-width: 500px;
}








#s-45cba33e-f083-4c78-825a-1d53023d7a68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45cba33e-f083-4c78-825a-1d53023d7a68.shg-box.shg-c {
  justify-content: center;
}

#s-c73cc801-2f09-4c98-b332-886d786f9439 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 180px;
padding-bottom: 180px;
min-height: 50px;
background-position: center center;
}








#s-c73cc801-2f09-4c98-b332-886d786f9439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c73cc801-2f09-4c98-b332-886d786f9439.shg-box.shg-c {
  justify-content: center;
}

#s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
}

@media (min-width: 0px) {
[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed9301bc-e2ba-44fd-8dfc-5f7020ca33ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8863a76f-b4b9-4723-9ab3-a207d50283de {
  min-height: 50px;
max-width: 500px;
}
@media (max-width: 767px){#s-8863a76f-b4b9-4723-9ab3-a207d50283de {
  margin-left: 15px;
margin-right: 15px;
}
}







#s-8863a76f-b4b9-4723-9ab3-a207d50283de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8863a76f-b4b9-4723-9ab3-a207d50283de.shg-box.shg-c {
  justify-content: center;
}

#s-58dec5fd-cfbb-4953-873d-8ee8caaf2220 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-58dec5fd-cfbb-4953-873d-8ee8caaf2220 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9a0b554c-d6b0-444f-a0aa-0e191fdf08ac {
  margin-top: 50px;
margin-bottom: 20px;
max-width: 440px;
}

#s-5b4c52fb-ff36-43bd-a25b-dabef1acba0d {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 11px;
padding-left: 30px;
padding-bottom: 11px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(171, 208, 64, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-5b4c52fb-ff36-43bd-a25b-dabef1acba0d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b4c52fb-ff36-43bd-a25b-dabef1acba0d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5b4c52fb-ff36-43bd-a25b-dabef1acba0d.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}

#s-c0aac139-a528-4ff6-b58f-f62ad16f6cf1 {
  min-height: 50px;
}








#s-c0aac139-a528-4ff6-b58f-f62ad16f6cf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0aac139-a528-4ff6-b58f-f62ad16f6cf1.shg-box.shg-c {
  justify-content: center;
}

#s-f79b2144-f266-41ea-81b9-1c42e61edfd1 {
  text-align: center;
}
@media (max-width: 767px){#s-f79b2144-f266-41ea-81b9-1c42e61edfd1 {
  display: none;
}
#s-f79b2144-f266-41ea-81b9-1c42e61edfd1, #wrap-s-f79b2144-f266-41ea-81b9-1c42e61edfd1 { display:none !important; }}



  #s-f79b2144-f266-41ea-81b9-1c42e61edfd1 img.shogun-image {
    
    width: px;
  }


#s-f79b2144-f266-41ea-81b9-1c42e61edfd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fb86e95-f769-4925-97ad-54c7ebfdb9ec {
  text-align: center;
}
@media (min-width: 1200px){#s-4fb86e95-f769-4925-97ad-54c7ebfdb9ec {
  display: none;
}
#s-4fb86e95-f769-4925-97ad-54c7ebfdb9ec, #wrap-s-4fb86e95-f769-4925-97ad-54c7ebfdb9ec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4fb86e95-f769-4925-97ad-54c7ebfdb9ec {
  display: none;
}
#s-4fb86e95-f769-4925-97ad-54c7ebfdb9ec, #wrap-s-4fb86e95-f769-4925-97ad-54c7ebfdb9ec { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4fb86e95-f769-4925-97ad-54c7ebfdb9ec {
  display: none;
}
#s-4fb86e95-f769-4925-97ad-54c7ebfdb9ec, #wrap-s-4fb86e95-f769-4925-97ad-54c7ebfdb9ec { display:none !important; }}@media (max-width: 767px){#s-4fb86e95-f769-4925-97ad-54c7ebfdb9ec {
  
}
}



  #s-4fb86e95-f769-4925-97ad-54c7ebfdb9ec img.shogun-image {
    
    width: px;
  }


#s-4fb86e95-f769-4925-97ad-54c7ebfdb9ec .shogun-image-content {
  
    align-items: center;
  
}

#s-529b6a16-d5f4-4eb1-a449-4309624c823e {
  min-height: 50px;
}








#s-529b6a16-d5f4-4eb1-a449-4309624c823e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-529b6a16-d5f4-4eb1-a449-4309624c823e.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-54b20e82-586b-4b94-bbcb-26f45a240d9f {
  display: none;
}
#s-54b20e82-586b-4b94-bbcb-26f45a240d9f, #wrap-s-54b20e82-586b-4b94-bbcb-26f45a240d9f { display:none !important; }}
@media (min-width: 0px) {
[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-54b20e82-586b-4b94-bbcb-26f45a240d9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-26747080-2eac-4787-a970-3e4fdc7d269d {
  border-style: solid;
margin-top: -28px;
margin-left: auto;
margin-bottom: -28px;
margin-right: auto;
padding-top: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 40px;
max-width: 64px;
background-color: rgba(255, 255, 255, 1);
}

#s-0b876787-6b23-4dba-94d9-3851d895a28f {
  padding-top: 50px;
padding-left: 50px;
padding-right: 50px;
}

#s-055fffeb-8bf1-4eac-be12-66b5c9646c95 {
  border-style: solid;
margin-top: -28px;
margin-left: auto;
margin-bottom: -28px;
margin-right: auto;
padding-top: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 40px;
max-width: 65px;
background-color: rgba(255, 255, 255, 1);
}

#s-e9ada356-091c-46ff-9f37-db099aecc31f {
  padding-top: 50px;
padding-left: 50px;
padding-right: 50px;
}

#s-6097f732-4e75-4c2b-bafd-81a90ca05589 {
  border-style: solid;
margin-top: -28px;
margin-left: auto;
margin-bottom: -28px;
margin-right: auto;
padding-top: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 40px;
max-width: 65px;
background-color: rgba(255, 255, 255, 1);
}

#s-d498901c-29f1-4370-b888-bc3414469e2d {
  padding-top: 50px;
padding-left: 50px;
padding-right: 50px;
}

#s-95670d22-15ae-4642-9e26-aa841ff7cdbe {
  border-style: solid;
margin-top: -28px;
margin-left: auto;
margin-bottom: -28px;
margin-right: auto;
padding-top: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 40px;
max-width: 67px;
background-color: rgba(255, 255, 255, 1);
}

#s-0ec0e906-428c-4f98-941d-f7f971752704 {
  padding-top: 50px;
padding-left: 50px;
padding-right: 50px;
}

@media (min-width: 1200px){#s-4fa8091b-b028-4671-bc6a-ff8cd40b695b {
  display: none;
}
#s-4fa8091b-b028-4671-bc6a-ff8cd40b695b, #wrap-s-4fa8091b-b028-4671-bc6a-ff8cd40b695b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4fa8091b-b028-4671-bc6a-ff8cd40b695b {
  display: none;
}
#s-4fa8091b-b028-4671-bc6a-ff8cd40b695b, #wrap-s-4fa8091b-b028-4671-bc6a-ff8cd40b695b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4fa8091b-b028-4671-bc6a-ff8cd40b695b {
  display: none;
}
#s-4fa8091b-b028-4671-bc6a-ff8cd40b695b, #wrap-s-4fa8091b-b028-4671-bc6a-ff8cd40b695b { display:none !important; }}
@media (min-width: 0px) {
[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4fa8091b-b028-4671-bc6a-ff8cd40b695b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d318181d-6a7a-408f-8f70-4908875103e6 {
  border-style: solid;
margin-top: -28px;
margin-left: auto;
margin-bottom: -28px;
margin-right: auto;
padding-top: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 40px;
max-width: 64px;
background-color: rgba(255, 255, 255, 1);
}

#s-bd385956-3dbc-4deb-a5e3-0bae8713fa02 {
  padding-top: 50px;
padding-left: 15px;
padding-right: 15px;
}

#s-6298943b-c21d-4bf7-8a34-b13662bc3e53 {
  border-style: solid;
margin-top: -28px;
margin-left: auto;
margin-bottom: -28px;
margin-right: auto;
padding-top: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 40px;
max-width: 65px;
background-color: rgba(255, 255, 255, 1);
}

#s-325bc434-12f4-4a84-9b7b-f29caa5eff1e {
  padding-top: 50px;
padding-left: 15px;
padding-right: 15px;
}

#s-3d38cf30-d117-4bf9-89d0-fee2777f4985 {
  text-align: center;
}
@media (min-width: 1200px){#s-3d38cf30-d117-4bf9-89d0-fee2777f4985 {
  display: none;
}
#s-3d38cf30-d117-4bf9-89d0-fee2777f4985, #wrap-s-3d38cf30-d117-4bf9-89d0-fee2777f4985 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d38cf30-d117-4bf9-89d0-fee2777f4985 {
  display: none;
}
#s-3d38cf30-d117-4bf9-89d0-fee2777f4985, #wrap-s-3d38cf30-d117-4bf9-89d0-fee2777f4985 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d38cf30-d117-4bf9-89d0-fee2777f4985 {
  display: none;
}
#s-3d38cf30-d117-4bf9-89d0-fee2777f4985, #wrap-s-3d38cf30-d117-4bf9-89d0-fee2777f4985 { display:none !important; }}@media (max-width: 767px){#s-3d38cf30-d117-4bf9-89d0-fee2777f4985 {
  
}
}



  #s-3d38cf30-d117-4bf9-89d0-fee2777f4985 img.shogun-image {
    
    width: px;
  }


#s-3d38cf30-d117-4bf9-89d0-fee2777f4985 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71 {
  display: none;
}
#s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71, #wrap-s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71 {
  display: none;
}
#s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71, #wrap-s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71 {
  display: none;
}
#s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71, #wrap-s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe5ea87e-2ad0-42ee-880e-f9e975ffcf71"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d17a77b2-2622-4ca2-8112-326a559a78ec {
  border-style: solid;
margin-top: -28px;
margin-left: auto;
margin-bottom: -28px;
margin-right: auto;
padding-top: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 40px;
max-width: 65px;
background-color: rgba(255, 255, 255, 1);
}

#s-f73e7fc7-fc42-4a90-9d82-6f6f09c3af49 {
  padding-top: 50px;
padding-left: 15px;
padding-right: 15px;
}

#s-e3ef010a-6851-4650-acbc-74fcee1c760b {
  border-style: solid;
margin-top: -28px;
margin-left: auto;
margin-bottom: -28px;
margin-right: auto;
padding-top: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 40px;
max-width: 67px;
background-color: rgba(255, 255, 255, 1);
}

#s-b2fb9f2f-0e47-4278-99ca-7de8bf3a9178 {
  padding-top: 50px;
padding-left: 15px;
padding-right: 15px;
}

#s-f7b4c606-42c5-48c9-aa5b-776ef9120c51 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 60px;
margin-bottom: 60px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 2px;
min-height: 10px;
text-align: center;
background-color: rgba(97, 121, 53, 1);
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
}
#s-f7b4c606-42c5-48c9-aa5b-776ef9120c51:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f7b4c606-42c5-48c9-aa5b-776ef9120c51:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-f7b4c606-42c5-48c9-aa5b-776ef9120c51.shg-btn {
  color: #ffffff;
  font-size: 40px;
  
  
  
  display:  inline-block ;
}

#s-945fdf95-9d40-4073-99fc-41376cbef3f1 {
  min-height: 50px;
}








#s-945fdf95-9d40-4073-99fc-41376cbef3f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-945fdf95-9d40-4073-99fc-41376cbef3f1.shg-box.shg-c {
  justify-content: center;
}

#s-6f03a3f1-cc61-45a2-b488-9e00731fa6d6 {
  margin-top: 37px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f03a3f1-cc61-45a2-b488-9e00731fa6d6 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-060becfe-a243-4ae8-8a71-0ad63fe64580 {
  margin-bottom: 20px;
}

#s-1c52cbcf-9b06-43ff-bf1a-82d8cb6980ec {
  min-height: 50px;
}








#s-1c52cbcf-9b06-43ff-bf1a-82d8cb6980ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c52cbcf-9b06-43ff-bf1a-82d8cb6980ec.shg-box.shg-c {
  justify-content: center;
}

#s-9f05eef0-a76a-4608-a532-be2760c813f3 {
  background-color: rgba(179, 206, 89, 1);
}

@media (min-width: 0px) {
[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f05eef0-a76a-4608-a532-be2760c813f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-88651e3a-0c9b-4e78-a0b0-adffcc0a2c11 {
  margin-top: 0px;
margin-bottom: -1px;
text-align: center;
}




  #s-88651e3a-0c9b-4e78-a0b0-adffcc0a2c11 img.shogun-image {
    
    width: px;
  }


#s-88651e3a-0c9b-4e78-a0b0-adffcc0a2c11 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d479bd7-d0f4-4c03-b4fe-a7ccb3435c97 {
  margin-top: -300px;
margin-left: 80px;
margin-bottom: 1px;
margin-right: 80px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (max-width: 767px){#s-6d479bd7-d0f4-4c03-b4fe-a7ccb3435c97 {
  margin-top: 0px;
}
}
#s-6d479bd7-d0f4-4c03-b4fe-a7ccb3435c97 .shogun-heading-component h6 {
  color: rgba(250, 250, 250, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cefc7362-4b52-44a8-a62d-6c3787716aa4 {
  padding-top: 50px;
text-align: center;
}




  #s-cefc7362-4b52-44a8-a62d-6c3787716aa4 img.shogun-image {
    
    width: px;
  }


#s-cefc7362-4b52-44a8-a62d-6c3787716aa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5519f7bf-b272-4217-9749-63e9801a93da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5519f7bf-b272-4217-9749-63e9801a93da .shogun-heading-component h6 {
  color: rgba(251, 251, 251, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-18495243-5f41-4e90-b60d-d78b85ac4861 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.38);
border-style: solid;
margin-left: 45px;
margin-right: 45px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
}

#s-ac2d9e00-4ae4-46eb-9e5e-7cef3fcaeb9d {
  padding-top: 50px;
text-align: center;
}




  #s-ac2d9e00-4ae4-46eb-9e5e-7cef3fcaeb9d img.shogun-image {
    
    width: px;
  }


#s-ac2d9e00-4ae4-46eb-9e5e-7cef3fcaeb9d .shogun-image-content {
  
    align-items: center;
  
}

#s-393cb992-f938-427d-bc54-844b6d77cb73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-393cb992-f938-427d-bc54-844b6d77cb73 .shogun-heading-component h6 {
  color: rgba(251, 251, 251, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7c7d9ec4-f564-44ff-9c64-90dc2244ddec {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.38);
border-style: solid;
margin-left: 45px;
margin-right: 45px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
}

#s-767ee659-7e8f-41ab-9a71-8674dcfdce05 {
  padding-top: 50px;
text-align: center;
}




  #s-767ee659-7e8f-41ab-9a71-8674dcfdce05 img.shogun-image {
    
    width: px;
  }


#s-767ee659-7e8f-41ab-9a71-8674dcfdce05 .shogun-image-content {
  
    align-items: center;
  
}

#s-07ee9e65-9904-41dc-bb28-f9219ea73198 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07ee9e65-9904-41dc-bb28-f9219ea73198 .shogun-heading-component h6 {
  color: rgba(251, 251, 251, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e76188b9-9017-4201-8c32-b234a73dba0e {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.38);
border-style: solid;
margin-left: 45px;
margin-right: 45px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
}

#s-1dc88dc9-af07-4fe6-afee-79563eee1aa0 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1dc88dc9-af07-4fe6-afee-79563eee1aa0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1dc88dc9-af07-4fe6-afee-79563eee1aa0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1dc88dc9-af07-4fe6-afee-79563eee1aa0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-ec901ac4-f4bd-4195-8056-0aa2eebdbcb1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ec901ac4-f4bd-4195-8056-0aa2eebdbcb1 {
  display: none;
}
#s-ec901ac4-f4bd-4195-8056-0aa2eebdbcb1, #wrap-s-ec901ac4-f4bd-4195-8056-0aa2eebdbcb1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec901ac4-f4bd-4195-8056-0aa2eebdbcb1 {
  display: none;
}
#s-ec901ac4-f4bd-4195-8056-0aa2eebdbcb1, #wrap-s-ec901ac4-f4bd-4195-8056-0aa2eebdbcb1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec901ac4-f4bd-4195-8056-0aa2eebdbcb1 {
  display: none;
}
#s-ec901ac4-f4bd-4195-8056-0aa2eebdbcb1, #wrap-s-ec901ac4-f4bd-4195-8056-0aa2eebdbcb1 { display:none !important; }}@media (max-width: 767px){#s-ec901ac4-f4bd-4195-8056-0aa2eebdbcb1 {
  display: none;
}
#s-ec901ac4-f4bd-4195-8056-0aa2eebdbcb1, #wrap-s-ec901ac4-f4bd-4195-8056-0aa2eebdbcb1 { display:none !important; }}







#s-ec901ac4-f4bd-4195-8056-0aa2eebdbcb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec901ac4-f4bd-4195-8056-0aa2eebdbcb1.shg-box.shg-c {
  justify-content: center;
}

#s-225f70ce-19a4-4852-aa13-cd9676a7e64d {
  margin-top: 150px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-225f70ce-19a4-4852-aa13-cd9676a7e64d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-83d74dd7-d259-4941-8ade-05c5b9aa7243 {
  margin-top: 1px;
margin-bottom: 200px;
padding-top: 11px;
}

#s-83d74dd7-d259-4941-8ade-05c5b9aa7243 .shogun-icon-wrapper {
  text-align: center;
}


#s-83d74dd7-d259-4941-8ade-05c5b9aa7243 .shogun-icon-wrapper > .shogun-icon {

  font-size: 49px !important;
  color: rgba(179, 206, 89, 1);
}

#s-ee8ac781-f5ed-441f-bb17-4b1d6a072803 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-ee8ac781-f5ed-441f-bb17-4b1d6a072803 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee8ac781-f5ed-441f-bb17-4b1d6a072803.shg-box.shg-c {
  justify-content: center;
}

#s-cc73f5f2-1bae-45c8-ba61-48c784111296 {
  margin-top: 158px;
margin-left: auto;
margin-bottom: 158px;
margin-right: auto;
padding-top: 40px;
padding-bottom: 60px;
min-height: 300px;
max-width: 850px;
background-color: rgba(49, 49, 49, 1);
}








#s-cc73f5f2-1bae-45c8-ba61-48c784111296 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc73f5f2-1bae-45c8-ba61-48c784111296.shg-box.shg-c {
  justify-content: center;
}

#s-e252be6e-cfea-4f58-bf2d-8b4ba0d6636b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e252be6e-cfea-4f58-bf2d-8b4ba0d6636b .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cc583d10-2029-4c19-b2f1-e393b3b1e95d {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
}

#s-b15a8599-9ef5-4aa3-bac7-9b261669f7a5 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
}

#s-7cee72d8-74d6-4256-9740-17fdf4932cfe {
  padding-top: 8px;
padding-bottom: 8px;
min-height: 50px;
}








#s-7cee72d8-74d6-4256-9740-17fdf4932cfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cee72d8-74d6-4256-9740-17fdf4932cfe.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b04f1e9-6e9f-4b1f-9013-cc9134d6b7c1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-14834bcf-2f8c-44ff-8cf9-586179d008ba {
  padding-top: 56px;
padding-bottom: 10px;
text-align: center;
}

#s-14834bcf-2f8c-44ff-8cf9-586179d008ba .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-87766c9c-abf3-4998-b3d3-5964cc6d42aa {
  text-align: center;
}




  #s-87766c9c-abf3-4998-b3d3-5964cc6d42aa img.shogun-image {
    
    width: px;
  }


#s-87766c9c-abf3-4998-b3d3-5964cc6d42aa .shogun-image-content {
  
    align-items: center;
  
}

#s-09bddaf0-a7dd-42f2-89fb-c92853eca837 {
  text-align: center;
}




  #s-09bddaf0-a7dd-42f2-89fb-c92853eca837 img.shogun-image {
    
    width: px;
  }


#s-09bddaf0-a7dd-42f2-89fb-c92853eca837 .shogun-image-content {
  
    align-items: center;
  
}

#s-290ba74c-8e8a-47d5-a466-613e1c026bd0 {
  text-align: center;
}




  #s-290ba74c-8e8a-47d5-a466-613e1c026bd0 img.shogun-image {
    
    width: px;
  }


#s-290ba74c-8e8a-47d5-a466-613e1c026bd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6418d88-0085-4274-9b6a-2d386f4f3265 {
  text-align: center;
}




  #s-d6418d88-0085-4274-9b6a-2d386f4f3265 img.shogun-image {
    
    width: px;
  }


#s-d6418d88-0085-4274-9b6a-2d386f4f3265 .shogun-image-content {
  
    align-items: center;
  
}

#s-7244e5d7-68bb-4f69-848d-199214626c78 {
  text-align: center;
}




  #s-7244e5d7-68bb-4f69-848d-199214626c78 img.shogun-image {
    
    width: px;
  }


#s-7244e5d7-68bb-4f69-848d-199214626c78 .shogun-image-content {
  
    align-items: center;
  
}

#s-f23a03d0-8dc0-4b76-9fb3-eb05637befb0 {
  text-align: center;
}




  #s-f23a03d0-8dc0-4b76-9fb3-eb05637befb0 img.shogun-image {
    
    width: px;
  }


#s-f23a03d0-8dc0-4b76-9fb3-eb05637befb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb444ad1-85d2-48e9-8d47-c8f3c93ff677 {
  text-align: center;
}




  #s-eb444ad1-85d2-48e9-8d47-c8f3c93ff677 img.shogun-image {
    
    width: px;
  }


#s-eb444ad1-85d2-48e9-8d47-c8f3c93ff677 .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;
  }
}

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