.survey-modal{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.2);z-index:5002}.survey-modal__content{margin:5vh auto;height:90vh;width:640px;max-width:100%;display:flex;flex-direction:column;background-color:#fff;position:relative}.survey-modal__close{position:absolute;top:12px;right:12px;cursor:pointer;z-index:1}.survey-modal__close:hover{opacity:.5}.survey-modal__iframe{flex:1 1;width:100%;border:none}.survey-modal__button{padding:16px;background:#c6af77;color:#fff;border:none;font-family:var(--brandon);font-size:14px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;flex-shrink:0}.survey-modal__button:hover{background:#b89e66}@media(max-width:767px){.survey-modal__content{width:calc(100% - 10px)}}